Crs.AzimuthFromAngle Method
Computes true azimuth from grid azimuth.
AzimuthFromAngle(Point point, System.Double angle)
Computes true azimuth from grid azimuth.Syntax
public System.Double AzimuthFromAngle (
Point point,
System.Double angle
)
Parameters
A point expressed in the Crs.
A grid azimuth from the point, in degrees clockwise from grid north (up on the map).
Return Value
The true azimuth, in degrees clockwise from true north.
Remarks
Converts an angle at a point in the reference system (from up clockwise in degrees) to an azimuth (from north clockwise in degrees). Note that azimuth and angle normally are not the same, even if north is up in the projection. See AngleFromAzimuth.
Platforms
Windows, Linux, Android