Package | Description |
---|---|
org.orekit.propagation |
This package provides tools to propagate orbital states with different methods.
|
org.orekit.propagation.integration | |
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.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.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-2015 CS Systèmes d'information. All rights reserved.