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 Maneuver
Opm. getManeuver(int index)
Get a maneuver.Maneuver
OpmData. 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 boolean
ManeuverKey. 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.
-