Uses of Class
org.tinspin.index.rtree.DistEntry
-
Packages that use DistEntry Package Description org.tinspin.index.rtree -
-
Uses of DistEntry in org.tinspin.index.rtree
Methods in org.tinspin.index.rtree that return DistEntry Modifier and Type Method Description DistEntry<T>RTreeQueryKnn. next()DistEntry<T>RTreeQueryKnn2. next()DistEntry<T>RTreeQuery1NN. reset(double[] center, RectangleDistanceFunction dist)Methods in org.tinspin.index.rtree that return types with arguments of type DistEntry Modifier and Type Method Description Iterator<DistEntry<T>>KnnResult. iterator()
-