PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ lwline_force_geodetic()

static int lwline_force_geodetic ( LWLINE line)
static

Definition at line 3187 of file lwgeodetic.c.

3188 {
3189  assert(line);
3190  return ptarray_force_geodetic(line->points);
3191 }
static int ptarray_force_geodetic(POINTARRAY *pa)
Definition: lwgeodetic.c:3159
POINTARRAY * points
Definition: liblwgeom.h:483

References LWLINE::points, 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: