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() throws OrekitException
OrekitException
- if state cannot be retrievedFieldSpacecraftState<T> getCurrentState() throws OrekitException
OrekitException
- if state cannot be retrievedFieldSpacecraftState<T> getInterpolatedState(FieldAbsoluteDate<T> date) throws OrekitException
date
- date of the interpolated stateOrekitException
- if underlying interpolator cannot handle
the dateboolean isForward()
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.