See: Description

| Interface | Description |
|---|---|
| InsertionStrategy |
Interface for implementing insertion strategies, i.e. in which path of the
tree to insert the new element.
|
| SplitStrategy<B> |
Generic interface for split strategies.
|
| Class | Description |
|---|---|
| ApproximateLeastOverlapInsertionStrategy |
Insertion strategy that exhaustively tests all childs for the least overlap
when inserting.
|
| ApproximateLeastOverlapInsertionStrategy.Parameterizer |
Parameterization class.
|
| Enlargement<E extends SpatialEntry> |
Encapsulates the parameters for enlargement of nodes after insertion of new
objects.
|
| LeastOverlapInsertionStrategy |
Insertion strategy that exhaustively tests all childs for the least overlap
when inserting.
|
| SpatialComparator |
Compares objects of type SpatialComparable.
|
| TopologicalSplitter |
Encapsulates the required parameters for a topological split of a R*-Tree.
|
Utilities for R*-Tree and variants.