| 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 | 
|---|---|
PropagationStateConverter | 
NumericalPropagatorState.getConverter()
Gets the  
PropagationStateConverter. | 
PropagationStateConverter | 
NumericalPropagator.getConverter()
Gets an instance of a converter which can convert the overall raw output
    into the output corresponding to a particular  
PropagationStateElement
    or AuxiliaryStateElement based on a string identifier and output type. | 
| Constructor and Description | 
|---|
NumericalPropagationStateHistory(List<JulianDate> times,
                                List<double[]> states,
                                List<NumericalIntegrationInformation> integrationInfo,
                                PropagationStateConverter converter)
Initializes a new instance. 
 | 
NumericalPropagationStateHistory(List<JulianDate> times,
                                List<double[]> states,
                                List<NumericalIntegrationInformation> integrationInfo,
                                PropagationStateConverter converter,
                                SortingFormat sortingFormat)
Initializes a new instance. 
 | 
NumericalPropagationStateHistory(PropagationStateConverter converter,
                                boolean includeIntegrationInfo,
                                NumericalPropagationStateHistory... otherCollections)
Initializes a new instance. 
 | 
NumericalPropagationStateHistory(PropagationStateConverter converter,
                                boolean includeIntegrationInfo,
                                SortingFormat sortingFormat,
                                NumericalPropagationStateHistory... otherCollections)
Initializes a new instance. 
 |