Click or drag to resize

SP3cEphemerisReadFrom Method (TextReader)

Reads the SP3 version C file from the TextReader and returns a SP3cEphemeris record.

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

Parameters

reader
Type: System.IOTextReader
TextReader for the SP3c file to read.

Return Value

Type: SP3cEphemeris
SP3cEphemeris.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when the reader is .
InvalidDataException Thrown when the file represented by the reader is not version "C".
InvalidDataException Thrown when the Position-Velocity flag in the SP3 file is neither 'P' nor 'V'.
See Also