Uses of Class
org.orekit.files.ccsds.ndm.odm.omm.OmmMetadata
-
Packages that use OmmMetadata Package Description org.orekit.files.ccsds.ndm.odm.omm This package contains class managing CCSDS Orbit Mean-Elements Message. -
-
Uses of OmmMetadata in org.orekit.files.ccsds.ndm.odm.omm
Methods in org.orekit.files.ccsds.ndm.odm.omm that return OmmMetadata Modifier and Type Method Description OmmMetadata
Omm. getMetadata()
Get the file metadata.Methods in org.orekit.files.ccsds.ndm.odm.omm with parameters of type OmmMetadata Modifier and Type Method Description boolean
OmmMetadataKey. process(ParseToken token, ContextBinding context, OmmMetadata container)
Process one token.Method parameters in org.orekit.files.ccsds.ndm.odm.omm with type arguments of type OmmMetadata Modifier and Type Method Description protected void
OmmWriter. writeSegmentContent(Generator generator, double formatVersion, Segment<OmmMetadata,OmmData> segment)
Write one segment content (without XML wrapping).Constructor parameters in org.orekit.files.ccsds.ndm.odm.omm with type arguments of type OmmMetadata Constructor Description Omm(OdmHeader header, List<Segment<OmmMetadata,OmmData>> segments, IERSConventions conventions, DataContext dataContext)
Simple constructor.
-