Uses of Package
com.vividsolutions.jts.index.strtree

Packages that use com.vividsolutions.jts.index.strtree
com.vividsolutions.jts.index.strtree Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree. 
com.vividsolutions.jts.operation.distance Provides classes for computing the distance between geometries 
 

Classes in com.vividsolutions.jts.index.strtree used by com.vividsolutions.jts.index.strtree
AbstractNode
          A node of an AbstractSTRtree.
AbstractSTRtree
          Base class for STRtree and SIRtree.
AbstractSTRtree.IntersectsOp
          A test for intersection between two bounds, necessary because subclasses of AbstractSTRtree have different implementations of bounds.
Boundable
          A spatial object in an AbstractSTRtree.
Interval
          A contiguous portion of 1D-space.
ItemBoundable
          Boundable wrapper for a non-Boundable spatial object.
ItemDistance
          A function method which computes the distance between two ItemBoundables in an STRtree.
STRtree
          A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm.
 

Classes in com.vividsolutions.jts.index.strtree used by com.vividsolutions.jts.operation.distance
STRtree
          A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm.
 



Copyright © 2012. All Rights Reserved.