Uses of Class
org.orekit.files.ccsds.ndm.odm.ocm.OcmData
-
Packages that use OcmData Package Description org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message. -
-
Uses of OcmData in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm that return OcmData Modifier and Type Method Description OcmData
Ocm. getData()
Get the data from the singlesegment
.Method parameters in org.orekit.files.ccsds.ndm.odm.ocm with type arguments of type OcmData Modifier and Type Method Description protected 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 OcmData Constructor Description Ocm(OdmHeader header, List<Segment<OcmMetadata,OcmData>> segments, IERSConventions conventions, DataContext dataContext, double mu)
Simple constructor.
-