Uses of Class
org.orekit.files.ccsds.ndm.odm.oem.OemSegment
Packages that use OemSegment
Package
Description
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 OemSegmentModifier and TypeMethodDescriptionOemSatelliteEphemeris.getSegments()Get the segments of the ephemeris.Methods in org.orekit.files.ccsds.ndm.odm.oem with parameters of type OemSegmentModifier and TypeMethodDescriptionprotected voidOemWriter.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 OemSegmentModifierConstructorDescriptionOem(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.