Uses of Interface
org.locationtech.jts.index.SpatialIndex
-
Packages that use SpatialIndex Package Description org.locationtech.jts.index.hprtree org.locationtech.jts.index.quadtree Contains classes that implement a Quadtree spatial indexorg.locationtech.jts.index.strtree Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.org.locationtech.jts.noding Classes to compute nodings for arrangements of line segments and line segment sequences.org.locationtech.jts.noding.snapround Contains classes to implement the Snap Rounding algorithm for noding linestrings. -
-
Uses of SpatialIndex in org.locationtech.jts.index.hprtree
Classes in org.locationtech.jts.index.hprtree that implement SpatialIndex Modifier and Type Class Description class
HPRtree
A Hilbert-Packed R-tree. -
Uses of SpatialIndex in org.locationtech.jts.index.quadtree
Classes in org.locationtech.jts.index.quadtree that implement SpatialIndex Modifier and Type Class Description class
Quadtree
A Quadtree is a spatial index structure for efficient range querying of items bounded by 2D rectangles. -
Uses of SpatialIndex in org.locationtech.jts.index.strtree
Classes in org.locationtech.jts.index.strtree that implement SpatialIndex Modifier and Type Class Description class
STRtree
A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm. -
Uses of SpatialIndex in org.locationtech.jts.noding
Methods in org.locationtech.jts.noding that return SpatialIndex Modifier and Type Method Description SpatialIndex
MCIndexNoder. getIndex()
SpatialIndex
MCIndexSegmentSetMutualIntersector. getIndex()
Gets the index constructed over the base segment strings. -
Uses of SpatialIndex in org.locationtech.jts.noding.snapround
Constructors in org.locationtech.jts.noding.snapround with parameters of type SpatialIndex Constructor Description MCIndexPointSnapper(SpatialIndex index)
-