Class LutherIntegratorBuilder
java.lang.Object
org.orekit.propagation.conversion.AbstractIntegratorBuilder<LutherIntegrator>
org.orekit.propagation.conversion.AbstractFixedSingleStepIntegratorBuilder<LutherIntegrator>
org.orekit.propagation.conversion.LutherIntegratorBuilder
- All Implemented Interfaces:
ExplicitRungeKuttaIntegratorBuilder,ODEIntegratorBuilder
public class LutherIntegratorBuilder
extends AbstractFixedSingleStepIntegratorBuilder<LutherIntegrator>
Builder for LutherIntegrator.
- Since:
- 7.1
- Author:
- Luc Maisonobe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildIntegrator(Orbit orbit, OrbitType orbitType, PositionAngleType angleType) Build a first order integrator.Methods inherited from class org.orekit.propagation.conversion.AbstractFixedSingleStepIntegratorBuilder
getStepMethods inherited from class org.orekit.propagation.conversion.AbstractIntegratorBuilder
buildIntegrator, buildIntegratorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.propagation.conversion.ExplicitRungeKuttaIntegratorBuilder
buildIntegrator, buildIntegrator
-
Constructor Details
-
LutherIntegratorBuilder
public LutherIntegratorBuilder(double step) Build a new instance.- Parameters:
step- step size (s)- See Also:
-
-
Method Details
-
buildIntegrator
public LutherIntegrator buildIntegrator(Orbit orbit, OrbitType orbitType, PositionAngleType angleType) Build a first order integrator.- Specified by:
buildIntegratorin interfaceExplicitRungeKuttaIntegratorBuilder- Specified by:
buildIntegratorin interfaceODEIntegratorBuilder- Specified by:
buildIntegratorin classAbstractIntegratorBuilder<LutherIntegrator>- Parameters:
orbit- reference orbitorbitType- orbit type to useangleType- position angle type to use- Returns:
- a first order integrator ready to use
-