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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
OnOff |
Maneuver.getAccelerationInterpolation()
Get interpolation mode between current and next acceleration line.
|
OnOff |
Maneuver.getThrustInterpolation()
Get interpolation mode between current and next thrust line.
|
Modifier and Type | Method and Description |
---|---|
void |
Maneuver.setAccelerationInterpolation(OnOff accelerationInterpolation)
Set interpolation mode between current and next acceleration line.
|
void |
Maneuver.setThrustInterpolation(OnOff thrustInterpolation)
Set interpolation mode between current and next thrust line.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.