Class GeodesicSphereDistCalc.Vincenty
java.lang.Object
org.locationtech.spatial4j.distance.AbstractDistanceCalculator
org.locationtech.spatial4j.distance.GeodesicSphereDistCalc
org.locationtech.spatial4j.distance.GeodesicSphereDistCalc.Vincenty
- All Implemented Interfaces:
DistanceCalculator
- Enclosing class:
GeodesicSphereDistCalc
-
Nested Class Summary
Nested classes/interfaces inherited from class org.locationtech.spatial4j.distance.GeodesicSphereDistCalc
GeodesicSphereDistCalc.Haversine, GeodesicSphereDistCalc.LawOfCosines, GeodesicSphereDistCalc.Vincenty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected double
distanceLatLonRAD
(double lat1, double lon1, double lat2, double lon2) Methods inherited from class org.locationtech.spatial4j.distance.GeodesicSphereDistCalc
area, area, calcBoxByDistFromPt, calcBoxByDistFromPt_yHorizAxisDEG, distance, equals, hashCode, pointOnBearing
Methods inherited from class org.locationtech.spatial4j.distance.AbstractDistanceCalculator
distance, toString, within
-
Constructor Details
-
Vincenty
public Vincenty()
-
-
Method Details
-
distanceLatLonRAD
protected double distanceLatLonRAD(double lat1, double lon1, double lat2, double lon2) - Specified by:
distanceLatLonRAD
in classGeodesicSphereDistCalc
-