Uses of Interface
org.khelekore.prtree.DistanceCalculator
-
Packages that use DistanceCalculator Package Description org.khelekore.prtree The classes for PRTree, a Priority R-Tree. -
-
Uses of DistanceCalculator in org.khelekore.prtree
Methods in org.khelekore.prtree with parameters of type DistanceCalculator 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
-