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

◆ rect_tree_from_lwline()

static RECT_NODE * rect_tree_from_lwline ( const LWGEOM lwgeom)
static

Definition at line 738 of file lwtree.c.

739{
740 const LWLINE *lwline = (const LWLINE*)lwgeom;
741 return rect_tree_from_ptarray(lwline->points, lwgeom->type);
742}
RECT_NODE * rect_tree_from_ptarray(const POINTARRAY *pa, int geom_type)
Definition lwtree.c:632
uint8_t type
Definition liblwgeom.h:462
POINTARRAY * points
Definition liblwgeom.h:483

References LWLINE::points, 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: