Uses of Class
org.orekit.files.ccsds.ndm.odm.opm.Maneuver
-
Packages that use Maneuver Package Description org.orekit.files.ccsds.ndm.odm.opm 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 Maneuver Modifier and Type Method Description ManeuverOpm. getManeuver(int index)Get a maneuver.ManeuverOpmData. getManeuver(int index)Get a maneuver.Methods in org.orekit.files.ccsds.ndm.odm.opm that return types with arguments of type Maneuver Modifier and Type Method Description List<Maneuver>Opm. getManeuvers()Get a list of all maneuvers.List<Maneuver>OpmData. getManeuvers()Get a list of all maneuvers.Methods in org.orekit.files.ccsds.ndm.odm.opm with parameters of type Maneuver Modifier and Type Method Description booleanManeuverKey. 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 Maneuver Constructor Description OpmData(StateVector stateVectorBlock, KeplerianElements keplerianElementsBlock, SpacecraftParameters spacecraftParametersBlock, CartesianCovariance covarianceBlock, List<Maneuver> maneuverBlocks, UserDefined userDefinedBlock, double mass)Simple constructor.
-