PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ lwtriangle_check_geodetic()

static int lwtriangle_check_geodetic ( const LWTRIANGLE triangle)
static

Definition at line 3101 of file lwgeodetic.c.

3102 {
3103  assert(triangle);
3104  return ptarray_check_geodetic(triangle->points);
3105 }
static int ptarray_check_geodetic(const POINTARRAY *pa)
Definition: lwgeodetic.c:3058
POINTARRAY * points
Definition: liblwgeom.h:509

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: