Uses of Package
org.meteoinfo.jts.index.strtree
-
Packages that use org.meteoinfo.jts.index.strtree Package Description org.meteoinfo.jts.index.strtree org.meteoinfo.jts.operation.distance -
Classes in org.meteoinfo.jts.index.strtree used by org.meteoinfo.jts.index.strtree Class Description AbstractNode A node of anAbstractSTRtree.AbstractSTRtree Base class for STRtree and SIRtree.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.Interval A contiguous portion of 1D-space.ItemBoundable Boundable wrapper for a non-Boundable spatial object.ItemDistance A function method which computes the distance between twoItemBoundables in anSTRtree.STRtree A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm. -
Classes in org.meteoinfo.jts.index.strtree used by org.meteoinfo.jts.operation.distance Class Description STRtree A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm.