Uses of Interface
org.locationtech.jts.index.SpatialIndex
-
Packages that use SpatialIndex Package Description org.locationtech.jts.index.strtree org.locationtech.jts.noding org.locationtech.jts.noding.snapround -
-
Uses of SpatialIndex in org.locationtech.jts.index.strtree
Classes in org.locationtech.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 org.locationtech.jts.noding
Methods in org.locationtech.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 org.locationtech.jts.noding.snapround
Constructors in org.locationtech.jts.noding.snapround with parameters of type SpatialIndex Constructor Description MCIndexPointSnapper(SpatialIndex index)
-