Class VisibilityInformation
Prevailing visibility information
Inherited Members
Namespace: FpAssistantCore.Icao.Annex3.MetarTaf
Assembly: FpAssistantCoreScl.dll
Syntax
public class VisibilityInformation
Properties
View SourceDistance
Visibility distance
Declaration
public LinearDistance? Distance { get; }
Property Value
| Type | Description |
|---|---|
| LinearDistance? |
Remarks
Set to null if distance not defined in message
DistanceMeters
Distance if able to obtain from message
Declaration
public int? DistanceMeters { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
IsCavok
Distance if able to obtain from message
Declaration
public bool IsCavok { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Remarks
CAVOK = Clouds And Visibility OK / Not used in USA
Raw
Raw value from message
Declaration
public string Raw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |