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: 25.2.423.0 (25.2.423.0)
Syntax
public sealed class RinexMeteorological : Collection<RinexMeteorologicalRecord>

The RinexMeteorological type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements actually contained in the CollectionT.
(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
Adds an object to the end of the CollectionT.
(Inherited from CollectionRinexMeteorologicalRecord.)
Public methodClear
Removes all elements from the CollectionT.
(Inherited from CollectionRinexMeteorologicalRecord.)
Public methodContains
Determines whether an element is in the CollectionT.
(Inherited from CollectionRinexMeteorologicalRecord.)
Public methodCopyTo
Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from CollectionRinexMeteorologicalRecord.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the CollectionT.
(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
Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT.
(Inherited from CollectionRinexMeteorologicalRecord.)
Public methodInsert
Inserts an element into the CollectionT at the specified index.
(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
Removes the first occurrence of a specific object from the CollectionT.
(Inherited from CollectionRinexMeteorologicalRecord.)
Public methodRemoveAt
Removes the element at the specified index of the CollectionT.
(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