21#include <geos/export.h>
22#include <geos/index/quadtree/NodeBase.h>
23#include <geos/geom/Coordinate.h>
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:217
An Envelope defines a rectangulare region of the 2D coordinate plane.
Definition Envelope.h:59
The base class for nodes in a Quadtree.
Definition quadtree/NodeBase.h:54
Represents a node of a Quadtree.
Definition index/quadtree/Node.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:48
void insert(const geom::Envelope *itemEnv, void *item)
Basic namespace for all GEOS functionalities.
Definition geos.h:39