Uses of Class
com.vividsolutions.jts.index.strtree.AbstractSTRtree

Packages that use AbstractSTRtree
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 AbstractSTRtree in com.vividsolutions.jts.index.strtree
 

Subclasses of AbstractSTRtree in com.vividsolutions.jts.index.strtree
 class SIRtree
          One-dimensional version of an STR-packed R-tree.
 class STRtree
          A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm.
 



Copyright © 2012. All Rights Reserved.