Uses of Class
org.orekit.files.ccsds.ndm.adm.acm.RateElementsType
-
Packages that use RateElementsType Package Description org.orekit.files.ccsds.ndm.adm.acm This package contains class managing CCSDS Attitude Comprehensive Message. -
-
Uses of RateElementsType in org.orekit.files.ccsds.ndm.adm.acm
Methods in org.orekit.files.ccsds.ndm.adm.acm that return RateElementsType Modifier and Type Method Description RateElementsTypeAttitudeState. getRateElementsType()Get the type of the elements rates.RateElementsTypeAttitudeDetermination. getRateStates()Get attitude rate states.RateElementsTypeAttitudeStateHistoryMetadata. getRateType()Get attitude rate element set type.static RateElementsTypeRateElementsType. valueOf(String name)Returns the enum constant of this type with the specified name.static RateElementsType[]RateElementsType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.files.ccsds.ndm.adm.acm with parameters of type RateElementsType Modifier and Type Method Description voidAttitudeDetermination. setRateStates(RateElementsType rateStates)Set attitude rate states.voidAttitudeStateHistoryMetadata. setRateType(RateElementsType rateType)Set attitude rate element set type.Constructors in org.orekit.files.ccsds.ndm.adm.acm with parameters of type RateElementsType Constructor Description AttitudeState(AttitudeElementsType attitudeType, RateElementsType rateType, AbsoluteDate date, String[] fields, int first)Simple constructor.
-