All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| BoundedPriorityQueue<T> |
|
| Bounds_ |
|
| Bounds_.Vector |
|
| BoundsType_ |
|
| BoxDouble_ |
|
| BoxDouble_.Vector |
|
| BoxFloat_ |
|
| BoxFloat_.Vector |
|
| Circle |
|
| CircleDouble |
|
| CircleDouble_ |
|
| CircleDouble_.Vector |
|
| CircleFloat |
|
| CircleFloat_ |
|
| CircleFloat_.Vector |
|
| Comparators |
|
| Context<T,S extends Geometry> |
Configures an RTree prior to instantiation of an RTree.
|
| Context_ |
|
| Context_.Vector |
|
| Entries |
|
| Entry<T,S extends Geometry> |
|
| Entry_ |
|
| Entry_.Vector |
|
| 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> |
|
| FactoryFlatBuffers<T,S extends Geometry> |
Conserves memory in comparison to FactoryDefault especially for
larger maxChildren by saving Leaf objects to byte arrays and using
FlatBuffers to access the byte array.
|
| Functions |
|
| Geometries |
|
| Geometry |
A geometrical region that represents an Entry spatially.
|
| Geometry_ |
|
| Geometry_.Vector |
|
| GeometryType_ |
|
| GeometryUtil |
|
| Group<T extends HasGeometry> |
|
| HasGeometry |
|
| ImmutableStack<T> |
|
| InternalStructure |
|
| Intersects |
|
| 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.
|
| LineDouble_ |
|
| LineDouble_.Vector |
|
| LineFloat |
A line segment.
|
| LineFloat_ |
|
| LineFloat_.Vector |
|
| ListPair<T extends HasGeometry> |
Not thread safe.
|
| Node<T,S extends Geometry> |
|
| Node_ |
|
| Node_.Vector |
|
| 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 |
|
| OperatorBoundedPriorityQueue<T> |
|
| Pair<T> |
|
| Point |
|
| PointDouble |
|
| PointDouble_ |
|
| PointDouble_.Vector |
|
| PointFloat |
|
| PointFloat_ |
|
| PointFloat_.Vector |
|
| 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.
|
| Serializer<T,S extends Geometry> |
|
| SerializerFlatBuffers<T,S extends Geometry> |
|
| SerializerHelper |
|
| SerializerKryo<T,S extends Geometry> |
|
| Serializers |
|
| Serializers.Method |
|
| Serializers.SerializerBuilder |
|
| Serializers.SerializerTypedBuilder<T> |
|
| Splitter |
|
| SplitterQuadratic |
|
| SplitterRStar |
|
| Tree_ |
|
| Tree_.Vector |
|
| Util |
|
| Visualizer |
|