| Package | Description |
|---|---|
| com.github.davidmoten.rtreemulti | |
| com.github.davidmoten.rtreemulti.internal |
| Class and Description |
|---|
| Context
Configures an RTree prior to instantiation of an
RTree. |
| Entry |
| EntryFactory |
| Factory |
| Leaf |
| LeafFactory |
| Node |
| NonLeaf |
| NonLeafFactory |
| RTree
Immutable in-memory 2D R-Tree with configurable splitter heuristic.
|
| RTree.Builder
RTree Builder.
|
| Selector
The heuristic used on insert to select which node to add an Entry to.
|
| SelectorMinimalOverlapVolume |
| SelectorMinimalVolumeIncrease
Uses minimal volume increase to select a node from a list.
|
| SelectorRStar
Uses minimal overlap volume selector for leaf nodes and minimal volume increase
selector for non-leaf nodes.
|
| Splitter |
| SplitterQuadratic |
| SplitterRStar |
| Visitor |
| Visualizer |
| Class and Description |
|---|
| Context
Configures an RTree prior to instantiation of an
RTree. |
| Entry |
| EntryFactory |
| Factory |
| Leaf |
| LeafFactory |
| Node |
| NonLeaf |
| NonLeafFactory |
| RTree
Immutable in-memory 2D R-Tree with configurable splitter heuristic.
|
Copyright © 2013–2022. All rights reserved.