Uses of Class
org.orekit.files.ccsds.ndm.odm.oem.OemWriter
Packages that use OemWriter
Package
Description
This package contains the base hierarchy for CCSDS ADM, ODM and TDM.
This package contains class managing CCSDS Orbit Ephemeris Message.
-
Uses of OemWriter in org.orekit.files.ccsds.ndm
Methods in org.orekit.files.ccsds.ndm that return OemWriterModifier and TypeMethodDescriptionWriterBuilder.buildOemWriter()Build a writer forOrbit Ephemeris Messages. -
Uses of OemWriter in org.orekit.files.ccsds.ndm.odm.oem
Constructors in org.orekit.files.ccsds.ndm.odm.oem with parameters of type OemWriterModifierConstructorDescriptionEphemerisOemWriter(OemWriter writer, OdmHeader header, OemMetadata template, FileFormat fileFormat, String outputName, double maxRelativeOffset, int unitsColumn) Constructor used to create a new OEM writer configured with the necessary parameters to successfully fill in all required fields that aren't part of a standard object.EphemerisOemWriter(OemWriter writer, OdmHeader header, OemMetadata template, FileFormat fileFormat, String outputName, double maxRelativeOffset, int unitsColumn, Formatter formatter) Constructor used to create a new OEM writer configured with the necessary parameters to successfully fill in all required fields that aren't part of a standard object.StreamingOemWriter(Generator generator, OemWriter writer, OdmHeader header, OemMetadata template) Construct a writer that for each segment uses the reference frame of the first state's attitude.StreamingOemWriter(Generator generator, OemWriter writer, OdmHeader header, OemMetadata template, boolean useAttitudeFrame) Construct a writer that writes position, velocity, and acceleration at each time step.StreamingOemWriter(Generator generator, OemWriter writer, OdmHeader header, OemMetadata template, boolean useAttitudeFrame, boolean includeAcceleration) Simple constructor.