| Interface | Description |
|---|---|
| Selector |
The heuristic used on insert to select which node to add an Entry to.
|
| Splitter |
| Class | Description |
|---|---|
| Comparators | |
| Context |
Configures an RTree prior to instantiation of an
RTree. |
| Entry<T,S extends Geometry> |
An entry in the R-tree which has a spatial representation.
|
| Functions | |
| RTree<T,S extends Geometry> |
Immutable in-memory 2D R-Tree with configurable splitter heuristic.
|
| RTree.Builder |
RTree Builder.
|
| SelectorMinimalAreaIncrease |
Uses minimal area increase to select a node from a list.
|
| SelectorMinimalOverlapArea | |
| SelectorRStar |
Uses minimal overlap area selector for leaf nodes and minimal areea increase
selector for non-leaf nodes.
|
| SplitterQuadratic | |
| SplitterRStar | |
| Util | |
| Visualizer |
Copyright © 2013–2015. All rights reserved.