Click or drag to resize

RinexMeteorological Class

A RINEX Meteorological file describing weather conditions at the receiving antenna. This class represents a RINEX Meteorological file, version 2.0, 2.1 and 2.11. Other versions are not supported.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionRinexMeteorologicalRecord
    AGI.Foundation.Navigation.DataReadersRinexMeteorological

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 sealed class RinexMeteorological : Collection<RinexMeteorologicalRecord>

The RinexMeteorological type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from CollectionRinexMeteorologicalRecord.)
Public propertyDate
Gets the date of file creation.
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionRinexMeteorologicalRecord.)
Public propertyMeasurementTypes
Gets a list of the meteorological data types in the file.
Public propertyNumberOfMeasurementTypes
Gets the number of meteorological data types in the file.
Public propertyProgram
Gets the program that created the file.
Public propertyRunBy
Gets the agency that created the file.
Top
Methods
  NameDescription
Public methodAdd (Inherited from CollectionRinexMeteorologicalRecord.)
Public methodClear (Inherited from CollectionRinexMeteorologicalRecord.)
Public methodContains (Inherited from CollectionRinexMeteorologicalRecord.)
Public methodCopyTo (Inherited from CollectionRinexMeteorologicalRecord.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionRinexMeteorologicalRecord.)
Public methodGetEvaluator
Gets an evaluator that can be used to find meteorological data over time.
Public methodGetEvaluator(EvaluatorGroup)
Gets an evaluator that can be used to find meteorological data over time.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionRinexMeteorologicalRecord.)
Public methodInsert (Inherited from CollectionRinexMeteorologicalRecord.)
Public methodStatic memberReadFrom(String)
Reads a RINEX Meteorological file from the specified filename.
Public methodStatic memberReadFrom(TextReader)
Reads a RINEX Meteorological file from the specified stream.
Public methodRemove (Inherited from CollectionRinexMeteorologicalRecord.)
Public methodRemoveAt (Inherited from CollectionRinexMeteorologicalRecord.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
Reading compressed RINEX files is not currently supported.
See Also