Show / Hide Table of Contents

Class WindInformation

Wind information

Inheritance
object
WindInformation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: FpAssistantCore.Icao.Annex3.MetarTaf
Assembly: FpAssistantCoreScl.dll
Syntax
public class WindInformation

Properties

View Source

Direction

Direction of wind

Declaration
public CompassBearing? Direction { get; }
Property Value
Type Description
CompassBearing?
Remarks

Will be null if wind declared as variable in message VRB / IsVariable will be set True

View Source

DirectionDegrees

Direction of Wind

Declaration
public int? DirectionDegrees { get; set; }
Property Value
Type Description
int?
Remarks

Will be null if wind declared as variable in message VRB / IsVariable will be set True. Degrees will be true

View Source

GustKnots

Speed of gusting wind

Declaration
public int? GustKnots { get; set; }
Property Value
Type Description
int?
View Source

Gusting

Speed of gusting wind

Declaration
public AirSpeed Gusting { get; }
Property Value
Type Description
AirSpeed
View Source

IsVariable

True if wind direction is variable (VRB)

Declaration
public bool IsVariable { get; set; }
Property Value
Type Description
bool
View Source

Speed

Speed of Wind

Declaration
public AirSpeed Speed { get; }
Property Value
Type Description
AirSpeed
View Source

SpeedKnots

Speed of wind

Declaration
public int? SpeedKnots { get; set; }
Property Value
Type Description
int?
View Source

Type

Types of cloud

Declaration
public string Type { get; set; }
Property Value
Type Description
string
Remarks

CB = cumulonimbus cloud / TCU = towering cumulus

View Source

VaryingFrom

Indicates the wind direction is varying from

Declaration
public int? VaryingFrom { get; set; }
Property Value
Type Description
int?
Remarks

Variation information is an optional group

View Source

VaryingTo

Indicates the wind direction is varying to

Declaration
public int? VaryingTo { get; set; }
Property Value
Type Description
int?
Remarks

Variation information is an optional group

  • View Source
In this article
Back to top Copyright 2018-2026 CADology Limited