Uses of Class
org.orekit.files.ccsds.ndm.adm.aem.AttitudeEntryKey
-
Packages that use AttitudeEntryKey Package Description org.orekit.files.ccsds.ndm.adm.aem This package contains class managing CCSDS Attitude Ephemeris Message. -
-
Uses of AttitudeEntryKey in org.orekit.files.ccsds.ndm.adm.aem
Methods in org.orekit.files.ccsds.ndm.adm.aem that return AttitudeEntryKey Modifier and Type Method Description static AttitudeEntryKey
AttitudeEntryKey. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttitudeEntryKey[]
AttitudeEntryKey. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-