Package | Description |
---|---|
org.orekit.files.ccsds |
This package provides a parser for elements data stored in CCSDS Navigation Data Message format.
|
Modifier and Type | Method and Description |
---|---|
AEMFile |
AEMParser.parse(BufferedReader reader,
String fileName)
Parse an attitude ephemeris file from a stream.
|
AEMFile |
AEMParser.parse(InputStream stream)
Parse a CCSDS Attitude Data Message.
|
AEMFile |
AEMParser.parse(InputStream stream,
String fileName)
Parse a CCSDS Attitude Data Message.
|
AEMFile |
AEMParser.parse(String fileName)
Parse a CCSDS Attitude Data Message.
|
Modifier and Type | Method and Description |
---|---|
void |
AEMWriter.write(Appendable writer,
AEMFile aemFile)
Write the passed in
AEMFile using the passed in Appendable . |
void |
AEMWriter.write(String outputFilePath,
AEMFile aemFile)
Write the passed in
AEMFile to a file at the output path specified. |
Copyright © 2002-2020 CS GROUP. All rights reserved.