PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwtriangle_check_geodetic()

static int lwtriangle_check_geodetic ( const LWTRIANGLE triangle)
static

Definition at line 3111 of file lwgeodetic.c.

3112 {
3113  assert(triangle);
3114  return ptarray_check_geodetic(triangle->points);
3115 }
static int ptarray_check_geodetic(const POINTARRAY *pa)
Definition: lwgeodetic.c:3068
POINTARRAY * points
Definition: liblwgeom.h:436

References LWTRIANGLE::points, and ptarray_check_geodetic().

Referenced by lwgeom_check_geodetic().

Here is the call graph for this function:
Here is the caller graph for this function: