Uses of Class
org.jungrapht.visualization.spatial.rtree.LeafNode
-
Packages that use LeafNode Package Description org.jungrapht.visualization.spatial Visualization mechanisms for supporting spatial data structures.org.jungrapht.visualization.spatial.rtree Visualization mechanisms for supporting RTree spatial data structures. -
-
Uses of LeafNode in org.jungrapht.visualization.spatial
Methods in org.jungrapht.visualization.spatial that return LeafNode Modifier and Type Method Description LeafNode<T>
SpatialRTree. getContainingLeaf(Object element)
Methods in org.jungrapht.visualization.spatial that return types with arguments of type LeafNode Modifier and Type Method Description Set<LeafNode<T>>
SpatialRTree. getContainingLeafs(double x, double y)
Set<LeafNode<T>>
SpatialRTree. getContainingLeafs(Point2D p)
-
Uses of LeafNode in org.jungrapht.visualization.spatial.rtree
Fields in org.jungrapht.visualization.spatial.rtree declared as LeafNode Modifier and Type Field Description static LeafNode
LeafNode. EMPTY
a LeafVertex with no childrenMethods in org.jungrapht.visualization.spatial.rtree that return LeafNode Modifier and Type Method Description static <T> LeafNode<T>
LeafNode. create(Collection<Map.Entry<T,Rectangle2D>> entries)
static <T> LeafNode<T>
LeafNode. create(Map.Entry<T,Rectangle2D> entry)
static <T> LeafNode<T>
LeafNode. create(T element, Rectangle2D bounds)
LeafNode<T>
InnerNode. getContainingLeaf(T element)
LeafNode<T>
LeafNode. getContainingLeaf(T element)
LeafNode<T>
Node. getContainingLeaf(T element)
Methods in org.jungrapht.visualization.spatial.rtree that return types with arguments of type LeafNode Modifier and Type Method Description Set<LeafNode<T>>
InnerNode. getContainingLeafs(Set<LeafNode<T>> containingLeafs, double x, double y)
Set<LeafNode<T>>
InnerNode. getContainingLeafs(Set<LeafNode<T>> containingLeafs, Point2D p)
Set<LeafNode<T>>
LeafNode. getContainingLeafs(Set<LeafNode<T>> containingLeafs, double x, double y)
Set<LeafNode<T>>
LeafNode. getContainingLeafs(Set<LeafNode<T>> containingLeafs, Point2D p)
Set<LeafNode<T>>
Node. getContainingLeafs(Set<LeafNode<T>> containingLeafs, double x, double y)
Set<LeafNode<T>>
Node. getContainingLeafs(Set<LeafNode<T>> containingLeafs, Point2D p)
Pair<LeafNode<T>>
LeafSplitter. split(Collection<Map.Entry<T,Rectangle2D>> entries, Map.Entry<T,Rectangle2D> newEntry)
Pair<LeafNode<T>>
QuadraticLeafSplitter. split(Collection<Map.Entry<T,Rectangle2D>> entries, Map.Entry<T,Rectangle2D> newEntry)
Pair<LeafNode<T>>
RStarLeafSplitter. split(Collection<Map.Entry<T,Rectangle2D>> entries, Map.Entry<T,Rectangle2D> newEntry)
Method parameters in org.jungrapht.visualization.spatial.rtree with type arguments of type LeafNode Modifier and Type Method Description Set<LeafNode<T>>
InnerNode. getContainingLeafs(Set<LeafNode<T>> containingLeafs, double x, double y)
Set<LeafNode<T>>
InnerNode. getContainingLeafs(Set<LeafNode<T>> containingLeafs, Point2D p)
Set<LeafNode<T>>
LeafNode. getContainingLeafs(Set<LeafNode<T>> containingLeafs, double x, double y)
Set<LeafNode<T>>
LeafNode. getContainingLeafs(Set<LeafNode<T>> containingLeafs, Point2D p)
Set<LeafNode<T>>
Node. getContainingLeafs(Set<LeafNode<T>> containingLeafs, double x, double y)
Set<LeafNode<T>>
Node. getContainingLeafs(Set<LeafNode<T>> containingLeafs, Point2D p)
-