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

◆ lwline_is_empty()

static int lwline_is_empty ( const LWLINE line)
inlinestatic

Definition at line 149 of file lwinline.h.

150{
151 return !line->points || line->points->npoints < 1;
152}
POINTARRAY * points
Definition liblwgeom.h:469
uint32_t npoints
Definition liblwgeom.h:413

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

Referenced by lwgeom_is_empty().

Here is the caller graph for this function: