PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ 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:399
POINTARRAY * points
Definition: liblwgeom.h:425

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: