Class OrbitManeuverHistory
java.lang.Object
org.orekit.files.ccsds.ndm.odm.ocm.OrbitManeuverHistory
Maneuver history.
- Since:
- 11.0
- Author:
- Luc Maisonobe
-
Constructor Summary
ConstructorsConstructorDescriptionOrbitManeuverHistory(OrbitManeuverHistoryMetadata metadata, List<OrbitManeuver> maneuvers) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the maneuvers.Get metadata.
-
Constructor Details
-
OrbitManeuverHistory
Simple constructor.- Parameters:
metadata- metadatamaneuvers- maneuvers
-
-
Method Details
-
getMetadata
Get metadata.- Returns:
- metadata
-
getManeuvers
Get the maneuvers.- Returns:
- maneuvers
-