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