T - Value type.public class RTreeQuery1NN<T> extends Object
| Constructor and Description |
|---|
RTreeQuery1NN(RTree<T> tree) |
| Modifier and Type | Method and Description |
|---|---|
DistEntry<T> |
reset(double[] center,
RectangleDistanceFunction dist) |
protected void |
sortEntries(org.tinspin.index.rtree.RTreeQuery1NN.IterPos<T> iPos,
double minDist) |
public DistEntry<T> reset(double[] center, RectangleDistanceFunction dist)
protected void sortEntries(org.tinspin.index.rtree.RTreeQuery1NN.IterPos<T> iPos, double minDist)
iPos - iterator posminDist - mindistCopyright © 2018. All rights reserved.