GEOS  3.9.1dev
Classes | Namespaces
SortedPackedIntervalRTree.h File Reference
#include <geos/index/intervalrtree/IntervalRTreeNode.h>
#include <geos/index/intervalrtree/IntervalRTreeBranchNode.h>
#include <geos/index/intervalrtree/IntervalRTreeLeafNode.h>
#include <geos/util/UnsupportedOperationException.h>
Include dependency graph for SortedPackedIntervalRTree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  geos::index::intervalrtree::SortedPackedIntervalRTree
 A static index on a set of 1-dimensional intervals, using an R-Tree packed based on the order of the interval midpoints. More...
 

Namespaces

 geos
 Basic namespace for all GEOS functionalities.
 
 geos::index
 Provides classes for various kinds of spatial indexes.
 
 geos::index::intervalrtree
 Contains classes that implement a static index on a set of 1-dimensional intervals, using an R-Tree packed based on the order of the interval midpoints.