Calculates a destination geodetic coordinate on the surface of a reference ellipsoid, for the specified starting point on the ellipsoid, bearing (in decimal degrees) and distance (in meters).
Calculates a destination geodetic coordinate on the surface of a reference ellipsoid, for the specified starting point on the ellipsoid, bearing (in decimal degrees) and distance (in meters).
public static bool CalculateDestination(GeoEllipsoid,double,double,double,double,out double,out double,out string)
Calculates a destination geodetic coordinate on the surface of the user defined reference ellipsoid, for the specified starting point on the ellipsoid, bearing (in decimal degrees) and distance (in meters).
public static bool CalculateDestination(double,double,double,double,double,double,out double,out double,out string)