Uses of Class
org.orekit.files.ccsds.ndm.odm.ocm.OcmMetadata
-
Packages that use OcmMetadata Package Description org.orekit.files.ccsds.ndm.odm.ocm 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 OcmMetadata Modifier and Type Method Description OcmMetadata
OcmMetadata. copy(double version)
Copy the instance, making sure mandatory fields have been initialized.OcmMetadata
Ocm. getMetadata()
Get the metadata from the singlesegment
.Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type OcmMetadata Modifier and Type Method Description boolean
OcmMetadataKey. 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 OcmMetadata Modifier and Type Method Description protected void
OcmWriter. 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 OcmMetadata Constructor Description EphemerisOcmWriter(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.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 OcmMetadata Constructor Description Ocm(OdmHeader header, List<Segment<OcmMetadata,OcmData>> segments, IERSConventions conventions, DataContext dataContext, double mu)
Simple constructor.
-