Uses of Interface
com.vividsolutions.jts.index.SpatialIndex

Packages that use SpatialIndex
com.vividsolutions.jts.index.quadtree Contains classes that implement a Quadtree spatial index 
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.noding Classes to compute nodings for arrangements of line segments and line segment sequences. 
com.vividsolutions.jts.noding.snapround Contains classes to implement the Snap Rounding algorithm for noding linestrings. 
 

Uses of SpatialIndex in com.vividsolutions.jts.index.quadtree
 

Classes in com.vividsolutions.jts.index.quadtree that implement SpatialIndex
 class Quadtree
          A Quadtree is a spatial index structure for efficient range querying of items bounded by 2D rectangles.
 

Uses of SpatialIndex in com.vividsolutions.jts.index.strtree
 

Classes in com.vividsolutions.jts.index.strtree that implement SpatialIndex
 class STRtree
          A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm.
 

Uses of SpatialIndex in com.vividsolutions.jts.noding
 

Methods in com.vividsolutions.jts.noding that return SpatialIndex
 SpatialIndex MCIndexSegmentSetMutualIntersector.getIndex()
           
 SpatialIndex MCIndexNoder.getIndex()
           
 

Uses of SpatialIndex in com.vividsolutions.jts.noding.snapround
 

Constructors in com.vividsolutions.jts.noding.snapround with parameters of type SpatialIndex
MCIndexPointSnapper(SpatialIndex index)
           
 



Copyright © 2012. All Rights Reserved.