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

◆ lwline_is_empty()

static int lwline_is_empty ( const LWLINE line)
inlinestatic

Definition at line 155 of file lwinline.h.

156{
157 return !line->points || line->points->npoints < 1;
158}
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: