Package org.anchoranalysis.spatial.rtree

R-Tree data structure and related operations.
  • Class Summary 
    Class Description
    BoundingBoxRTree<T>
    An R-Tree that contains items, each with an associated bounding-box in three dimensions.
    IntervalRTree<T>
    An R-Tree that contains items, each with an associated one-dimensional interval.
    RTree<T>
    Bases class for implementations of R-Trees that store objects with associated geometry.
    SpatiallySeparate<T>
    Splits a collection of elements into spatially separate clusters.