Uses of Interface
org.jungrapht.visualization.spatial.rtree.LeafSplitter
-
Packages that use LeafSplitter Package Description org.jungrapht.visualization.spatial.rtree Visualization mechanisms for supporting RTree spatial data structures. -
-
Uses of LeafSplitter in org.jungrapht.visualization.spatial.rtree
Classes in org.jungrapht.visualization.spatial.rtree that implement LeafSplitter Modifier and Type Class Description class
QuadraticLeafSplitter<T>
splits the passed entries using the quadratic method (for R-Tree)class
RStarLeafSplitter<T>
splits a Collection of Map.Entries according to R*-Tree semanticsFields in org.jungrapht.visualization.spatial.rtree declared as LeafSplitter Modifier and Type Field Description LeafSplitter<T>
SplitterContext. leafSplitter
Methods in org.jungrapht.visualization.spatial.rtree with parameters of type LeafSplitter Modifier and Type Method Description static <T> SplitterContext<T>
SplitterContext. of(LeafSplitter<T> leafSplitter, Splitter<T> splitter)
-