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