Uses of Class
org.orekit.files.ccsds.TDMParser
-
Packages that use TDMParser Package Description org.orekit.files.ccsds This package provides a parser for orbit data stored in CCSDS Orbit Data Message format. -
-
Uses of TDMParser in org.orekit.files.ccsds
Methods in org.orekit.files.ccsds that return TDMParser Modifier and Type Method Description TDMParser
TDMParser. withConventions(IERSConventions newConventions)
Set IERS conventions.TDMParser
TDMParser. withFileFormat(TDMParser.TDMFileFormat newFileFormat)
Set file format.TDMParser
TDMParser. withMissionReferenceDate(AbsoluteDate newMissionReferenceDate)
Set initial date.TDMParser
TDMParser. withSimpleEOP(boolean newSimpleEOP)
Set EOP interpolation method.
-