Uses of Class
org.orekit.files.ccsds.ndm.odm.opm.Maneuver
Packages that use Maneuver
Package
Description
This package contains class managing CCSDS Orbit Parameter Message.
-
Uses of Maneuver in org.orekit.files.ccsds.ndm.odm.opm
Methods in org.orekit.files.ccsds.ndm.odm.opm that return ManeuverModifier and TypeMethodDescriptionOpm.getManeuver(int index) Get a maneuver.OpmData.getManeuver(int index) Get a maneuver.Methods in org.orekit.files.ccsds.ndm.odm.opm that return types with arguments of type ManeuverModifier and TypeMethodDescriptionOpm.getManeuvers()Get a list of all maneuvers.OpmData.getManeuvers()Get a list of all maneuvers.Methods in org.orekit.files.ccsds.ndm.odm.opm with parameters of type ManeuverModifier and TypeMethodDescriptionbooleanManeuverKey.process(ParseToken token, ContextBinding context, Maneuver container) Process one token.Constructor parameters in org.orekit.files.ccsds.ndm.odm.opm with type arguments of type ManeuverModifierConstructorDescriptionOpmData(StateVector stateVectorBlock, KeplerianElements keplerianElementsBlock, SpacecraftParameters spacecraftParametersBlock, CartesianCovariance covarianceBlock, List<Maneuver> maneuverBlocks, UserDefined userDefinedBlock, double mass) Simple constructor.