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

◆ lwline_force_geodetic()

static int lwline_force_geodetic ( LWLINE line)
static

Definition at line 3188 of file lwgeodetic.c.

3189{
3190 assert(line);
3191 return ptarray_force_geodetic(line->points);
3192}
static int ptarray_force_geodetic(POINTARRAY *pa)
POINTARRAY * points
Definition liblwgeom.h:469

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: