Calculates a bearing (in degrees) between two geodetic coordinates on the surface of a reference ellipsoid.
Calculates a bearing (in degrees) between two geodetic coordinates on the surface of a reference ellipsoid.
public static bool CalculateBearingInDeg(GeoEllipsoid,double,double,double,double,out double,out string)
Calculates a bearing (in degrees) between two geodetic coordinates on the surface of the user defined reference ellipsoid.
public static bool CalculateBearingInDeg(double,double,double,double,double,double,out double,out string)