Uses of Interface
com.vividsolutions.jts.index.strtree.Boundable
-
Packages that use Boundable Package Description com.vividsolutions.jts.index.strtree Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree. -
-
Uses of Boundable in com.vividsolutions.jts.index.strtree
Classes in com.vividsolutions.jts.index.strtree that implement Boundable Modifier and Type Class Description classAbstractNodeA node of anAbstractSTRtree.classItemBoundableBoundable wrapper for a non-Boundable spatial object.Methods in com.vividsolutions.jts.index.strtree with parameters of type Boundable Modifier and Type Method Description voidAbstractNode. addChildBoundable(Boundable childBoundable)Adds either an AbstractNode, or if this is a leaf node, a data object (wrapped in an ItemBoundable)
-