PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ lwline_is_empty()

static int lwline_is_empty ( const LWLINE line)
inlinestatic

Definition at line 159 of file lwinline.h.

160 {
161  return !line->points || line->points->npoints < 1;
162 }
POINTARRAY * points
Definition: liblwgeom.h:483
uint32_t npoints
Definition: liblwgeom.h:427

References POINTARRAY::npoints, and LWLINE::points.

Referenced by lwgeom_is_empty().

Here is the caller graph for this function: