Uses of Class
org.orekit.files.ccsds.OPMFile.Maneuver
-
Packages that use OPMFile.Maneuver Package Description org.orekit.files.ccsds This package provides a parser for orbit data stored in CCSDS Orbit Data Message format. -
-
Uses of OPMFile.Maneuver in org.orekit.files.ccsds
Methods in org.orekit.files.ccsds that return OPMFile.Maneuver Modifier and Type Method Description OPMFile.Maneuver
OPMFile. getManeuver(int index)
Get a maneuver.Methods in org.orekit.files.ccsds that return types with arguments of type OPMFile.Maneuver Modifier and Type Method Description List<OPMFile.Maneuver>
OPMFile. getManeuvers()
Get a list of all maneuvers.
-