Package org.locationtech.jts.index.strtree
-
Interface Summary Interface Description AbstractSTRtree.IntersectsOp A test for intersection between two bounds, necessary because subclasses of AbstractSTRtree have different implementations of bounds.Boundable A spatial object in an AbstractSTRtree.ItemDistance A function method which computes the distance between twoItemBoundables in anSTRtree. -
Class Summary Class Description AbstractNode A node of anAbstractSTRtree.AbstractSTRtree Base class for STRtree and SIRtree.BoundablePairDistanceComparator The Class BoundablePairDistanceComparator.ItemBoundable Boundable wrapper for a non-Boundable spatial object.STRtree A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm.