RinexMeteorologicalRecord Class |
Namespace: AGI.Foundation.Navigation.DataReaders
The RinexMeteorologicalRecord type exposes the following members.
| Name | Description | |
|---|---|---|
| RinexMeteorologicalRecord | Initializes a new instance. |
| Name | Description | |
|---|---|---|
| DryTemperature |
Gets or sets the dry temperature in degrees Celsius.
| |
| DryZenithPathDelay |
Gets or sets the dry component of zenith path delay in millimeters.
| |
| HailIndicator |
Gets or sets a value indicating whether hail was detected since the last measurement.
| |
| Pressure |
Gets or sets the atmospheric pressure in millibars.
| |
| RainIncrement |
Gets or sets the rain increment, defined as the rain accumulation since the last update, in 1/10 millimeters.
| |
| RelativeHumidity |
Gets or sets the relative humidity in percent, 0 - 100.
| |
| TimeOfObservation |
Gets or sets the time corresponding to this record, in the GlobalPositioningSystemTime standard.
| |
| TotalZenithPathDelay |
Gets or sets the total zenith path delay in millimeters.
| |
| WetZenithPathDelay |
Gets or sets the wet zenith path delay in millimeters.
| |
| WindAzimuth |
Gets or sets the wind azimuth, defining the direction from which the wind blows, in degrees.
| |
| WindSpeed |
Gets or sets the wind speed in meters per second.
|
| Name | Description | |
|---|---|---|
| Add |
Adds a measurement type to this record.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |