CartographyOrientationProj Property

Get the orientation of the local grid coordinate system in the projected coordinate system.

The orientation is the angle in degrees between projection north and the coordinate system y-axis in degrees, measured positive clockwise from projection north.

For geographical map projections ((lon,lat) coordinates), this has no meaning (has the same value as the Orientation)

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public double OrientationProj { get; }

Property Value

Double

See Also