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>
49class GEOS_DLL Root:
public NodeBase {
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:53
Represents a node of a Quadtree.
Definition index/quadtree/Node.h:55
void insert(const geom::Envelope *itemEnv, void *item)
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Contains classes that implement a Quadtree spatial index.
Definition DoubleBits.h:29
Provides classes for various kinds of spatial indexes.
Definition IndexedNestedRingTester.h:31
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25