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 OPMParserOPMParser. withConventions(IERSConventions newConventions)Set IERS conventions.OPMParserOPMParser. withInternationalDesignator(int newLaunchYear, int newLaunchNumber, String newLaunchPiece)Set international designator.OPMParserOPMParser. withMissionReferenceDate(AbsoluteDate newMissionReferenceDate)Set initial date.OPMParserOPMParser. withMu(double newMu)Set gravitational coefficient.OPMParserOPMParser. withSimpleEOP(boolean newSimpleEOP)Set EOP interpolation method.
-