PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ lwpoint_is_empty()

static int lwpoint_is_empty ( const LWPOINT point)
inlinestatic

Definition at line 143 of file lwinline.h.

144 {
145  return !point->point || point->point->npoints < 1;
146 }
POINTARRAY * point
Definition: liblwgeom.h:457
uint32_t npoints
Definition: liblwgeom.h:413

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

Referenced by lwgeom_is_empty().

Here is the caller graph for this function: