Click or drag to resize

CcsdsOrbitEphemerisMessageFileReadFrom Method (TextReader)

Reads the CCSDS OEM file. If it has a valid XML header, it will be parsed as an XML OEM file. Otherwise, it will be parsed as a key-value notation (KVN) OEM file.

Namespace:  AGI.Foundation.Ccsds
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static CcsdsOrbitEphemerisMessageFile ReadFrom(
	TextReader reader
)

Parameters

reader
Type: System.IOTextReader
A reader for the CCSDS OEM file.

Return Value

Type: CcsdsOrbitEphemerisMessageFile
A container for segments containing ephemeris and covariance data from the file.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the reader is .
See Also