# DecodedMetar Class \[Missing <summary> documentation for "T:Metar.Decoder.Entity.DecodedMetar"\] ## Definition **Namespace:** Metar.Decoder.Entity **Assembly:** Metar.Decoder (in Metar.Decoder.dll) Version: 1.0.5+ad2a158933a1e4d81e31e9a7f1a0faf24fc95eed **XMLNS for XAML:** Not mapped to an xmlns. **C#** ``` C# public sealed class DecodedMetar ```
InheritanceObject → DecodedMetar
## Properties
AirTemperature Temperature information
Cavok  
Clouds Cloud layers information
Day Day of this observation
DecodingExceptions If the decoded metar is invalid, get all the exceptions that occurred during decoding Note that in strict mode, only the first encountered exception will be reported as parsing stops on error Else return null;.
DewPointTemperature Temperature information
ICAO ICAO code of the airport where the observation has been made
IsValid Check if the decoded metar is valid, i.e. if there was no error during decoding.
PresentWeather Present weather
Pressure Pressure information
RawMetar Raw METAR
RecentWeather Recent weather
RunwaysVisualRange Runway visual range information
Status Report status (AUTO or NIL)
SurfaceWind Surface wind information
Time Time of the observation, as a string
Type Report type (METAR, METAR COR or SPECI)
Visibility Visibility information
WindshearAllRunways Windshear runway information (which runways, or "all")
WindshearRunways Windshear runway information (which runways, or "all")
## Methods
AddDecodingException Add an exception that occured during metar decoding.
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
ResetDecodingExceptions Reset the whole list of Decoding Exceptions
ToString Returns a string that represents the current object.
(Inherited from Object)
## See Also #### Reference Metar.Decoder.Entity Namespace