Click or drag to resize

RinexMeteorologicalReadFrom Method (TextReader)

Reads a RINEX Meteorological file from the specified stream.

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 static RinexMeteorological ReadFrom(
	TextReader reader
)

Parameters

reader
Type: System.IOTextReader
The stream from which to read the meteorological data.

Return Value

Type: RinexMeteorological
The meteorological data read from the stream.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when reader is .
InvalidDataExceptionThrown when the Rinex Meteorological File has an invalid format.
See Also