RinexMeteorological Class |
Namespace: AGI.Foundation.Navigation.DataReaders
The RinexMeteorological type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionRinexMeteorologicalRecord.) | |
| Date |
Gets the date of file creation.
| |
| Item | Gets or sets the element at the specified index. (Inherited from CollectionRinexMeteorologicalRecord.) | |
| MeasurementTypes |
Gets a list of the meteorological data types in the file.
| |
| NumberOfMeasurementTypes |
Gets the number of meteorological data types in the file.
| |
| Program |
Gets the program that created the file.
| |
| RunBy |
Gets the agency that created the file.
|
| Name | Description | |
|---|---|---|
| Add | Adds an object to the end of the CollectionT. (Inherited from CollectionRinexMeteorologicalRecord.) | |
| Clear | Removes all elements from the CollectionT. (Inherited from CollectionRinexMeteorologicalRecord.) | |
| Contains | Determines whether an element is in the CollectionT. (Inherited from CollectionRinexMeteorologicalRecord.) | |
| CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from CollectionRinexMeteorologicalRecord.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator | Returns an enumerator that iterates through the CollectionT. (Inherited from CollectionRinexMeteorologicalRecord.) | |
| GetEvaluator |
Gets an evaluator that can be used to find meteorological data over time.
| |
| GetEvaluator(EvaluatorGroup) |
Gets an evaluator that can be used to find meteorological data over time.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT. (Inherited from CollectionRinexMeteorologicalRecord.) | |
| Insert | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionRinexMeteorologicalRecord.) | |
| ReadFrom(String) |
Reads a RINEX Meteorological file from the specified filename.
| |
| ReadFrom(TextReader) |
Reads a RINEX Meteorological file from the specified stream.
| |
| Remove | Removes the first occurrence of a specific object from the CollectionT. (Inherited from CollectionRinexMeteorologicalRecord.) | |
| RemoveAt | Removes the element at the specified index of the CollectionT. (Inherited from CollectionRinexMeteorologicalRecord.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |