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