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