Uses of Interface
com.vividsolutions.jts.index.SpatialIndex
-
Packages that use SpatialIndex Package Description com.vividsolutions.jts.index.quadtree Contains classes that implement a Quadtree spatial indexcom.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 Modifier and Type Class Description classQuadtreeA 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 Modifier and Type Class Description classSTRtreeA 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 Modifier and Type Method Description SpatialIndexMCIndexNoder. getIndex()SpatialIndexMCIndexSegmentSetMutualIntersector. getIndex()Gets the index constructed over the base segment strings. -
Uses of SpatialIndex in com.vividsolutions.jts.noding.snapround
Constructors in com.vividsolutions.jts.noding.snapround with parameters of type SpatialIndex Constructor Description MCIndexPointSnapper(SpatialIndex index)
-