Uses of Class
org.orekit.files.ccsds.ndm.adm.aem.AemSegment
Packages that use AemSegment
Package
Description
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 AemSegmentModifier and TypeMethodDescriptionAemSatelliteEphemeris.getSegments()Get the segments of the attitude ephemeris.Methods in org.orekit.files.ccsds.ndm.adm.aem with parameters of type AemSegmentModifier and TypeMethodDescriptionprotected voidAemWriter.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 AemSegmentModifierConstructorDescriptionAem(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.