Package org.khelekore.prtree
Interface DistanceCalculator<T>
-
- Type Parameters:
T
- the data type to calculate distances to
public interface DistanceCalculator<T>
A class that can calculate the distance to a given object stored in the PRTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
distanceTo(T t, PointND p)
Calculate the distance between the given object and the point
-