| 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 |
|---|---|
NumericalPropagatorState |
NumericalPropagatorDefinition.createNumericalPropagatorState()
Creates a
NumericalPropagatorState based on the current settings of this
NumericalPropagatorDefinition. |
NumericalPropagatorState |
NumericalPropagatorDefinition.createNumericalPropagatorState(EvaluatorGroup group)
Creates a
NumericalPropagatorState based on the current settings of this
NumericalPropagatorDefinition. |
| Constructor and Description |
|---|
NumericalPropagatorState(double[] state,
JulianDate currentDate,
NumericalPropagatorState oldState)
|
NumericalPropagatorState(NumericalPropagatorState existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
NumericalInitialStateSegment.checkForSameDefinition(InitialStateSegment<NumericalPropagatorState> other) |