All Classes Interface Summary Class Summary
| Class |
Description |
| BoundedPriorityQueue<T> |
|
| Circle |
|
| CircleDouble |
|
| CircleFloat |
|
| Comparators |
|
| Context<T,S extends Geometry> |
Configures an RTree prior to instantiation of an RTree.
|
| Entries |
|
| Entry<T,S extends Geometry> |
|
| EntryDefault<T,S extends Geometry> |
An entry in the R-tree which has a spatial representation.
|
| EntryFactory<T,S extends Geometry> |
|
| Factories |
|
| Factory<T,S extends Geometry> |
|
| FactoryDefault<T,S extends Geometry> |
|
| Geometries |
|
| Geometry |
A geometrical region that represents an Entry spatially.
|
| GeometryUtil |
|
| Group<T extends HasGeometry> |
|
| HasGeometry |
|
| Intersects |
|
| Iterables |
|
| Leaf<T,S extends Geometry> |
|
| LeafDefault<T,S extends Geometry> |
|
| LeafFactory<T,S extends Geometry> |
|
| LeafHelper |
|
| Line |
|
| Line2D |
Port of java.awt.geom.Line2D.
|
| LineDouble |
A line segment.
|
| LineFloat |
A line segment.
|
| ListPair<T extends HasGeometry> |
Not thread safe.
|
| Node<T,S extends Geometry> |
|
| NodeAndEntries<T,S extends Geometry> |
Used for tracking deletions through recursive calls.
|
| NonLeaf<T,S extends Geometry> |
|
| NonLeafDefault<T,S extends Geometry> |
|
| NonLeafFactory<T,S extends Geometry> |
|
| NonLeafHelper |
|
| ObjectsHelper |
|
| Pair<T> |
|
| Point |
|
| PointDouble |
|
| PointFloat |
|
| Rectangle |
|
| RectangleDouble |
|
| RectangleFloat |
|
| RectangleUtil |
|
| RTree<T,S extends Geometry> |
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.
|
| 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.
|
| Splitter |
|
| SplitterQuadratic |
|
| SplitterRStar |
|
| Util |
|
| Visualizer |
|