PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ lwtriangle_check_geodetic()

static int lwtriangle_check_geodetic ( const LWTRIANGLE triangle)
static

Definition at line 3110 of file lwgeodetic.c.

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

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: