[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_FOVAngle (Field of View Angle)

Represents a positive angle in 60000ths of a degree. Range from [0, 180] 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 or equal to 10800000.

Referenced By

camera@fov5.1.7.5)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_FOVAngle">

   <restriction base="ST_Angle">

   <minInclusive value="0"/>

   <maxInclusive value="10800000"/>

   </restriction>

</simpleType>