GEOS  3.9.1dev
Classes | Namespaces
SimpleSTRtree.h File Reference
#include <geos/export.h>
#include <geos/index/SpatialIndex.h>
#include <geos/geom/Envelope.h>
#include <geos/index/strtree/SimpleSTRnode.h>
#include <vector>
#include <utility>
Include dependency graph for SimpleSTRtree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  geos::index::strtree::SimpleSTRtree
 A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm. For two-dimensional spatial data. More...
 

Namespaces

 geos
 Basic namespace for all GEOS functionalities.
 
 geos::geom
 
 geos::index
 Provides classes for various kinds of spatial indexes.
 
 geos::index::strtree
 Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.