Package org.h2.mvstore.rtree
An R-tree implementation.
-
Interface Summary Interface Description Spatial Interface Spatial represents boxes in 2+ dimensional space, where total ordering is not that straight-forward. -
Class Summary Class Description MVRTreeMap<V> An r-tree implementation.MVRTreeMap.Builder<V> A builder for this class.MVRTreeMap.RTreeCursor<V> A cursor to iterate over a subset of the keys.SpatialDataType A spatial data type.