Uses of Class
org.anchoranalysis.spatial.rtree.RTree
| Package | Description |
|---|---|
| org.anchoranalysis.spatial.rtree |
R-Tree data structure and related operations.
|
-
Uses of RTree in org.anchoranalysis.spatial.rtree
Subclasses of RTree in org.anchoranalysis.spatial.rtree Modifier and Type Class Description classBoundingBoxRTree<T>An R-Tree that contains items, each with an associated bounding-box in three dimensions.classIntervalRTree<T>An R-Tree that contains items, each with an associated one-dimensional interval.