Class RStarTreeRangeSearcher<O extends SpatialComparable>

  • All Implemented Interfaces:
    RangeSearcher<O>
    Direct Known Subclasses:
    EuclideanRStarTreeRangeQuery

    @Reference(authors="J. Kuan, P. Lewis",
               title="Fast k nearest neighbour search for R-tree family",
               booktitle="Proc. Int. Conf Information, Communications and Signal Processing, ICICS 1997",
               url="https://doi.org/10.1109/ICICS.1997.652114",
               bibkey="doi:10.1109/ICICS.1997.652114")
    public class RStarTreeRangeSearcher<O extends SpatialComparable>
    extends java.lang.Object
    implements RangeSearcher<O>
    Instance of a range query for a particular spatial index.

    Reference:

    J. Kuan, P. Lewis
    Fast k nearest neighbour search for R-tree family
    Proc. Int. Conf Information, Communications and Signal Processing, ICICS 1997

    Since:
    0.4.0
    Author:
    Erich Schubert