public interface PropagatorBuilder extends ParameterizedODE
Modifier and Type | Method and Description |
---|---|
Propagator |
buildPropagator(AbsoluteDate date,
double[] parameters)
Build a propagator.
|
Frame |
getFrame()
Get the frame in which the orbit is propagated.
|
void |
setFreeParameters(Collection<String> parameters)
Set the free parameters in order to build the propagator.
|
getParameter, setParameter
getParametersNames, isSupported
Propagator buildPropagator(AbsoluteDate date, double[] parameters) throws OrekitException
date
- date associated to the parameters to configure the initial stateparameters
- set of position/velocity(/free) parameters to configure the propagatorOrekitException
- if propagator cannot be buildFrame getFrame()
void setFreeParameters(Collection<String> parameters)
The parameters must belong to the list returned by Parameterizable.getParametersNames()
parameters
- free parameters to set when building the propagatorCopyright © 2002-2015 CS Systèmes d'information. All rights reserved.