MapProjectionGetConvergence 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.

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public double GetConvergence(
	double lon,
	double lat
)

Parameters

lon  Double
Longitude
lat  Double
Latitude

Return Value

Double

See Also