PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwtriangle_check_geodetic()

static int lwtriangle_check_geodetic ( const LWTRIANGLE triangle)
static

Definition at line 2959 of file lwgeodetic.c.

2960{
2961 assert(triangle);
2962 return ptarray_check_geodetic(triangle->points);
2963}
static int ptarray_check_geodetic(const POINTARRAY *pa)
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: