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