Uses of Class
org.h2.mvstore.rtree.MVRTreeMap.RTreeCursor
Packages that use MVRTreeMap.RTreeCursor
Package
Description
Helper classes to use the MVStore in the H2 database.
An R-tree implementation
-
Uses of MVRTreeMap.RTreeCursor in org.h2.mvstore.db
Subclasses of MVRTreeMap.RTreeCursor in org.h2.mvstore.dbModifier and TypeClassDescriptionprivate final class
A cursor for getBounds() method. -
Uses of MVRTreeMap.RTreeCursor in org.h2.mvstore.rtree
Subclasses of MVRTreeMap.RTreeCursor in org.h2.mvstore.rtreeModifier and TypeClassDescriptionprivate static final class
private static final class
Methods in org.h2.mvstore.rtree that return MVRTreeMap.RTreeCursorModifier and TypeMethodDescriptionMVRTreeMap.findContainedKeys
(Spatial x) Iterate over all keys that are fully contained within the given rectangle.MVRTreeMap.findIntersectingKeys
(Spatial x) Iterate over all keys that have an intersection with the given rectangle.