Uses of Interface
org.locationtech.jts.index.strtree.Boundable
-
Packages that use Boundable Package Description org.locationtech.jts.index.strtree Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.org.locationtech.jtstest.function -
-
Uses of Boundable in org.locationtech.jts.index.strtree
Classes in org.locationtech.jts.index.strtree that implement Boundable Modifier and Type Class Description class
AbstractNode
A node of anAbstractSTRtree
.class
ItemBoundable
Boundable wrapper for a non-Boundable spatial object.private static class
STRtree.STRtreeNode
Fields in org.locationtech.jts.index.strtree declared as Boundable Modifier and Type Field Description private Boundable
BoundablePair. boundable1
private Boundable
BoundablePair. boundable2
Methods in org.locationtech.jts.index.strtree that return Boundable Modifier and Type Method Description Boundable
BoundablePair. getBoundable(int i)
Gets one of the memberBoundable
s in the pair (indexed by [0, 1]).Methods in org.locationtech.jts.index.strtree with parameters of type Boundable Modifier and Type Method Description void
AbstractNode. addChildBoundable(Boundable childBoundable)
Adds either an AbstractNode, or if this is a leaf node, a data object (wrapped in an ItemBoundable)private static double
BoundablePair. area(Boundable b)
private void
BoundablePair. expand(Boundable bndComposite, Boundable bndOther, PriorityQueue priQ, double minDistance)
Constructors in org.locationtech.jts.index.strtree with parameters of type Boundable Constructor Description BoundablePair(Boundable boundable1, Boundable boundable2, ItemDistance itemDistance)
-
Uses of Boundable in org.locationtech.jtstest.function
Methods in org.locationtech.jtstest.function with parameters of type Boundable Modifier and Type Method Description private static void
SpatialIndexFunctions. addBounds(Boundable bnd, java.util.List bounds, GeometryFactory factory)
-