QuadRoot is the root of a single Quadtree. It is centred at the origin, and does not have a defined extent. More...
#include <geos/indexQuadtree.h>
Public Member Functions | |
| void | insert (const geom::Envelope *itemEnv, void *item) |
Protected Member Functions | |
| bool | isSearchMatch (const geom::Envelope &) const |
QuadRoot is the root of a single Quadtree. It is centred at the origin, and does not have a defined extent.
| void geos::index::quadtree::Root::insert | ( | const geom::Envelope * | itemEnv, |
| void * | item | ||
| ) |
Insert an item into the quadtree this is the root of.
1.7.2