Uses of Interface
org.locationtech.jts.index.strtree.Boundable
Packages that use Boundable
Package
Description
Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.
-
Uses of Boundable in org.locationtech.jts.index.strtree
Classes in org.locationtech.jts.index.strtree that implement BoundableModifier and TypeClassDescriptionclassA node of anAbstractSTRtree.classBoundable wrapper for a non-Boundable spatial object.private static final classFields in org.locationtech.jts.index.strtree declared as BoundableModifier and TypeFieldDescriptionprivate BoundableBoundablePair.boundable1private BoundableBoundablePair.boundable2Methods in org.locationtech.jts.index.strtree that return BoundableModifier and TypeMethodDescriptionBoundablePair.getBoundable(int i) Gets one of the memberBoundables in the pair (indexed by [0, 1]).Methods in org.locationtech.jts.index.strtree with parameters of type BoundableModifier and TypeMethodDescriptionvoidAbstractNode.addChildBoundable(Boundable childBoundable) Adds either an AbstractNode, or if this is a leaf node, a data object (wrapped in an ItemBoundable)private static doubleprivate voidBoundablePair.expand(Boundable bndComposite, Boundable bndOther, PriorityQueue priQ, double minDistance) Constructors in org.locationtech.jts.index.strtree with parameters of type BoundableModifierConstructorDescriptionBoundablePair(Boundable boundable1, Boundable boundable2, ItemDistance itemDistance) -
Uses of Boundable in org.locationtech.jtstest.function
Methods in org.locationtech.jtstest.function with parameters of type BoundableModifier and TypeMethodDescriptionprivate static voidSpatialIndexFunctions.addBounds(Boundable bnd, List bounds, GeometryFactory factory)