Uses of Class
org.orekit.files.ccsds.ndm.odm.oem.OemSegment
-
Packages that use OemSegment Package Description org.orekit.files.ccsds.ndm.odm.oem This package contains class managing CCSDS Orbit Ephemeris Message. -
-
Uses of OemSegment in org.orekit.files.ccsds.ndm.odm.oem
Methods in org.orekit.files.ccsds.ndm.odm.oem that return types with arguments of type OemSegment Modifier and Type Method Description List<OemSegment>
OemSatelliteEphemeris. getSegments()
Get the segments of the ephemeris.Methods in org.orekit.files.ccsds.ndm.odm.oem with parameters of type OemSegment Modifier and Type Method Description protected void
OemWriter. writeSegmentContent(Generator generator, double formatVersion, OemSegment segment)
Write one segment content (without XML wrapping).Constructor parameters in org.orekit.files.ccsds.ndm.odm.oem with type arguments of type OemSegment Constructor Description Oem(OdmHeader header, List<OemSegment> segments, IERSConventions conventions, DataContext dataContext, double mu)
Simple constructor.OemSatelliteEphemeris(String id, double mu, List<OemSegment> blocks)
Create a container for the set of ephemeris blocks in the file that pertain to a single satellite.
-