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