CartographyGetTrueNorth Method

Returns the angle between true north and a line parallel to the local grid y axis passing through (x,y).

The angle is in degrees, measured positive clockwise from true north.

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public double GetTrueNorth(
	double x,
	double y
)

Parameters

x  Double
Local grid x coordinate
y  Double
Local grid y coordinate

Return Value

Double

See Also