Class FlatRStarTree

  • All Implemented Interfaces:
    Index
    Direct Known Subclasses:
    FlatRStarTreeIndex

    public abstract class FlatRStarTree
    extends AbstractRStarTree<FlatRStarTreeNode,​SpatialEntry,​RTreeSettings>
    FlatRTree is a spatial index structure based on a R*-Tree but with a flat directory. Apart from organizing the objects it also provides several methods to search for certain object in the structure and ensures persistence.
    Since:
    0.7.0
    Author:
    Elke Achtert