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