Uses of Interface
org.locationtech.jts.index.SpatialIndex
Packages that use SpatialIndex
Package
Description
Contains classes that implement a Quadtree spatial index
Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.
Classes to compute nodings for arrangements of line segments and line segment sequences.
Contains classes to implement the Snap Rounding algorithm for noding linestrings.
Provides classes for testing the validity of geometries.
-
Uses of SpatialIndex in org.locationtech.jts.index.quadtree
Classes in org.locationtech.jts.index.quadtree that implement SpatialIndexModifier and TypeClassDescriptionclass
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 SpatialIndexModifier and TypeClassDescriptionclass
A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm. -
Uses of SpatialIndex in org.locationtech.jts.noding
Fields in org.locationtech.jts.noding declared as SpatialIndexMethods in org.locationtech.jts.noding that return SpatialIndex -
Uses of SpatialIndex in org.locationtech.jts.noding.snapround
Constructors in org.locationtech.jts.noding.snapround with parameters of type SpatialIndex -
Uses of SpatialIndex in org.locationtech.jts.operation.valid
Fields in org.locationtech.jts.operation.valid declared as SpatialIndex -
Uses of SpatialIndex in org.locationtech.jtsexample.technique
Fields in org.locationtech.jtsexample.technique declared as SpatialIndex