Uses of Class
org.orekit.files.ccsds.ndm.adm.acm.AcmElements
-
Packages that use AcmElements Package Description org.orekit.files.ccsds.ndm.adm.acm This package contains class managing CCSDS Attitude Comprehensive Message. -
-
Uses of AcmElements in org.orekit.files.ccsds.ndm.adm.acm
Methods in org.orekit.files.ccsds.ndm.adm.acm that return AcmElements Modifier and Type Method Description static AcmElements
AcmElements. valueOf(String name)
Returns the enum constant of this type with the specified name.static AcmElements[]
AcmElements. 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 that return types with arguments of type AcmElements Modifier and Type Method Description List<AcmElements>
AcmMetadata. getAcmDataElements()
Get the list of elements of information data blocks included in this message.Method parameters in org.orekit.files.ccsds.ndm.adm.acm with type arguments of type AcmElements Modifier and Type Method Description void
AcmMetadata. setAcmDataElements(List<AcmElements> acmDataElements)
Set the list of elements of information data blocks included in this message.
-