Package | Description |
---|---|
org.orekit.files.ccsds.ndm.adm |
This package contains class managing CCSDS Attitude Data Message.
|
org.orekit.files.ccsds.ndm.adm.aem |
This package contains class managing CCSDS Attitude Ephemeris Message.
|
org.orekit.files.ccsds.ndm.adm.apm |
This package contains class managing CCSDS Attitude Parameter Message.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AdmMetadataKey.process(ParseToken token,
ContextBinding context,
AdmMetadata container)
Process one token.
|
Constructor and Description |
---|
AdmMetadataWriter(AdmMetadata metadata)
Simple constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AemMetadata
This class gathers the meta-data present in the Attitude Data Message (ADM).
|
Modifier and Type | Method and Description |
---|---|
AdmMetadata |
Apm.getMetadata()
Get the file metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
ApmWriter.writeSegmentContent(Generator generator,
double formatVersion,
Segment<AdmMetadata,ApmData> segment)
Write one segment content (without XML wrapping).
|
Constructor and Description |
---|
Apm(Header header,
List<Segment<AdmMetadata,ApmData>> segments,
IERSConventions conventions,
DataContext dataContext)
Simple constructor.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.