Uses of Class
org.orekit.files.ccsds.ndm.adm.acm.AttitudeStateHistory
-
Packages that use AttitudeStateHistory Package Description org.orekit.files.ccsds.ndm.adm.acm This package contains class managing CCSDS Attitude Comprehensive Message. -
-
Uses of AttitudeStateHistory in org.orekit.files.ccsds.ndm.adm.acm
Methods in org.orekit.files.ccsds.ndm.adm.acm that return types with arguments of type AttitudeStateHistory Modifier and Type Method Description List<AttitudeStateHistory>AcmData. getAttitudeBlocks()Get attitude state histories logical blocks.List<AttitudeStateHistory>AcmSatelliteEphemeris. getSegments()Get the segments of the attitude ephemeris.Constructor parameters in org.orekit.files.ccsds.ndm.adm.acm with type arguments of type AttitudeStateHistory Constructor Description AcmData(List<AttitudeStateHistory> attitudeBlocks, AttitudePhysicalProperties physicBlock, List<AttitudeCovarianceHistory> covarianceBlocks, List<AttitudeManeuver> maneuverBlocks, AttitudeDetermination attitudeDeterminationBlock, UserDefined userDefinedBlock)Simple constructor.AcmSatelliteEphemeris(String name, List<AttitudeStateHistory> blocks)Create a container for the set of ephemeris blocks in the file that pertain to a single satellite.
-