Click or drag to resize

CcsdsOrbitEphemerisMessageFileReadFrom Method

Overload List
  NameDescription
Public methodStatic memberReadFrom(String)
Reads the CCSDS OEM file. If it can be parsed as a valid XML document, it will be. Otherwise, it will be parsed as a key-value notation (KVN) OEM file.
Public methodStatic memberReadFrom(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.
Top
See Also