Uses of Class
org.orekit.files.ccsds.ndm.odm.ocm.OcmMetadata
Packages that use OcmMetadata
Package
Description
This package contains class managing CCSDS Orbit Comprehensive Message.
-
Uses of OcmMetadata in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm that return OcmMetadataModifier and TypeMethodDescriptionOcmMetadata.copy(double version) Copy the instance, making sure mandatory fields have been initialized.Ocm.getMetadata()Get the metadata from the singlesegment.Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type OcmMetadataModifier and TypeMethodDescriptionbooleanOcmMetadataKey.process(ParseToken token, ContextBinding context, OcmMetadata container) Process an token.Method parameters in org.orekit.files.ccsds.ndm.odm.ocm with type arguments of type OcmMetadataModifier and TypeMethodDescriptionprotected voidOcmWriter.writeSegmentContent(Generator generator, double formatVersion, Segment<OcmMetadata, OcmData> segment) Write one segment content (without XML wrapping).Constructors in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type OcmMetadataModifierConstructorDescriptionEphemerisOcmWriter(OcmWriter writer, OdmHeader header, OcmMetadata metadata, TrajectoryStateHistoryMetadata template, FileFormat fileFormat, String outputName, double maxRelativeOffset, int unitsColumn) Constructor used to create a new OCM writer configured with the necessary parameters to successfully fill in all required fields that aren't part of a standard object.EphemerisOcmWriter(OcmWriter writer, OdmHeader header, OcmMetadata metadata, TrajectoryStateHistoryMetadata template, FileFormat fileFormat, String outputName, double maxRelativeOffset, int unitsColumn, Formatter formatter) Constructor used to create a new OCM writer configured with the necessary parameters to successfully fill in all required fields that aren't part of a standard object.StreamingOcmWriter(Generator generator, OcmWriter writer, OdmHeader header, OcmMetadata metadata, TrajectoryStateHistoryMetadata template) Construct a writer that for each segment uses the reference frame of the first state's attitude.StreamingOcmWriter(Generator generator, OcmWriter writer, OdmHeader header, OcmMetadata metadata, TrajectoryStateHistoryMetadata template, boolean useAttitudeFrame) Simple constructor.Constructor parameters in org.orekit.files.ccsds.ndm.odm.ocm with type arguments of type OcmMetadataModifierConstructorDescriptionOcm(OdmHeader header, List<Segment<OcmMetadata, OcmData>> segments, IERSConventions conventions, DataContext dataContext, double mu) Simple constructor.