19 #ifndef GEOS_IDX_QUADTREE_ROOT_H 20 #define GEOS_IDX_QUADTREE_ROOT_H 22 #include <geos/export.h> 23 #include <geos/index/quadtree/NodeBase.h> 24 #include <geos/geom/Coordinate.h> 89 #endif // GEOS_IDX_QUADTREE_ROOT_H An Envelope defines a rectangulare region of the 2D coordinate plane.
Definition: Envelope.h:58
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:49
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
The base class for nodes in a Quadtree.
Definition: quadtree/NodeBase.h:55
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Represents a node of a Quadtree.
Definition: index/quadtree/Node.h:55