public interface FieldOrekitStepInterpolator<T extends RealFieldElement<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.
|
FieldSpacecraftState<T> getPreviousState()
FieldSpacecraftState<T> getCurrentState()
FieldSpacecraftState<T> getInterpolatedState(FieldAbsoluteDate<T> date)
date
- date of the interpolated stateboolean isForward()
Copyright © 2002-2020 CS GROUP. All rights reserved.