Uses of Enum Class
org.orekit.files.ccsds.ndm.odm.ocm.ManeuverFieldType
Packages that use ManeuverFieldType
Package
Description
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 ManeuverFieldTypeModifier and TypeMethodDescriptionstatic ManeuverFieldTypeReturns the enum constant of this class with the specified name.static ManeuverFieldType[]ManeuverFieldType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.files.ccsds.ndm.odm.ocm that return types with arguments of type ManeuverFieldTypeModifier and TypeMethodDescriptionOrbitManeuverHistoryMetadata.getManComposition()Get maneuver elements of information.Method parameters in org.orekit.files.ccsds.ndm.odm.ocm with type arguments of type ManeuverFieldTypeModifier and TypeMethodDescriptionvoidOrbitManeuverHistoryMetadata.setManComposition(List<ManeuverFieldType> manComposition) Set maneuver element of information.