Uses of Class
org.orekit.files.ccsds.ndm.odm.ocm.OrbitManeuver
-
Packages that use OrbitManeuver Package Description org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message. -
-
Uses of OrbitManeuver in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm that return types with arguments of type OrbitManeuver Modifier and Type Method Description List<OrbitManeuver>
OrbitManeuverHistory. getManeuvers()
Get the maneuvers.Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type OrbitManeuver Modifier and Type Method Description String
ManeuverFieldType. outputField(TimeConverter converter, OrbitManeuver maneuver)
Output one maneuver field.void
ManeuverFieldType. process(String field, ContextBinding context, OrbitManeuver maneuver, int lineNumber, String fileName)
Process one field.Constructor parameters in org.orekit.files.ccsds.ndm.odm.ocm with type arguments of type OrbitManeuver Constructor Description OrbitManeuverHistory(OrbitManeuverHistoryMetadata metadata, List<OrbitManeuver> maneuvers)
Simple constructor.
-