Click or drag to resize

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.

Namespace:  DHI.Projections
Assembly:  DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public double GetConvergence(
	double lon,
	double lat
)

Parameters

lon
Type: SystemDouble
Longitude
lat
Type: SystemDouble
Latitude

Return Value

Type: Double
See Also