PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ rect_tree_from_lwpoint()

static RECT_NODE* rect_tree_from_lwpoint ( const LWGEOM lwgeom)
static

Definition at line 731 of file lwtree.c.

732 {
733  const LWPOINT *lwpt = (const LWPOINT*)lwgeom;
734  return rect_tree_from_ptarray(lwpt->point, lwgeom->type);
735 }
RECT_NODE * rect_tree_from_ptarray(const POINTARRAY *pa, int geom_type)
Definition: lwtree.c:632
uint8_t type
Definition: liblwgeom.h:399
POINTARRAY * point
Definition: liblwgeom.h:414

References LWPOINT::point, rect_tree_from_ptarray(), and LWGEOM::type.

Referenced by rect_tree_from_lwgeom().

Here is the call graph for this function:
Here is the caller graph for this function: