Uses of Class
org.h2.mvstore.rtree.MVRTreeMap.RTreeCursor
-
Packages that use MVRTreeMap.RTreeCursor Package Description org.h2.mvstore.db Helper classes to use the MVStore in the H2 database.org.h2.mvstore.rtree An R-tree implementation -
-
Uses of MVRTreeMap.RTreeCursor in org.h2.mvstore.db
Subclasses of MVRTreeMap.RTreeCursor in org.h2.mvstore.db Modifier and Type Class Description private class
MVSpatialIndex.FindBoundsCursor
A cursor for getBounds() method. -
Uses of MVRTreeMap.RTreeCursor in org.h2.mvstore.rtree
Subclasses of MVRTreeMap.RTreeCursor in org.h2.mvstore.rtree Modifier and Type Class Description private static class
MVRTreeMap.ContainsRTreeCursor<V>
private static class
MVRTreeMap.IntersectsRTreeCursor<V>
Methods in org.h2.mvstore.rtree that return MVRTreeMap.RTreeCursor Modifier and Type Method Description MVRTreeMap.RTreeCursor<V>
MVRTreeMap. findContainedKeys(Spatial x)
Iterate over all keys that are fully contained within the given rectangle.MVRTreeMap.RTreeCursor<V>
MVRTreeMap. findIntersectingKeys(Spatial x)
Iterate over all keys that have an intersection with the given rectangle.
-