PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwpoint_force_geodetic()

static int lwpoint_force_geodetic ( LWPOINT point)
static

Definition at line 3182 of file lwgeodetic.c.

3183 {
3184  assert(point);
3185  return ptarray_force_geodetic(point->point);
3186 }
static int ptarray_force_geodetic(POINTARRAY *pa)
Definition: lwgeodetic.c:3160
POINTARRAY * point
Definition: liblwgeom.h:414

References LWPOINT::point, and ptarray_force_geodetic().

Referenced by lwgeom_force_geodetic().

Here is the call graph for this function:
Here is the caller graph for this function: