Uses of Interface
org.naviqore.utils.spatial.Coordinate
Packages that use Coordinate
-
Uses of Coordinate in org.naviqore.utils.spatial
Classes in org.naviqore.utils.spatial with type parameters of type CoordinateModifier and TypeInterfaceDescriptioninterfaceLocation<T extends Coordinate>A location in a generic spatial coordinate system.Classes in org.naviqore.utils.spatial that implement CoordinateMethods in org.naviqore.utils.spatial with parameters of type CoordinateModifier and TypeMethodDescriptiondoubleCartesianCoordinate.distanceTo(Coordinate other) doubleCoordinate.distanceTo(Coordinate other) Calculates the distance to anotherCoordinateobject.doubleGeoCoordinate.distanceTo(Coordinate other) Calculates the distance to another Coordinates object using the Haversine formula. -
Uses of Coordinate in org.naviqore.utils.spatial.index
Methods in org.naviqore.utils.spatial.index with parameters of type CoordinateModifier and TypeMethodDescriptionKDTree.nearestNeighbour(Coordinate coordinate) Finds the nearest neighbour to a given coordinate.KDTree.rangeSearch(Coordinate center, double radius) Performs a range search to find all locations within a certain radius of a center coordinate.