Uses of Package
org.locationtech.jts.index.strtree
-
Packages that use org.locationtech.jts.index.strtree Package Description org.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.org.locationtech.jts.operation.distance Provides classes for computing the distance between geometriesorg.locationtech.jts.precision Provides classes for analyzing and manipulating the precision of Geometries.org.locationtech.jtstest.function -
Classes in org.locationtech.jts.index.strtree used by org.locationtech.jts.index.strtree Class Description AbstractNode A node of anAbstractSTRtree
.AbstractSTRtree Base class for STRtree and SIRtree.AbstractSTRtree.IntersectsOp A test for intersection between two bounds, necessary because subclasses of AbstractSTRtree have different implementations of bounds.Boundable A spatial object in an AbstractSTRtree.BoundablePair A pair ofBoundable
s, whose leaf items support a distance metric between them.Interval A contiguous portion of 1D-space.ItemBoundable Boundable wrapper for a non-Boundable spatial object.ItemDistance A function method which computes the distance between twoItemBoundable
s in anSTRtree
.STRtree A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm. -
Classes in org.locationtech.jts.index.strtree used by org.locationtech.jts.noding Class Description STRtree A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm. -
Classes in org.locationtech.jts.index.strtree used by org.locationtech.jts.noding.snapround Class Description STRtree A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm. -
Classes in org.locationtech.jts.index.strtree used by org.locationtech.jts.operation.distance Class Description ItemBoundable Boundable wrapper for a non-Boundable spatial object.ItemDistance A function method which computes the distance between twoItemBoundable
s in anSTRtree
.STRtree A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm. -
Classes in org.locationtech.jts.index.strtree used by org.locationtech.jts.precision Class Description ItemBoundable Boundable wrapper for a non-Boundable spatial object.ItemDistance A function method which computes the distance between twoItemBoundable
s in anSTRtree
. -
Classes in org.locationtech.jts.index.strtree used by org.locationtech.jtstest.function Class Description Boundable A spatial object in an AbstractSTRtree.STRtree A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm.