Package | Description |
---|---|
org.orekit.files.ccsds |
This package provides a parser for elements data stored in CCSDS Navigation Data Message format.
|
Modifier and Type | Class and Description |
---|---|
class |
AEMFile
This class stocks all the information of the Attitude Ephemeris Message (AEM) File parsed
by AEMParser.
|
class |
APMFile
This class stocks all the information of the Attitude Parameter Message (APM) File parsed
by APMParser.
|
Modifier and Type | Method and Description |
---|---|
ADMFile |
ADMMetaData.getADMFile()
Get the ADM file to which these meta-data belong.
|
ADMFile |
ADMParser.parse(InputStream stream)
Parse a CCSDS Attitude Data Message.
|
abstract ADMFile |
ADMParser.parse(InputStream stream,
String fileName)
Parse a CCSDS Attitude Data Message.
|
ADMFile |
ADMParser.parse(String fileName)
Parse a CCSDS Attitude Data Message.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ADMParser.parseHeaderEntry(org.orekit.files.ccsds.KeyValue keyValue,
ADMFile admFile,
List<String> comment)
Parse an entry from the header.
|
Constructor and Description |
---|
ADMMetaData(ADMFile admFile)
Create a new meta-data.
|
Copyright © 2002-2020 CS GROUP. All rights reserved.