PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ lwline_check_geodetic()

static int lwline_check_geodetic ( const LWLINE line)
static

Definition at line 3091 of file lwgeodetic.c.

3092 {
3093  assert(line);
3094  return ptarray_check_geodetic(line->points);
3095 }
static int ptarray_check_geodetic(const POINTARRAY *pa)
Definition: lwgeodetic.c:3067
POINTARRAY * points
Definition: liblwgeom.h:483

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: