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