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