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 |
---|---|
SimpleAscentPropagatorAscentType |
SimpleAscentPropagator.getAscentType()
Gets the interpolation type for the ascent.
|
static SimpleAscentPropagatorAscentType |
SimpleAscentPropagatorAscentType.getDefault()
Get the enum constant that is considered to be the default.
|
static SimpleAscentPropagatorAscentType |
SimpleAscentPropagatorAscentType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static SimpleAscentPropagatorAscentType |
SimpleAscentPropagatorAscentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleAscentPropagatorAscentType[] |
SimpleAscentPropagatorAscentType.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.setAscentType(SimpleAscentPropagatorAscentType value)
Sets the interpolation type for the ascent.
|
Modifier and Type | Method and Description |
---|---|
SimpleAscentPropagatorAscentType |
BasicLaunchSegment.getAscentType()
Gets the interpolation type for the ascent.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicLaunchSegment.setAscentType(SimpleAscentPropagatorAscentType value)
Sets the interpolation type for the ascent.
|