MapProjectionGeo2ProjRotation Method

Convert a rotation from true north into a rotation from map projection north

It subtracts the convergence value from the true north rotation value

The convertion depends on the geographical location.

Definition

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

Parameters

lon  Double
Easting coordinate
lat  Double
Northing coordinate
rotation  Double
Rotation clock-wise from true north

Return Value

Double
Rotation clock-wise from map projection north

See Also