Package org.locationtech.spatial4j.distance
Ways to calculate distance.
-
Interface Summary Interface Description DistanceCalculator Performs calculations relating to distance, such as the distance between a pair of points. -
Class Summary Class Description AbstractDistanceCalculator CartesianDistCalc Calculates based on Euclidean / Cartesian 2d plane.DistanceUtils Various distance calculations and constants.GeodesicSphereDistCalc A base class for a Distance Calculator that assumes a spherical earth model.GeodesicSphereDistCalc.Haversine GeodesicSphereDistCalc.LawOfCosines GeodesicSphereDistCalc.Vincenty