Package org.locationtech.jts.index.strtree
Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.
-
Interface Summary Interface Description Boundable A spatial object in an AbstractSTRtree.ItemDistance A function method which computes the distance between twoItemBoundable
s in anSTRtree
. -
Class Summary Class Description AbstractNode A node of anAbstractSTRtree
.AbstractSTRtree Base class for STRtree and SIRtree.BoundablePairDistanceComparator The Class BoundablePairDistanceComparator.EnvelopeDistance Functions for computing distances betweenEnvelope
s.GeometryItemDistance AnItemDistance
function for items which areGeometry
s, using theGeometry.distance(Geometry)
method.Interval A contiguous portion of 1D-space.ItemBoundable Boundable wrapper for a non-Boundable spatial object.SIRtree One-dimensional version of an STR-packed R-tree.STRtree A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm.