Package org.locationtech.jts.index.strtree
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.
-
ClassDescriptionA node of an
AbstractSTRtree
.Base class for STRtree and SIRtree.A spatial object in an AbstractSTRtree.The Class BoundablePairDistanceComparator.Functions for computing distances betweenEnvelope
s.AnItemDistance
function for items which areGeometry
s, using theGeometry.distance(Geometry)
method.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
.One-dimensional version of an STR-packed R-tree.A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm.