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
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 void
OcmWriter. writeSegmentContent(Generator generator, double formatVersion, Segment<OcmMetadata,OcmData> segment)
Write one segment content (without XML wrapping).Constructor parameters in org.orekit.files.ccsds.ndm.odm.ocm with type arguments of type OcmMetadata Constructor Description Ocm(Header header, List<Segment<OcmMetadata,OcmData>> segments, IERSConventions conventions, DataContext dataContext, double mu)
Simple constructor.
-