RinexNavigationReadFrom Method (TextReader) |
Reads a RINEX Navigation file from the specified stream.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static RinexNavigation ReadFrom(
TextReader reader
)
Public Shared Function ReadFrom (
reader As TextReader
) As RinexNavigation
public:
static RinexNavigation^ ReadFrom(
TextReader^ reader
)
static member ReadFrom :
reader : TextReader -> RinexNavigation
Parameters
- reader
- Type: System.IOTextReader
The stream from which to read the broadcast ephemeris.
Return Value
Type:
RinexNavigationThe ephemeris read from the stream.
Exceptions See Also