public interface AdditionalStateProvider extends Serializable
SpacecraftState.
This interface is the analytical (read already integrated) counterpart of the
AdditionalEquations interface. It allows to append various
additional state parameters to any abstract propagator.
AbstractPropagator,
AdditionalEquations| Modifier and Type | Method and Description |
|---|---|
double[] |
getAdditionalState(AbsoluteDate date)
Get the additional state.
|
String |
getName()
Get the name of the additional state.
|
String getName()
double[] getAdditionalState(AbsoluteDate date) throws PropagationException
date - date to which additional state is computedPropagationException - if additional state cannot be computedCopyright © 2024 CNES. All rights reserved.