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 | Description |
---|---|---|
protected OrekitStepHandler |
AbstractPropagator.getStepHandler() |
Get the step handler.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractPropagator.setEphemerisMode(OrekitStepHandler handler) |
Set the propagator to ephemeris generation mode with the specified handler for each
integration step.
|
void |
Propagator.setEphemerisMode(OrekitStepHandler handler) |
Set the propagator to ephemeris generation mode with the specified handler for each
integration step.
|
void |
AbstractPropagator.setMasterMode(OrekitStepHandler handler) |
Set the propagator to master mode with variable steps.
|
void |
Propagator.setMasterMode(OrekitStepHandler handler) |
Set the propagator to master mode with variable steps.
|
Modifier and Type | Method | 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 | 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 | Description |
---|---|---|
void |
OrekitStepHandlerMultiplexer.add(OrekitStepHandler handler) |
Add a step handler.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.