PostGIS  3.3.9dev-r@@SVN_REVISION@@

◆ lwline_check_geodetic()

static int lwline_check_geodetic ( const LWLINE line)
static

Definition at line 2932 of file lwgeodetic.c.

2933 {
2934  assert(line);
2935  return ptarray_check_geodetic(line->points);
2936 }
static int ptarray_check_geodetic(const POINTARRAY *pa)
Definition: lwgeodetic.c:2908
POINTARRAY * points
Definition: liblwgeom.h:498

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: