public interface ODEIntegratorBuilder
Modifier and Type | Method and Description |
---|---|
org.hipparchus.ode.AbstractIntegrator |
buildIntegrator(Orbit orbit,
OrbitType orbitType)
Build a first order integrator.
|
org.hipparchus.ode.AbstractIntegrator buildIntegrator(Orbit orbit, OrbitType orbitType) throws OrekitException
orbit
- reference orbitorbitType
- orbit type to useOrekitException
- if integrator cannot been builtCopyright © 2002-2017 CS Systèmes d'information. All rights reserved.