PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ lwpoint_is_empty()

static int lwpoint_is_empty ( const LWPOINT point)
inlinestatic

Definition at line 153 of file lwinline.h.

154 {
155  return !point->point || point->point->npoints < 1;
156 }
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: