20 #ifndef GEOS_IDX_QUADTREE_ROOT_H
21 #define GEOS_IDX_QUADTREE_ROOT_H
23 #include <geos/export.h>
24 #include <geos/index/quadtree/NodeBase.h>
25 #include <geos/geom/Coordinate.h>
88 #endif // GEOS_IDX_QUADTREE_ROOT_H
An Envelope defines a rectangulare region of the 2D coordinate plane.
Definition: Envelope.h:54
QuadRoot is the root of a single Quadtree. It is centred at the origin, and does not have a defined e...
Definition: quadtree/Root.h:50
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
The base class for nodes in a Quadtree.
Definition: quadtree/NodeBase.h:55
Represents a node of a Quadtree.
Definition: index/quadtree/Node.h:56