Uses of Class
org.orekit.files.ccsds.ndm.adm.apm.Maneuver
-
Packages that use Maneuver Package Description org.orekit.files.ccsds.ndm.adm.apm This package contains class managing CCSDS Attitude Parameter Message. -
-
Uses of Maneuver in org.orekit.files.ccsds.ndm.adm.apm
Methods in org.orekit.files.ccsds.ndm.adm.apm that return Maneuver Modifier and Type Method Description ManeuverApmData. getManeuver(int index)Get a maneuver.Methods in org.orekit.files.ccsds.ndm.adm.apm that return types with arguments of type Maneuver Modifier and Type Method Description List<Maneuver>ApmData. getManeuvers()Get a list of all maneuvers.Methods in org.orekit.files.ccsds.ndm.adm.apm with parameters of type Maneuver Modifier and Type Method Description voidApmData. addManeuver(Maneuver maneuver)Add a maneuver.booleanManeuverKey. process(ParseToken token, ContextBinding context, Maneuver container)Process one token.
-