Class ThreeEighthesIntegratorBuilder
- java.lang.Object
-
- org.orekit.propagation.conversion.AbstractIntegratorBuilder<T>
-
- org.orekit.propagation.conversion.AbstractFixedSingleStepIntegratorBuilder<ThreeEighthesIntegrator>
-
- org.orekit.propagation.conversion.ThreeEighthesIntegratorBuilder
-
- All Implemented Interfaces:
ExplicitRungeKuttaIntegratorBuilder,ODEIntegratorBuilder
public class ThreeEighthesIntegratorBuilder extends AbstractFixedSingleStepIntegratorBuilder<ThreeEighthesIntegrator>
Builder for ThreeEighthesIntegrator.- Since:
- 6.0
- Author:
- Pascal Parraud
-
-
Constructor Summary
Constructors Constructor Description ThreeEighthesIntegratorBuilder(double step)Build a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThreeEighthesIntegratorbuildIntegrator(Orbit orbit, OrbitType orbitType, PositionAngleType angleType)Build a first order integrator.-
Methods inherited from class org.orekit.propagation.conversion.AbstractFixedSingleStepIntegratorBuilder
getStep
-
Methods inherited from class org.orekit.propagation.conversion.AbstractIntegratorBuilder
buildIntegrator, buildIntegrator
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.propagation.conversion.ExplicitRungeKuttaIntegratorBuilder
buildIntegrator, buildIntegrator
-
-
-
-
Constructor Detail
-
ThreeEighthesIntegratorBuilder
public ThreeEighthesIntegratorBuilder(double step)
Build a new instance.- Parameters:
step- step size (s)- See Also:
ThreeEighthesIntegrator
-
-
Method Detail
-
buildIntegrator
public ThreeEighthesIntegrator buildIntegrator(Orbit orbit, OrbitType orbitType, PositionAngleType angleType)
Build a first order integrator.- Specified by:
buildIntegratorin interfaceExplicitRungeKuttaIntegratorBuilder- Specified by:
buildIntegratorin interfaceODEIntegratorBuilder- Specified by:
buildIntegratorin classAbstractIntegratorBuilder<ThreeEighthesIntegrator>- Parameters:
orbit- reference orbitorbitType- orbit type to useangleType- position angle type to use- Returns:
- a first order integrator ready to use
-
-