21#include <geos/export.h>
22#include <geos/index/quadtree/NodeBase.h>
23#include <geos/geom/Coordinate.h>
48class GEOS_DLL Root:
public NodeBase {
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
Represents a node of a Quadtree.
Definition index/quadtree/Node.h:54
void insert(const geom::Envelope *itemEnv, void *item)
Contains classes that implement a Quadtree spatial index.
Definition IntervalSize.h:25
Provides classes for various kinds of spatial indexes.
Definition DiscreteFrechetDistance.h:50
Basic namespace for all GEOS functionalities.
Definition geos.h:39