Click or drag to resize

RinexMeteorologicalRecord Class

A record in a RINEX Meteorological File, corresponding to weather and delay data included in a Rinex Meteorological File.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Navigation.DataReadersRinexMeteorologicalRecord

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class RinexMeteorologicalRecord

The RinexMeteorologicalRecord type exposes the following members.

Constructors
  NameDescription
Public methodRinexMeteorologicalRecord
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyDryTemperature
Gets or sets the dry temperature in degrees Celsius.
Public propertyDryZenithPathDelay
Gets or sets the dry component of zenith path delay in millimeters.
Public propertyHailIndicator
Gets or sets a value indicating whether hail was detected since the last measurement.
Public propertyPressure
Gets or sets the atmospheric pressure in millibars.
Public propertyRainIncrement
Gets or sets the rain increment, defined as the rain accumulation since the last update, in 1/10 millimeters.
Public propertyRelativeHumidity
Gets or sets the relative humidity in percent, 0 - 100.
Public propertyTimeOfObservation
Gets or sets the time corresponding to this record, in the GlobalPositioningSystemTime standard.
Public propertyTotalZenithPathDelay
Gets or sets the total zenith path delay in millimeters.
Public propertyWetZenithPathDelay
Gets or sets the wet zenith path delay in millimeters.
Public propertyWindAzimuth
Gets or sets the wind azimuth, defining the direction from which the wind blows, in degrees.
Public propertyWindSpeed
Gets or sets the wind speed in meters per second.
Top
Methods
  NameDescription
Public methodAdd
Adds a measurement type to this record.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also