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