Uses of Package
org.locationtech.jts.index
-
Packages that use org.locationtech.jts.index Package Description org.locationtech.jts.index Provides classes for various kinds of spatial indexes.org.locationtech.jts.index.hprtree org.locationtech.jts.index.intervalrtree Contains classes to implement an R-tree index for one-dimensional intervals.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. -
Classes in org.locationtech.jts.index used by org.locationtech.jts.index Class Description ItemVisitor A visitor for items in aSpatialIndex
. -
Classes in org.locationtech.jts.index used by org.locationtech.jts.index.hprtree Class Description ItemVisitor A visitor for items in aSpatialIndex
.SpatialIndex The basic operations supported by classes implementing spatial index algorithms. -
Classes in org.locationtech.jts.index used by org.locationtech.jts.index.intervalrtree Class Description ItemVisitor A visitor for items in aSpatialIndex
. -
Classes in org.locationtech.jts.index used by org.locationtech.jts.index.quadtree Class Description ItemVisitor A visitor for items in aSpatialIndex
.SpatialIndex The basic operations supported by classes implementing spatial index algorithms. -
Classes in org.locationtech.jts.index used by org.locationtech.jts.index.strtree Class Description ItemVisitor A visitor for items in aSpatialIndex
.SpatialIndex The basic operations supported by classes implementing spatial index algorithms. -
Classes in org.locationtech.jts.index used by org.locationtech.jts.noding Class Description SpatialIndex The basic operations supported by classes implementing spatial index algorithms. -
Classes in org.locationtech.jts.index used by org.locationtech.jts.noding.snapround Class Description SpatialIndex The basic operations supported by classes implementing spatial index algorithms.