Package | Description |
---|---|
org.h2.mvstore.rtree |
An R-tree implementation
|
Modifier and Type | Method and Description |
---|---|
MVRTreeMap.RTreeCursor |
MVRTreeMap.findContainedKeys(SpatialKey x)
Iterate over all keys that are fully contained within the given
rectangle.
|
MVRTreeMap.RTreeCursor |
MVRTreeMap.findIntersectingKeys(SpatialKey x)
Iterate over all keys that have an intersection with the given rectangle.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.