Uses of Package
org.jungrapht.visualization.spatial.rtree
-
Packages that use org.jungrapht.visualization.spatial.rtree Package Description org.jungrapht.samples.spatial Sample applications showing spatial data structuresorg.jungrapht.visualization.spatial Visualization mechanisms for supporting spatial data structures.org.jungrapht.visualization.spatial.rtree Visualization mechanisms for supporting RTree spatial data structures. -
Classes in org.jungrapht.visualization.spatial.rtree used by org.jungrapht.samples.spatial Class Description RTree R-Tree or R*-Tree implementation, depending on the type of Splitters passed in the SplitterContext -
Classes in org.jungrapht.visualization.spatial.rtree used by org.jungrapht.visualization.spatial Class Description LeafNode a leaf node of an R-Tree.RTree R-Tree or R*-Tree implementation, depending on the type of Splitters passed in the SplitterContextSplitterContext a container for the functions that support R-Tree and R*-TreeTreeNode -
Classes in org.jungrapht.visualization.spatial.rtree used by org.jungrapht.visualization.spatial.rtree Class Description AbstractSplitter holds implementations of several ways to determine the best node to follow for insertion in the R-TreeBounded Interface for items that present a bounding box rectangleBoundedList interface for a list of Bounded items.BoundedMap InnerNode a non-leaf node of the R-Tree.LeafNode a leaf node of an R-Tree.LeafSplitter Interface for splitting LeafVertices containing Map.Entries as childrenNode Interface for R-Tree nodes Includes static functions for area, union, margin, overlapPair A collection of two items.RTree R-Tree or R*-Tree implementation, depending on the type of Splitters passed in the SplitterContextRTreeNode contains the parent for Node implementationsSplitter interface for classes that hold semantics for R-Tree and R*-TreeSplitterContext a container for the functions that support R-Tree and R*-TreeTreeNode