JTS Topology Suite version 1.12

Package com.vividsolutions.jts.index.strtree

Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.

See:
          Description

Interface Summary
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 two ItemBoundables in an STRtree.
 

Class Summary
AbstractNode A node of the STR tree.
AbstractSTRtree Base class for STRtree and SIRtree.
GeometryItemDistance An ItemDistance function for items which are Geometrys, using the Geometry.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.
 

Package com.vividsolutions.jts.index.strtree Description

Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.


JTS Topology Suite version 1.12