Calculates a distance, greate circle distance, (in meters) between two geodetic coordinates on the surface of a reference ellipsoid.
Calculates a distance, greate circle distance, (in meters) between two geodetic coordinates on the surface of a reference ellipsoid.
public static bool CalculateDistanceInM(GeoEllipsoid,double,double,double,double,out double,out string)
Calculates a distance, greate circle distance, (in meters) between two geodetic coordinates on the surface of the user defined reference ellipsoid.
public static bool CalculateDistanceInM(double,double,double,double,double,double,out double,out string)