public interface FieldOrekitStepInterpolator<T extends org.hipparchus.RealFieldElement<T>>
It mirrors the StepInterpolator
interface from commons-math but
provides a space-dynamics interface to the methods.
Modifier and Type | Method | 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-2019 CS Systèmes d'information. All rights reserved.