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