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 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.The Class BoundablePairDistanceComparator.An ItemDistance 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.