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 classOEMParserA parser for the CCSDS OEM (Orbit Ephemeris Message).classOMMParserA parser for the CCSDS OMM (Orbiter Mean-Elements Message).classOPMParserA parser for the CCSDS OPM (Orbit Parameter Message).Methods in org.orekit.files.ccsds that return ODMParser Modifier and Type Method Description abstract ODMParserODMParser. withConventions(IERSConventions newConventions)Set IERS conventions.abstract ODMParserODMParser. withInternationalDesignator(int newLaunchYear, int newLaunchNumber, String newLaunchPiece)Set international designator.abstract ODMParserODMParser. withMissionReferenceDate(AbsoluteDate newMissionReferenceDate)Set initial date.abstract ODMParserODMParser. withMu(double newMu)Set gravitational coefficient.abstract ODMParserODMParser. withSimpleEOP(boolean newSimpleEOP)Set EOP interpolation method.
-