PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwline_check_geodetic()

static int lwline_check_geodetic ( const LWLINE line)
static

Definition at line 3076 of file lwgeodetic.c.

References LWLINE::points, and ptarray_check_geodetic().

Referenced by lwgeom_check_geodetic().

3077 {
3078  assert(line);
3079  return ptarray_check_geodetic(line->points);
3080 }
POINTARRAY * points
Definition: liblwgeom.h:422
static int ptarray_check_geodetic(const POINTARRAY *pa)
Definition: lwgeodetic.c:3052
Here is the call graph for this function:
Here is the caller graph for this function: