RinexNavigationReadFrom Method (String) |
Reads a RINEX Navigation file from the specified file.
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 RinexNavigation ReadFrom(
string fileName
)
Public Shared Function ReadFrom (
fileName As String
) As RinexNavigation
public:
static RinexNavigation^ ReadFrom(
String^ fileName
)
static member ReadFrom :
fileName : string -> RinexNavigation
Parameters
- fileName
- Type: SystemString
The name of the file from which to read the broadcast ephemeris.
Return Value
Type:
RinexNavigationThe ephemeris read from the file.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when fileName is .
|
| InvalidDataException | Thrown when the Rinex Meteorological File has an invalid format. |
See Also