public interface FieldAdditionalStateProvider<T extends RealFieldElement<T>>
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 |
|---|---|
T[] |
getAdditionalState(FieldSpacecraftState<T> state)
Get the additional state.
|
String |
getName()
Get the name of the additional state.
|
String getName()
T[] getAdditionalState(FieldSpacecraftState<T> state) throws OrekitException
state - spacecraft state to which additional state should correspondOrekitException - if additional state cannot be computedCopyright © 2002-2017 CS Systèmes d'information. All rights reserved.