Click or drag to resize

MzMapProjectionGetConvergence Method

Get the convergence (orientation towards true north) at the given geographical location.

The convergence is the angle measured clockwise from true north to the north-south gridline passing through the specified coordinate.

Namespace:  DHI.Generic.Cartography
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public double GetConvergence(
	double lon,
	double lat
)

Parameters

lon
Type: SystemDouble
lat
Type: SystemDouble

Return Value

Type: Double
See Also