<ST_FixedAngle>
(Fixed Angle)
This simple type represents a fixed range angle in 60000ths of a degree. Range from (-90, 90 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 -5400000.
This simple type has a maximum value of less than 5400000.
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_FixedAngle">
<restriction base="ST_Angle">
<minExclusive value="-5400000"/>
<maxExclusive value="5400000"/>
</restriction>
</simpleType>