Uses of Class
org.orekit.files.ccsds.definitions.OnOff
-
Packages that use OnOff Package Description org.orekit.files.ccsds.definitions This package contains definitions for CCSDS objects (frames, time systems...).org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message. -
-
Uses of OnOff in org.orekit.files.ccsds.definitions
Methods in org.orekit.files.ccsds.definitions that return OnOff Modifier and Type Method Description static OnOff
OnOff. valueOf(String name)
Returns the enum constant of this type with the specified name.static OnOff[]
OnOff. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OnOff in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm that return OnOff Modifier and Type Method Description OnOff
OrbitManeuver. getAccelerationInterpolation()
Get interpolation mode between current and next acceleration line.OnOff
OrbitManeuver. getThrustInterpolation()
Get interpolation mode between current and next thrust line.Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type OnOff Modifier and Type Method Description void
OrbitManeuver. setAccelerationInterpolation(OnOff accelerationInterpolation)
Set interpolation mode between current and next acceleration line.void
OrbitManeuver. setThrustInterpolation(OnOff thrustInterpolation)
Set interpolation mode between current and next thrust line.
-