Uses of Class
org.tinspin.index.kdtree.KDIterator
-
Packages that use KDIterator Package Description org.tinspin.index.kdtree -
-
Uses of KDIterator in org.tinspin.index.kdtree
Methods in org.tinspin.index.kdtree that return KDIterator Modifier and Type Method Description KDIterator<T>KDTree. query(double[] min, double[] max)Query the tree, returning all points in the axis-aligned rectangle between 'min' and 'max'.KDIterator<T>KDTree. queryExactPoint(double[] point)Lookup an entry, using exact match.
-