Uses of Class
org.khelekore.prtree.DistanceResult
-
Packages that use DistanceResult Package Description org.khelekore.prtree The classes for PRTree, a Priority R-Tree. -
-
Uses of DistanceResult in org.khelekore.prtree
Methods in org.khelekore.prtree that return types with arguments of type DistanceResult Modifier and Type Method Description List<DistanceResult<T>>
PRTree. nearestNeighbour(DistanceCalculator<T> dc, NodeFilter<T> filter, int maxHits, PointND p)
Get the nearest neighbour of the given point
-