PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwpoint_check_geodetic()

static int lwpoint_check_geodetic ( const LWPOINT point)
static

Definition at line 3070 of file lwgeodetic.c.

References LWPOINT::point, and ptarray_check_geodetic().

Referenced by lwgeom_check_geodetic().

3071 {
3072  assert(point);
3073  return ptarray_check_geodetic(point->point);
3074 }
POINTARRAY * point
Definition: liblwgeom.h:411
static int ptarray_check_geodetic(const POINTARRAY *pa)
Definition: lwgeodetic.c:3052
Here is the call graph for this function:
Here is the caller graph for this function: