Uses of Class
org.locationtech.spatial4j.distance.AbstractDistanceCalculator
-
Packages that use AbstractDistanceCalculator Package Description org.locationtech.spatial4j.distance Ways to calculate distance. -
-
Uses of AbstractDistanceCalculator in org.locationtech.spatial4j.distance
Subclasses of AbstractDistanceCalculator in org.locationtech.spatial4j.distance Modifier and Type Class Description class
CartesianDistCalc
Calculates based on Euclidean / Cartesian 2d plane.class
GeodesicSphereDistCalc
A base class for a Distance Calculator that assumes a spherical earth model.static class
GeodesicSphereDistCalc.Haversine
static class
GeodesicSphereDistCalc.LawOfCosines
static class
GeodesicSphereDistCalc.Vincenty
-