Class ThreeEighthesIntegratorBuilder
java.lang.Object
org.orekit.propagation.conversion.AbstractIntegratorBuilder<ThreeEighthesIntegrator>
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 -
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
-
ThreeEighthesIntegratorBuilder
public ThreeEighthesIntegratorBuilder(double step) Build a new instance.- Parameters:
step- step size (s)- See Also:
-
-
Method Details
-
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
-