Uses of Class
org.orekit.files.ccsds.ndm.adm.acm.AttitudeState
-
Packages that use AttitudeState Package Description org.orekit.files.ccsds.ndm.adm.acm This package contains class managing CCSDS Attitude Comprehensive Message. -
-
Uses of AttitudeState in org.orekit.files.ccsds.ndm.adm.acm
Methods in org.orekit.files.ccsds.ndm.adm.acm that return types with arguments of type AttitudeState Modifier and Type Method Description List<AttitudeState>
AttitudeStateHistory. getAttitudeStates()
Get the attitude states.Constructor parameters in org.orekit.files.ccsds.ndm.adm.acm with type arguments of type AttitudeState Constructor Description AttitudeStateHistory(AttitudeStateHistoryMetadata metadata, List<AttitudeState> states)
Simple constructor.
-