Class QuadraticLeafSplitter<T>
- java.lang.Object
-
- org.jungrapht.visualization.spatial.rtree.QuadraticLeafSplitter<T>
-
- Type Parameters:
T
-
- All Implemented Interfaces:
LeafSplitter<T>
public class QuadraticLeafSplitter<T> extends Object implements LeafSplitter<T>
splits the passed entries using the quadratic method (for R-Tree)- Author:
- Tom Nelson
-
-
Constructor Summary
Constructors Constructor Description QuadraticLeafSplitter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pair<LeafNode<T>>
split(Collection<Map.Entry<T,Rectangle2D>> entries, Map.Entry<T,Rectangle2D> newEntry)
-
-
-
Method Detail
-
split
public Pair<LeafNode<T>> split(Collection<Map.Entry<T,Rectangle2D>> entries, Map.Entry<T,Rectangle2D> newEntry)
- Specified by:
split
in interfaceLeafSplitter<T>
-
-