Uses of Class
org.orekit.files.ccsds.ODMFile
-
Packages that use ODMFile Package Description org.orekit.files.ccsds This package provides a parser for orbit data stored in CCSDS Orbit Data Message format. -
-
Uses of ODMFile in org.orekit.files.ccsds
Subclasses of ODMFile in org.orekit.files.ccsds Modifier and Type Class Description classOEMFileThis class stocks all the information of the OEM File parsed by OEMParser.classOGMFileThis class gathers the general state data present in both OPM and OMM files.classOMMFileThis class gathers the informations present in the Orbital Mean-Elements Message (OMM), and contains methods to generate aCartesianOrbit, aKeplerianOrbit, aSpacecraftStateand, eventually, aTLE.classOPMFileThis class gathers the informations present in the Orbital Parameter Message (OPM), and contains methods to generateCartesianOrbit,KeplerianOrbitorSpacecraftState.Methods in org.orekit.files.ccsds that return ODMFile Modifier and Type Method Description ODMFileODMMetaData. getODMFile()Get the ODM file to which these meta-data belong.ODMFileODMParser. parse(InputStream stream)Parse a CCSDS Orbit Data Message.abstract ODMFileODMParser. parse(InputStream stream, String fileName)Parse a CCSDS Orbit Data Message.ODMFileODMParser. parse(String fileName)Parse a CCSDS Orbit Data Message.Methods in org.orekit.files.ccsds with parameters of type ODMFile Modifier and Type Method Description protected booleanODMParser. parseHeaderEntry(org.orekit.files.ccsds.KeyValue keyValue, ODMFile odmFile, List<String> comment)Parse an entry from the header.
-