Uses of Interface
com.vividsolutions.jts.index.strtree.Boundable

Packages that use Boundable
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
 class AbstractNode
          A node of an AbstractSTRtree.
 class ItemBoundable
          Boundable wrapper for a non-Boundable spatial object.
 

Methods in com.vividsolutions.jts.index.strtree with parameters of type Boundable
 void AbstractNode.addChildBoundable(Boundable childBoundable)
          Adds either an AbstractNode, or if this is a leaf node, a data object (wrapped in an ItemBoundable)
 



Copyright © 2012. All Rights Reserved.