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 TypeClassDescriptionclass
A node of anAbstractSTRtree
.class
Boundable wrapper for a non-Boundable spatial object.Methods in org.locationtech.jts.index.strtree with parameters of type BoundableModifier and TypeMethodDescriptionvoid
AbstractNode.addChildBoundable
(Boundable childBoundable) Adds either an AbstractNode, or if this is a leaf node, a data object (wrapped in an ItemBoundable)