Show / Hide Table of Contents

Class MetarTafReport

Class to handle the decoded information of the METAR or TAF message into a report

Inheritance
object
MetarTafReport
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 MetarTafReport

Properties

View Source

Clouds

Cloud cover listed per layer

Declaration
public List<CloudLayer> Clouds { get; set; }
Property Value
Type Description
List<CloudLayer>
View Source

IsAuto

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

IsCorrection

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

Kind

Declaration
public ReportKind Kind { get; set; }
Property Value
Type Description
ReportKind
View Source

ObservationTime

Time of the observation

Declaration
public DateTime? ObservationTime { get; set; }
Property Value
Type Description
DateTime?
Remarks

Format: ddhhmmZ when Z means that the hour and day information are expressed in UTC

View Source

Pressure

Declaration
public PressureInfo Pressure { get; set; }
Property Value
Type Description
PressureInfo
View Source

Remarks

Declaration
public List<Remark> Remarks { get; set; }
Property Value
Type Description
List<Remark>
View Source

RunwayVis

Declaration
public List<RunwayVisibility> RunwayVis { get; set; }
Property Value
Type Description
List<RunwayVisibility>
View Source

Station

Station four-letter ICAO identification

Declaration
public string Station { get; set; }
Property Value
Type Description
string
View Source

TafGroups

Declaration
public List<TafChangeGroup> TafGroups { get; set; }
Property Value
Type Description
List<TafChangeGroup>
View Source

Temperature

Declaration
public TemperatureInfo Temperature { get; set; }
Property Value
Type Description
TemperatureInfo
View Source

ValidFrom

Declaration
public DateTime? ValidFrom { get; set; }
Property Value
Type Description
DateTime?
View Source

ValidTo

Declaration
public DateTime? ValidTo { get; set; }
Property Value
Type Description
DateTime?
View Source

Visibility

Declaration
public VisibilityInfo Visibility { get; set; }
Property Value
Type Description
VisibilityInfo
View Source

Weather

Declaration
public List<WeatherGroup> Weather { get; set; }
Property Value
Type Description
List<WeatherGroup>
View Source

Wind

Declaration
public WindInformation Wind { get; set; }
Property Value
Type Description
WindInformation
View Source

WindShear

Declaration
public WindShearInfo WindShear { get; set; }
Property Value
Type Description
WindShearInfo
  • View Source
In this article
Back to top Copyright 2018-2026 CADology Limited