Classes | |
class | geos::index::strtree::AbstractNode |
A node of the STR tree. More... | |
class | geos::index::strtree::AbstractSTRtree |
Base class for STRtree and SIRtree. More... | |
class | geos::index::strtree::AbstractSTRtree::IntersectsOp |
A test for intersection between two bounds, necessary because subclasses of AbstractSTRtree have different implementations of bounds. More... | |
class | geos::index::strtree::Boundable |
A spatial object in an AbstractSTRtree. More... | |
class | geos::index::strtree::Interval |
A contiguous portion of 1D-space. Used internally by SIRtree. More... | |
class | geos::index::strtree::ItemBoundable |
Boundable wrapper for a non-Boundable spatial object. Used internally by AbstractSTRtree. More... | |
class | geos::index::strtree::SIRtree |
One-dimensional version of an STR-packed R-tree. More... | |
class | geos::index::strtree::STRtree |
A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm. For two-dimensional spatial data. More... | |
Typedefs | |
typedef std::vector< Boundable * > | BoundableList |
A list of boundables. TODO: use a list. |