The type of rotation applied to the LabelAngle::angleExpression should be interpreted as Enums.LabelAngleRotationTypeArithmetic (counter-clockwise from East) or Enums.LabelAngleRotationTypeGeographic (clockwise from North).
The LabelAngleRotationType can be one of:
Constant | Description |
---|---|
Enums.LabelAngleRotationTypeAutomatic | (0) The angle uses the default interpretation (Enums.LabelAngleRotationTypeArithmetic). |
Enums.LabelAngleRotationTypeArithmetic | (1) The angle is interpreted as arithmetic, i.e., counterclockwise from East. |
Enums.LabelAngleRotationTypeGeographic | (2) The angle is interpreted as geographic, i.e., clockwise from North. |