Enums.LabelAngleRotationType enumeration

  • QML Enumeration List
  • Enums.LabelAngleRotationType enumeration
  • 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:

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

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.