Class SplitterContext<T>
- java.lang.Object
-
- org.jungrapht.visualization.spatial.rtree.SplitterContext<T>
-
- Type Parameters:
T
- the type of element in the RTree
public class SplitterContext<T> extends Object
a container for the functions that support R-Tree and R*-Tree- Author:
- Tom Nelson
-
-
Field Summary
Fields Modifier and Type Field Description LeafSplitter<T>
leafSplitter
Splitter<T>
splitter
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> SplitterContext<T>
of(LeafSplitter<T> leafSplitter, Splitter<T> splitter)
-
-
-
Field Detail
-
leafSplitter
public final LeafSplitter<T> leafSplitter
-
-
Method Detail
-
of
public static <T> SplitterContext<T> of(LeafSplitter<T> leafSplitter, Splitter<T> splitter)
-
-