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