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 Maneuver
ApmData. 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 void
ApmData. addManeuver(Maneuver maneuver)
Add a maneuver.boolean
ManeuverKey. process(ParseToken token, ContextBinding context, Maneuver container)
Process one token.
-