public static interface AdapterPropagator.DifferentialEffect
Modifier and Type | Method and Description |
---|---|
SpacecraftState |
apply(SpacecraftState original)
Apply the effect to a
spacecraft state . |
SpacecraftState apply(SpacecraftState original) throws OrekitException
spacecraft state
.
Applying the effect may be a no-op in some cases. A typical example is maneuvers, for which the state is changed only for time after the maneuver occurrence.
original
- original state without the effectOrekitException
- if effect cannot be computedCopyright © 2002-2017 CS Systèmes d'information. All rights reserved.