PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwline_force_geodetic()

static int lwline_force_geodetic ( LWLINE line)
static

Definition at line 3172 of file lwgeodetic.c.

References LWLINE::points, and ptarray_force_geodetic().

Referenced by lwgeom_force_geodetic().

3173 {
3174  assert(line);
3175  return ptarray_force_geodetic(line->points);
3176 }
static int ptarray_force_geodetic(POINTARRAY *pa)
Definition: lwgeodetic.c:3144
POINTARRAY * points
Definition: liblwgeom.h:422
Here is the call graph for this function:
Here is the caller graph for this function: