public interface FieldOrekitStepInterpolator<T extends CalculusFieldElement<T>>
It mirrors the StepInterpolator
interface from commons-math but
provides a space-dynamics interface to the methods.
Modifier and Type | Method and Description |
---|---|
FieldSpacecraftState<T> |
getCurrentState()
Get the state at previous grid point date.
|
FieldSpacecraftState<T> |
getInterpolatedState(FieldAbsoluteDate<T> date)
Get the state at interpolated date.
|
FieldSpacecraftState<T> |
getPreviousState()
Get the state at previous grid point date.
|
boolean |
isForward()
Check is integration direction is forward in date.
|
FieldOrekitStepInterpolator<T> |
restrictStep(FieldSpacecraftState<T> newPreviousState,
FieldSpacecraftState<T> newCurrentState)
Create a new restricted version of the instance.
|
FieldSpacecraftState<T> getPreviousState()
FieldSpacecraftState<T> getCurrentState()
FieldSpacecraftState<T> getInterpolatedState(FieldAbsoluteDate<T> date)
date
- date of the interpolated stateboolean isForward()
FieldOrekitStepInterpolator<T> restrictStep(FieldSpacecraftState<T> newPreviousState, FieldSpacecraftState<T> newCurrentState)
The instance is not changed at all.
newPreviousState
- start of the restricted stepnewCurrentState
- end of the restricted stepgetPreviousState()
,
getCurrentState()
Copyright © 2002-2022 CS GROUP. All rights reserved.