Uses of Class
org.orekit.files.ccsds.ndm.odm.omm.OmmData
-
Packages that use OmmData Package Description org.orekit.files.ccsds.ndm.odm.omm This package contains class managing CCSDS Orbit Mean-Elements Message. -
-
Uses of OmmData in org.orekit.files.ccsds.ndm.odm.omm
Methods in org.orekit.files.ccsds.ndm.odm.omm that return OmmData Modifier and Type Method Description OmmData
Omm. getData()
Get the file data.Method parameters in org.orekit.files.ccsds.ndm.odm.omm with type arguments of type OmmData 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 OmmData Constructor Description Omm(OdmHeader header, List<Segment<OmmMetadata,OmmData>> segments, IERSConventions conventions, DataContext dataContext)
Simple constructor.
-