Package | Description |
---|---|
org.orekit.files.ccsds.ndm |
This package contains the base hierarchy for CCSDS ADM, ODM and TDM.
|
org.orekit.files.ccsds.ndm.adm.aem |
This package contains class managing CCSDS Attitude Ephemeris Message.
|
Modifier and Type | Method and Description |
---|---|
AemWriter |
WriterBuilder.buildAemWriter()
Build a writer for
Attitude Ephemeris Messages . |
Constructor and Description |
---|
AttitudeWriter(AemWriter writer,
Header header,
AemMetadata template,
FileFormat fileFormat,
String outputName,
int unitsColumn)
Constructor used to create a new AEM writer configured with the necessary parameters
to successfully fill in all required fields that aren't part of a standard object.
|
StreamingAemWriter(Generator generator,
AemWriter writer,
Header header,
AemMetadata template)
Simple constructor.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.