Package | Description |
---|---|
agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
agi.foundation.segmentpropagation |
Contains types for modeling a trajectory in segments, where the type of propagation varies for each segment.
|
Modifier and Type | Method and Description |
---|---|
SimpleAscentPropagatorBurnoutVelocityFrame |
SimpleAscentPropagator.getBurnoutVelocityFrame()
Gets which reference frame the burnout velocity is specified in.
|
static SimpleAscentPropagatorBurnoutVelocityFrame |
SimpleAscentPropagatorBurnoutVelocityFrame.getDefault()
Get the enum constant that is considered to be the default.
|
static SimpleAscentPropagatorBurnoutVelocityFrame |
SimpleAscentPropagatorBurnoutVelocityFrame.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static SimpleAscentPropagatorBurnoutVelocityFrame |
SimpleAscentPropagatorBurnoutVelocityFrame.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleAscentPropagatorBurnoutVelocityFrame[] |
SimpleAscentPropagatorBurnoutVelocityFrame.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleAscentPropagator.setBurnoutVelocityFrame(SimpleAscentPropagatorBurnoutVelocityFrame value)
Sets which reference frame the burnout velocity is specified in.
|
Modifier and Type | Method and Description |
---|---|
SimpleAscentPropagatorBurnoutVelocityFrame |
BasicLaunchSegment.getBurnoutVelocityFrame()
Gets the reference frame that the burnout velocity is specified in.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicLaunchSegment.setBurnoutVelocityFrame(SimpleAscentPropagatorBurnoutVelocityFrame value)
Sets the reference frame that the burnout velocity is specified in.
|