| Package | Description | 
|---|---|
| agi.foundation.propagators | 
 Contains types used in producing the state of an object from a known element set. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BallisticPropagatorSolutionType | 
BallisticPropagator.configureForMinimumEccentricity(Cartesian targetPositionFixed)
 | 
BallisticPropagatorSolutionType | 
BallisticPropagator.configureForMinimumEccentricity(Cartographic targetPosition)
 | 
BallisticPropagatorSolutionType | 
BallisticPropagator.configureForMinimumEnergy(Cartesian targetPositionFixed)
 | 
BallisticPropagatorSolutionType | 
BallisticPropagator.configureForMinimumEnergy(Cartographic targetPosition)
 | 
BallisticPropagatorSolutionType | 
BallisticPropagator.configureFromApogeeAltitude(Cartesian targetPositionFixed,
                           double apogeeAltitude)
 | 
BallisticPropagatorSolutionType | 
BallisticPropagator.configureFromApogeeAltitude(Cartographic targetPosition,
                           double apogeeAltitude)
 | 
BallisticPropagatorSolutionType | 
BallisticPropagator.configureFromDeltaV(Cartesian targetPositionFixed,
                   double deltaV,
                   boolean highArc)
 | 
BallisticPropagatorSolutionType | 
BallisticPropagator.configureFromDeltaV(Cartographic targetPosition,
                   double deltaV,
                   boolean highArc)
 | 
BallisticPropagatorSolutionType | 
BallisticPropagator.configureFromFlightDuration(Cartesian targetPositionFixed,
                           Duration flightDuration)
 | 
BallisticPropagatorSolutionType | 
BallisticPropagator.configureFromFlightDuration(Cartographic targetPosition,
                           Duration flightDuration)
 | 
static BallisticPropagatorSolutionType | 
BallisticPropagatorSolutionType.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static BallisticPropagatorSolutionType | 
BallisticPropagatorSolutionType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static BallisticPropagatorSolutionType | 
BallisticPropagatorSolutionType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static BallisticPropagatorSolutionType[] | 
BallisticPropagatorSolutionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 |