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.
Provides classes for computing the distance between 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 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.operation.distanceClassDescriptionA query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm.