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