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.
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
public double GetTrueNorth(
double x,
double y
)
member GetTrueNorth :
x : float *
y : float -> float
- x Double
- Local grid x coordinate
- y Double
- Local grid y coordinate
Double