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.operation.distance Provides classes for computing the distance between geometries -
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.Boundable A spatial object in an AbstractSTRtree.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.operation.distance Class Description STRtree A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm.