| Package | Description |
|---|---|
| org.orekit.files.ccsds.ndm.odm.opm |
This package contains class managing CCSDS Orbit Parameter Message.
|
| Modifier and Type | Method and Description |
|---|---|
Maneuver |
Opm.getManeuver(int index)
Get a maneuver.
|
Maneuver |
OpmData.getManeuver(int index)
Get a maneuver.
|
| Modifier and Type | Method and Description |
|---|---|
List<Maneuver> |
Opm.getManeuvers()
Get a list of all maneuvers.
|
List<Maneuver> |
OpmData.getManeuvers()
Get a list of all maneuvers.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ManeuverKey.process(ParseToken token,
ContextBinding context,
Maneuver container)
Process one token.
|
| Constructor and Description |
|---|
OpmData(StateVector stateVectorBlock,
KeplerianElements keplerianElementsBlock,
SpacecraftParameters spacecraftParametersBlock,
CartesianCovariance covarianceBlock,
List<Maneuver> maneuverBlocks,
UserDefined userDefinedBlock,
double mass)
Simple constructor.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.