Uses of Class
org.orekit.files.ccsds.OPMParser
-
Packages that use OPMParser Package Description org.orekit.files.ccsds This package provides a parser for orbit data stored in CCSDS Orbit Data Message format. -
-
Uses of OPMParser in org.orekit.files.ccsds
Methods in org.orekit.files.ccsds that return OPMParser Modifier and Type Method Description OPMParser
OPMParser. withConventions(IERSConventions newConventions)
Set IERS conventions.OPMParser
OPMParser. withInternationalDesignator(int newLaunchYear, int newLaunchNumber, String newLaunchPiece)
Set international designator.OPMParser
OPMParser. withMissionReferenceDate(AbsoluteDate newMissionReferenceDate)
Set initial date.OPMParser
OPMParser. withMu(double newMu)
Set gravitational coefficient.OPMParser
OPMParser. withSimpleEOP(boolean newSimpleEOP)
Set EOP interpolation method.
-