Uses of Class
org.orekit.files.ccsds.ndm.odm.ocm.OrbitManeuver
Packages that use OrbitManeuver
Package
Description
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 OrbitManeuverMethods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type OrbitManeuverModifier and TypeMethodDescriptionManeuverFieldType.outputField(TimeConverter converter, OrbitManeuver maneuver, Formatter formatter) Output one maneuver field.voidManeuverFieldType.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 OrbitManeuverModifierConstructorDescriptionOrbitManeuverHistory(OrbitManeuverHistoryMetadata metadata, List<OrbitManeuver> maneuvers) Simple constructor.