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

◆ lwline_check_geodetic()

static int lwline_check_geodetic ( const LWLINE line)
static

Definition at line 3092 of file lwgeodetic.c.

3093{
3094 assert(line);
3095 return ptarray_check_geodetic(line->points);
3096}
static int ptarray_check_geodetic(const POINTARRAY *pa)
POINTARRAY * points
Definition liblwgeom.h:469

References LWLINE::points, and ptarray_check_geodetic().

Referenced by lwgeom_check_geodetic().

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