Class RStarSplitter<T>
- java.lang.Object
-
- org.jungrapht.visualization.spatial.rtree.AbstractSplitter<T>
-
- org.jungrapht.visualization.spatial.rtree.RStarSplitter<T>
-
- Type Parameters:
T
-
- All Implemented Interfaces:
Splitter<T>
public class RStarSplitter<T> extends AbstractSplitter<T> implements Splitter<T>
- Author:
- Tom Nelson
-
-
Constructor Summary
Constructors Constructor Description RStarSplitter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Node<T>>
chooseSubtree(InnerNode<T> nodeToSplit, T element, Rectangle2D bounds)
Pair<InnerNode<T>>
split(List<Node<T>> children, Node<T> newEntry)
-
Methods inherited from class org.jungrapht.visualization.spatial.rtree.AbstractSplitter
leastEnlargementThenAreaThenKids, leastOverlapThenEnlargementThenAreaThenKids
-
-