Package | Description |
---|---|
org.orekit.files.ccsds |
This package provides a parser for elements data stored in CCSDS Navigation Data Message format.
|
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 |
StreamingAemWriter.AEMSegment
A writer for a segment of an AEM.
|
class |
StreamingOemWriter.Segment
A writer for a segment of an OEM.
|
Modifier and Type | Method and Description |
---|---|
void |
Propagator.setMasterMode(double h,
OrekitFixedStepHandler handler)
Set the propagator to master mode with fixed steps.
|
void |
AbstractPropagator.setMasterMode(double h,
OrekitFixedStepHandler handler)
Set the propagator to master mode with fixed steps.
|
Modifier and Type | Class and Description |
---|---|
class |
OrekitFixedStepHandlerMultiplexer
This class gathers several
OrekitFixedStepHandler instances into one. |
Modifier and Type | Method and Description |
---|---|
void |
OrekitFixedStepHandlerMultiplexer.add(OrekitFixedStepHandler handler)
Add a step handler.
|
Constructor and Description |
---|
OrekitStepNormalizer(double h,
OrekitFixedStepHandler handler)
Simple constructor.
|
Copyright © 2002-2020 CS GROUP. All rights reserved.