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

◆ lwpoint_check_geodetic()

static int lwpoint_check_geodetic ( const LWPOINT point)
static

Definition at line 2934 of file lwgeodetic.c.

2935{
2936 assert(point);
2937 return ptarray_check_geodetic(point->point);
2938}
static int ptarray_check_geodetic(const POINTARRAY *pa)
POINTARRAY * point
Definition liblwgeom.h:471

References LWPOINT::point, 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: