Uses of Class
uk.ac.rdg.resc.edal.grid.kdtree.Point
-
Packages that use Point Package Description uk.ac.rdg.resc.edal.grid.kdtree -
-
Uses of Point in uk.ac.rdg.resc.edal.grid.kdtree
Methods in uk.ac.rdg.resc.edal.grid.kdtree that return Point Modifier and Type Method Description Point
KDTree. nearestNeighbour(HorizontalPosition pos)
Methods in uk.ac.rdg.resc.edal.grid.kdtree that return types with arguments of type Point Modifier and Type Method Description ArrayList<Point>
KDTree. rangeQuery(BoundingBox bbox)
Methods in uk.ac.rdg.resc.edal.grid.kdtree with parameters of type Point Modifier and Type Method Description int
PointComparator. compare(Point o1, Point o2)
-