Package org.tinspin.index.rtree
Class RTreeQuery1NN<T>
- java.lang.Object
-
- org.tinspin.index.rtree.RTreeQuery1NN<T>
-
- Type Parameters:
T- Value type.
public class RTreeQuery1NN<T> extends Object
1-NN search with EDGE distance and presorting of entries.- Author:
- Tilmann Zäschke
-
-
Constructor Summary
Constructors Constructor Description RTreeQuery1NN(RTree<T> tree)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DistEntry<T>reset(double[] center, RectangleDistanceFunction dist)protected voidsortEntries(org.tinspin.index.rtree.RTreeQuery1NN.IterPos<T> iPos, double minDist)
-
-
-
Method Detail
-
reset
public DistEntry<T> reset(double[] center, RectangleDistanceFunction dist)
-
sortEntries
protected void sortEntries(org.tinspin.index.rtree.RTreeQuery1NN.IterPos<T> iPos, double minDist)
- Parameters:
iPos- iterator posminDist- mindist
-
-