PostGIS  3.3.9dev-r@@SVN_REVISION@@

◆ lwtriangle_check_geodetic()

static int lwtriangle_check_geodetic ( const LWTRIANGLE triangle)
static

Definition at line 2951 of file lwgeodetic.c.

2952 {
2953  assert(triangle);
2954  return ptarray_check_geodetic(triangle->points);
2955 }
static int ptarray_check_geodetic(const POINTARRAY *pa)
Definition: lwgeodetic.c:2908
POINTARRAY * points
Definition: liblwgeom.h:510

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: