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 classMVSpatialIndex.FindBoundsCursorA 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 classMVRTreeMap.ContainsRTreeCursor<V>private static classMVRTreeMap.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.
-