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

◆ lwpoint_is_empty()

static int lwpoint_is_empty ( const LWPOINT point)
inlinestatic

Definition at line 149 of file lwinline.h.

150{
151 return !point->point || point->point->npoints < 1;
152}
POINTARRAY * point
Definition liblwgeom.h:471
uint32_t npoints
Definition liblwgeom.h:427

References POINTARRAY::npoints, and LWPOINT::point.

Referenced by lwgeom_is_empty().

Here is the caller graph for this function: