: Public Class
A forecast of wind conditions at an aerodrome. <br /></p><p><br /></p><p>This extends AerodromeSurfaceWindTrendForecast to allow for a variable wind direction to be reported. This class differs from a aerodrome wind observation in that the observations may include a min/max directional variability. This class only carries a true/false indication that it will be variable.<br /></p>
- Attributes
- Associations From
- Constraints
- Other Links
| Attribute |
Public Boolean variableWindDirection
|
Details:
| Alias: |
|
| Initial: |
|
| Stereotype: |
|
| Ordered: |
|
| Range: |
|
| Transient: |
False |
| Derived: |
False |
| IsID: |
False |
sequenceNumber=1 xsdAsAttribute=true
|
Notes:
|
Indicates variable wind direction. Cannot be reported with a mean wind direction
|
|
| Constraint |
Type |
Status |
| if( variableWindDirection ) meanWindDirection == NULL |
Invariant |
Approved |
 Details:
Wind direction is not reported when variable winds are indicated
|