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: 25.2.423.0 (25.2.423.0)
Syntaxpublic static RinexMeteorological ReadFrom(
TextReader reader
)
Public Shared Function ReadFrom (
reader As TextReader
) As RinexMeteorological
public:
static RinexMeteorological^ ReadFrom(
TextReader^ reader
)
static member ReadFrom :
reader : TextReader -> RinexMeteorological
Parameters
- reader
- Type: System.IOTextReader
The stream from which to read the meteorological data.
Return Value
Type:
RinexMeteorologicalThe meteorological data read from the stream.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when reader is .
|
| InvalidDataException | Thrown when the Rinex Meteorological File has an invalid format. |
See Also