Uses of Class
org.orekit.files.ccsds.ndm.odm.ocm.ManeuverFieldType
-
Packages that use ManeuverFieldType Package Description org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message. -
-
Uses of ManeuverFieldType in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm that return ManeuverFieldType Modifier and Type Method Description static ManeuverFieldTypeManeuverFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static ManeuverFieldType[]ManeuverFieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.files.ccsds.ndm.odm.ocm that return types with arguments of type ManeuverFieldType Modifier and Type Method Description List<ManeuverFieldType>OrbitManeuverHistoryMetadata. getManComposition()Get maneuver elements of information.Method parameters in org.orekit.files.ccsds.ndm.odm.ocm with type arguments of type ManeuverFieldType Modifier and Type Method Description voidOrbitManeuverHistoryMetadata. setManComposition(List<ManeuverFieldType> manComposition)Set maneuver element of information.
-