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