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

◆ 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:462
POINTARRAY * point
Definition liblwgeom.h:471

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: