public class IntegratorConfig extends Object
Constructor and Description |
---|
IntegratorConfig(org.orekit.orbits.Orbit initialOrbit,
AbstractNumericalIntegratorData numericalIntegratorData)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
org.orekit.time.AbsoluteDate |
getFinalPropagationDate()
Get the final propagation date.
|
org.apache.commons.math3.ode.FirstOrderIntegrator |
getFirstOrderIntegrator()
Get the first order integrator.
|
org.orekit.frames.Frame |
getPropagationFrame()
Get the propagation frame.
|
double |
getStopAltitude()
Get the stop altitude.
|
public IntegratorConfig(org.orekit.orbits.Orbit initialOrbit, AbstractNumericalIntegratorData numericalIntegratorData) throws PsimuIntegratorConfigException
initialOrbit
- initial orbitnumericalIntegratorData
- integrator dataPsimuIntegratorConfigException
- if the integrator config data is not coherent.public org.apache.commons.math3.ode.FirstOrderIntegrator getFirstOrderIntegrator()
public org.orekit.time.AbsoluteDate getFinalPropagationDate()
public org.orekit.frames.Frame getPropagationFrame()
public double getStopAltitude()
Copyright © 2017. All rights reserved.