Package | Description |
---|---|
org.orekit.propagation |
Propagation
|
org.orekit.propagation.integration |
Utilities for integration-based propagators (both numerical and semi-analytical).
|
org.orekit.propagation.sampling |
This package provides interfaces and classes dealing with step handling during propagation.
|
Modifier and Type | Method and Description |
---|---|
protected OrekitStepHandler |
AbstractPropagator.getStepHandler()
Get the step handler.
|
Modifier and Type | Method and Description |
---|---|
void |
Propagator.setEphemerisMode(OrekitStepHandler handler)
Set the propagator to ephemeris generation mode with the specified handler for each
integration step.
|
void |
AbstractPropagator.setEphemerisMode(OrekitStepHandler handler)
Set the propagator to ephemeris generation mode with the specified handler for each
integration step.
|
void |
Propagator.setMasterMode(OrekitStepHandler handler)
Set the propagator to master mode with variable steps.
|
void |
AbstractPropagator.setMasterMode(OrekitStepHandler handler)
Set the propagator to master mode with variable steps.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractIntegratedPropagator.setEphemerisMode(OrekitStepHandler handler)
Set the propagator to ephemeris generation mode with the specified handler for each
integration step.
|
void |
AbstractIntegratedPropagator.setMasterMode(OrekitStepHandler handler)
Set the propagator to master mode with variable steps.
|
Modifier and Type | Class and Description |
---|---|
class |
OrekitStepHandlerMultiplexer
This class gathers several
OrekitStepHandler instances into one. |
class |
OrekitStepNormalizer
This class wraps an object implementing
OrekitFixedStepHandler
into a OrekitStepHandler . |
Modifier and Type | Method and Description |
---|---|
void |
OrekitStepHandlerMultiplexer.add(OrekitStepHandler handler)
Add a step handler.
|
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.