Uses of Package
org.locationtech.jts.index.strtree
Packages that use org.locationtech.jts.index.strtree
Package
Description
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 computing the distance between geometries
Provides classes for analyzing and
manipulating the precision of Geometries.
-
Classes in org.locationtech.jts.index.strtree used by org.locationtech.jts.index.strtreeClassDescriptionA node of an
AbstractSTRtree
.Base class for STRtree and SIRtree.A test for intersection between two bounds, necessary because subclasses of AbstractSTRtree have different implementations of bounds.A spatial object in an AbstractSTRtree.A pair ofBoundable
s, whose leaf items support a distance metric between them.A contiguous portion of 1D-space.Boundable wrapper for a non-Boundable spatial object.A function method which computes the distance between twoItemBoundable
s in anSTRtree
.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.nodingClassDescriptionA 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.snaproundClassDescriptionA 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.distanceClassDescriptionBoundable wrapper for a non-Boundable spatial object.A function method which computes the distance between two
ItemBoundable
s in anSTRtree
.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.precisionClassDescriptionBoundable wrapper for a non-Boundable spatial object.A function method which computes the distance between two
ItemBoundable
s in anSTRtree
. -
Classes in org.locationtech.jts.index.strtree used by org.locationtech.jtstest.function