Package | Description |
---|---|
org.orekit.files.ccsds.ndm.adm.acm |
This package contains class managing CCSDS Attitude Comprehensive Message.
|
Modifier and Type | Method and Description |
---|---|
AcmMetadata |
Acm.getMetadata()
Get the metadata from the single
segment . |
Modifier and Type | Method and Description |
---|---|
boolean |
AcmMetadataKey.process(ParseToken token,
ContextBinding context,
AcmMetadata container)
Process an token.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AcmWriter.writeSegmentContent(Generator generator,
double formatVersion,
Segment<AcmMetadata,AcmData> segment)
Write one segment content (without XML wrapping).
|
Constructor and Description |
---|
Acm(AdmHeader header,
List<Segment<AcmMetadata,AcmData>> segments,
IERSConventions conventions,
DataContext dataContext)
Simple constructor.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.