Show / Hide Table of Contents

Class Annex3MetarTafParser

Decode a METAR or TAF as described in ICAO Annex 3

Inheritance
object
Annex3MetarTafParser
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 static class Annex3MetarTafParser

Methods

View Source

Parse(string, DateTime?)

Handling of a geographical line (geo-line) defined by a start and end GeoCoordinate

Declaration
public static MetarTafReport Parse(string message, DateTime? referenceUtc = null)
Parameters
Type Name Description
string message

The message of the METAR or TAF

DateTime? referenceUtc

Optional date and time of message, will default to current UTC if a null is passed

Returns
Type Description
MetarTafReport
  • View Source
In this article
Back to top Copyright 2018-2026 CADology Limited