Uses of Interface
org.jungrapht.visualization.spatial.rtree.Bounded
-
Packages that use Bounded Package Description org.jungrapht.visualization.spatial.rtree Visualization mechanisms for supporting RTree spatial data structures. -
-
Uses of Bounded in org.jungrapht.visualization.spatial.rtree
Classes in org.jungrapht.visualization.spatial.rtree with type parameters of type Bounded Modifier and Type Interface Description interface
BoundedList<B extends Bounded>
interface for a list of Bounded items.class
NodeList<B extends Bounded>
A list of elements that are Bounded by a Rectangle2D The list is also Bounded by the combined union of its elementsSubinterfaces of Bounded in org.jungrapht.visualization.spatial.rtree Modifier and Type Interface Description interface
BoundedList<B extends Bounded>
interface for a list of Bounded items.interface
Node<T>
Interface for R-Tree nodes Includes static functions for area, union, margin, overlapClasses in org.jungrapht.visualization.spatial.rtree that implement Bounded Modifier and Type Class Description class
InnerNode<T>
a non-leaf node of the R-Tree.class
LeafNode<T>
a leaf node of an R-Tree.class
NodeList<B extends Bounded>
A list of elements that are Bounded by a Rectangle2D The list is also Bounded by the combined union of its elementsclass
NodeMap<V>
A Map of elements to Rectangle2D where the union of the child elements is kept up to date with the values in the Mapclass
RTreeNode<T>
contains the parent for Node implementationsMethod parameters in org.jungrapht.visualization.spatial.rtree with type arguments of type Bounded Modifier and Type Method Description static Rectangle2D
Node. union(Collection<? extends Bounded> boundedItems)
static double
Node. width(Collection<? extends Bounded> boundedItems)
Constructors in org.jungrapht.visualization.spatial.rtree with parameters of type Bounded Constructor Description NodeList(B... nodes)
-