Uses of Interface
org.khelekore.prtree.PointND
-
Packages that use PointND Package Description org.khelekore.prtree The classes for PRTree, a Priority R-Tree. -
-
Uses of PointND in org.khelekore.prtree
Classes in org.khelekore.prtree that implement PointND Modifier and Type Class Description classSimplePointNDOne implementatoin of a pointMethods in org.khelekore.prtree with parameters of type PointND Modifier and Type Method Description doubleDistanceCalculator. distanceTo(T t, PointND p)Calculate the distance between the given object and the pointstatic doubleMinDist. get(MBR mbr, PointND p)Calculate the MINDIST between the given MBRND and the given pointList<DistanceResult<T>>PRTree. nearestNeighbour(DistanceCalculator<T> dc, NodeFilter<T> filter, int maxHits, PointND p)Get the nearest neighbour of the given point
-