Uses of Interface
org.orekit.propagation.conversion.ODEIntegratorBuilder
-
Packages that use ODEIntegratorBuilder Package Description org.orekit.propagation.conversion This package provides tools to convert a given propagator or a set ofSpacecraftStateinto another propagator. -
-
Uses of ODEIntegratorBuilder in org.orekit.propagation.conversion
Classes in org.orekit.propagation.conversion that implement ODEIntegratorBuilder Modifier and Type Class Description classAdamsBashforthIntegratorBuilderBuilder for AdamsBashforthIntegrator.classAdamsMoultonIntegratorBuilderBuilder for AdamsMoultonIntegrator.classClassicalRungeKuttaIntegratorBuilderBuilder for ClassicalRungeKuttaIntegrator.classDormandPrince54IntegratorBuilderBuilder for DormandPrince54Integrator.classDormandPrince853IntegratorBuilderBuilder for DormandPrince853Integrator.classEulerIntegratorBuilderBuilder for EulerIntegrator.classGillIntegratorBuilderBuilder for GillIntegrator.classGraggBulirschStoerIntegratorBuilderBuilder for GraggBulirschStoerIntegrator.classHighamHall54IntegratorBuilderBuilder for HighamHall54Integrator.classLutherIntegratorBuilderBuilder for LutherIntegrator.classMidpointIntegratorBuilderBuilder for MidpointIntegrator.classThreeEighthesIntegratorBuilderBuilder for ThreeEighthesIntegrator.Methods in org.orekit.propagation.conversion that return ODEIntegratorBuilder Modifier and Type Method Description ODEIntegratorBuilderDSSTPropagatorBuilder. getIntegratorBuilder()Get the integrator builder.ODEIntegratorBuilderNumericalPropagatorBuilder. getIntegratorBuilder()Get the integrator builder.Constructors in org.orekit.propagation.conversion with parameters of type ODEIntegratorBuilder Constructor Description DSSTPropagatorBuilder(Orbit referenceOrbit, ODEIntegratorBuilder builder, double positionScale, PropagationType propagationType, PropagationType stateType)Build a new instance.DSSTPropagatorBuilder(Orbit referenceOrbit, ODEIntegratorBuilder builder, double positionScale, PropagationType propagationType, PropagationType stateType, AttitudeProvider attitudeProvider)Build a new instance.NumericalPropagatorBuilder(Orbit referenceOrbit, ODEIntegratorBuilder builder, PositionAngleType positionAngleType, double positionScale)Build a new instance.NumericalPropagatorBuilder(Orbit referenceOrbit, ODEIntegratorBuilder builder, PositionAngleType positionAngleType, double positionScale, AttitudeProvider attitudeProvider)Build a new instance.
-