Uses of Class
org.orekit.files.ccsds.ndm.adm.aem.AemWriter
Packages that use AemWriter
Package
Description
This package contains the base hierarchy for CCSDS ADM, ODM and TDM.
This package contains class managing CCSDS Attitude Ephemeris Message.
-
Uses of AemWriter in org.orekit.files.ccsds.ndm
Methods in org.orekit.files.ccsds.ndm that return AemWriterModifier and TypeMethodDescriptionWriterBuilder.buildAemWriter()Build a writer forAttitude Ephemeris Messages. -
Uses of AemWriter in org.orekit.files.ccsds.ndm.adm.aem
Constructors in org.orekit.files.ccsds.ndm.adm.aem with parameters of type AemWriterModifierConstructorDescriptionAttitudeWriter(AemWriter writer, AdmHeader header, AemMetadata template, FileFormat fileFormat, String outputName, double maxRelativeOffset, 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.AttitudeWriter(AemWriter writer, AdmHeader header, AemMetadata template, FileFormat fileFormat, String outputName, double maxRelativeOffset, int unitsColumn, Formatter formatter) 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, AdmHeader header, AemMetadata template) Simple constructor.