Click or drag to resize

RinexNavigation.ReadFrom 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.1.421.0 (25.1.421.0)
Syntax
public static RinexNavigation ReadFrom(
	string fileName
)

Parameters

fileName
Type: System.String
The name of the file from which to read the broadcast ephemeris.

Return Value

Type: RinexNavigation
The ephemeris read from the file.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when fileName is null.
InvalidDataExceptionThrown when the Rinex Meteorological File has an invalid format.
See Also