Class RTreeQueryKnn<T>

  • Type Parameters:
    T - Type Value type.
    All Implemented Interfaces:
    Iterator<RectangleEntryDist<T>>, QueryIteratorKNN<RectangleEntryDist<T>>

    public class RTreeQueryKnn<T>
    extends Object
    implements QueryIteratorKNN<RectangleEntryDist<T>>
    kNN search with EDGE distance and presorting of entries. Implementation after Hjaltason and Samet (with some deviations: no MinDist or MaxDist used). G. R. Hjaltason and H. Samet., "Distance browsing in spatial databases.", ACM TODS 24(2):265--318. 1999
    Author:
    Tilmann Zäschke