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>
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:60
An Envelope defines a rectangulare region of the 2D coordinate plane.
Definition Envelope.h:58
The base class for nodes in a Quadtree.
Definition quadtree/NodeBase.h:55
Represents a node of a Quadtree.
Definition index/quadtree/Node.h:55
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
void insert(const geom::Envelope *itemEnv, void *item)
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:26