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 |
---|---|
static SortingFormat |
SortingFormat.getDefault()
Get the enum constant that is considered to be the default.
|
static SortingFormat |
SortingFormat.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
SortingFormat |
NumericalPropagationStateHistory.getSortingFormat()
Gets the specifier for how the history is sorted.
|
static SortingFormat |
SortingFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortingFormat[] |
SortingFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
NumericalPropagationStateHistory(List<JulianDate> times,
List<double[]> states,
List<NumericalIntegrationInformation> integrationInfo,
PropagationStateConverter converter,
SortingFormat sortingFormat)
Initializes a new instance.
|
NumericalPropagationStateHistory(PropagationStateConverter converter,
boolean includeIntegrationInfo,
SortingFormat sortingFormat,
NumericalPropagationStateHistory... otherCollections)
Initializes a new instance.
|