[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_PositiveFixedAngle (Positive Fixed Angle)
This simple type represents a positive angle in 60000ths of a degree. Range from [0, 360 degrees).
This simple type's contents are a restriction of the ST_Angle simple type (§5.1.12.3).
This simple type also specifies the following restrictions:
• This simple type has a minimum value of greater than or equal to 0.
• This simple type has a maximum value of less than 21600000.
Referenced By |
hsl@hue (§5.1.10.39); hslClr@hue (§5.1.2.2.13); hue@val (§5.1.2.2.14); innerShdw@dir (§5.1.10.40); lin@ang (§5.1.10.41); outerShdw@dir (§5.1.10.45); prstShdw@dir (§5.1.10.49); reflection@dir (§5.1.10.50); reflection@fadeDir (§5.1.10.50); rot@lat (§5.1.7.11); rot@lon (§5.1.7.11); rot@rev (§5.1.7.11); tint@hue (§5.1.10.60) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_PositiveFixedAngle">
<restriction base="ST_Angle">
<minInclusive value="0"/>
<maxExclusive value="21600000"/>
</restriction>
</simpleType>