<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

<outerShdw@kx>5.1.10.45); <outerShdw@ky>5.1.10.45); <reflection@kx>5.1.10.50); <reflection@ky>5.1.10.50); <xfrm@kx>5.1.10.61); <xfrm@ky>5.1.10.61)

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>