Package | Description |
---|---|
org.orekit.propagation |
Propagation
|
org.orekit.propagation.integration |
Utilities for integration-based propagators (both numerical and semi-analytical).
|
Modifier and Type | Method and Description |
---|---|
List<FieldAdditionalStateProvider<T>> |
FieldAbstractPropagator.getAdditionalStateProviders()
Get an unmodifiable list of providers for additional state.
|
List<FieldAdditionalStateProvider<T>> |
FieldPropagator.getAdditionalStateProviders()
Get an unmodifiable list of providers for additional state.
|
Modifier and Type | Method and Description |
---|---|
void |
FieldAbstractPropagator.addAdditionalStateProvider(FieldAdditionalStateProvider<T> additionalStateProvider)
Add a set of user-specified state parameters to be computed along with the orbit propagation.
|
void |
FieldPropagator.addAdditionalStateProvider(FieldAdditionalStateProvider<T> additionalStateProvider)
Add a set of user-specified state parameters to be computed along with the orbit propagation.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.