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