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
public static class GeodesicSphereDistCalc.Vincenty extends GeodesicSphereDistCalc
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.locationtech.spatial4j.distance.GeodesicSphereDistCalc
GeodesicSphereDistCalc.Haversine, GeodesicSphereDistCalc.LawOfCosines, GeodesicSphereDistCalc.Vincenty
-
-
Constructor Summary
Constructors Constructor Description Vincenty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected doubledistanceLatLonRAD(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
-
-
-
-
Method Detail
-
distanceLatLonRAD
protected double distanceLatLonRAD(double lat1, double lon1, double lat2, double lon2)- Specified by:
distanceLatLonRADin classGeodesicSphereDistCalc
-
-