Class ClassicalRungeKuttaIntegratorBuilder
- java.lang.Object
-
- org.orekit.propagation.conversion.ClassicalRungeKuttaIntegratorBuilder
-
- All Implemented Interfaces:
ODEIntegratorBuilder
public class ClassicalRungeKuttaIntegratorBuilder extends Object implements ODEIntegratorBuilder
Builder for ClassicalRungeKuttaIntegrator.- Since:
- 6.0
- Author:
- Pascal Parraud
-
-
Constructor Summary
Constructors Constructor Description ClassicalRungeKuttaIntegratorBuilder(double step)
Build a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractIntegrator
buildIntegrator(Orbit orbit, OrbitType orbitType)
Build a first order integrator.
-
-
-
Constructor Detail
-
ClassicalRungeKuttaIntegratorBuilder
public ClassicalRungeKuttaIntegratorBuilder(double step)
Build a new instance.- Parameters:
step
- step size (s)- See Also:
ClassicalRungeKuttaIntegrator
-
-
Method Detail
-
buildIntegrator
public AbstractIntegrator buildIntegrator(Orbit orbit, OrbitType orbitType)
Build a first order integrator.- Specified by:
buildIntegrator
in interfaceODEIntegratorBuilder
- Parameters:
orbit
- reference orbitorbitType
- orbit type to use- Returns:
- a first order integrator ready to use
-
-