PostGIS  2.5.7dev-r@@SVN_REVISION@@
rtree_node Struct Reference

The following struct and methods are used for a 1D RTree implementation, described at: http://lin-ear-th-inking.blogspot.com/2007/06/packed-1-dimensional-r-tree.html. More...

#include <lwgeom_rtree.h>

Collaboration diagram for rtree_node:
Collaboration graph

Data Fields

RTREE_INTERVALinterval
 
struct rtree_nodeleftNode
 
struct rtree_noderightNode
 
LWLINEsegment
 

Detailed Description

The following struct and methods are used for a 1D RTree implementation, described at: http://lin-ear-th-inking.blogspot.com/2007/06/packed-1-dimensional-r-tree.html.

Definition at line 46 of file lwgeom_rtree.h.


The documentation for this struct was generated from the following file: