Package | Description |
---|---|
org.orekit.estimation.sequential |
The sequential package provides an implementation of a
Kalman Filter engine to perform an orbit determination.
|
org.orekit.propagation |
Propagation
|
org.orekit.propagation.sampling |
This package provides interfaces and classes dealing with step handling during propagation.
|
Modifier and Type | Class and Description |
---|---|
class |
EskfMeasurementHandler
|
Modifier and Type | Method and Description |
---|---|
default void |
Propagator.setStepHandler(OrekitStepHandler handler)
Set a single handler for variable stepsizes.
|
Modifier and Type | Class and Description |
---|---|
class |
OrekitStepNormalizer
This class wraps an object implementing
OrekitFixedStepHandler
into a OrekitStepHandler . |
class |
StepHandlerMultiplexer
This class gathers several
OrekitStepHandler instances into one. |
Modifier and Type | Method and Description |
---|---|
List<OrekitStepHandler> |
StepHandlerMultiplexer.getHandlers()
Get an unmodifiable view of all handlers.
|
Modifier and Type | Method and Description |
---|---|
void |
StepHandlerMultiplexer.add(OrekitStepHandler handler)
Add a handler for variable size step.
|
void |
StepHandlerMultiplexer.remove(OrekitStepHandler handler)
Remove a handler.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.