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 class
OEMFile
This class stocks all the information of the OEM File parsed by OEMParser.class
OGMFile
This class gathers the general state data present in both OPM and OMM files.class
OMMFile
This class gathers the informations present in the Orbital Mean-Elements Message (OMM), and contains methods to generate aCartesianOrbit
, aKeplerianOrbit
, aSpacecraftState
and, eventually, aTLE
.class
OPMFile
This class gathers the informations present in the Orbital Parameter Message (OPM), and contains methods to generateCartesianOrbit
,KeplerianOrbit
orSpacecraftState
.Methods in org.orekit.files.ccsds that return ODMFile Modifier and Type Method Description ODMFile
ODMMetaData. getODMFile()
Get the ODM file to which these meta-data belong.ODMFile
ODMParser. parse(InputStream stream)
Parse a CCSDS Orbit Data Message.abstract ODMFile
ODMParser. parse(InputStream stream, String fileName)
Parse a CCSDS Orbit Data Message.ODMFile
ODMParser. 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 boolean
ODMParser. parseHeaderEntry(org.orekit.files.ccsds.KeyValue keyValue, ODMFile odmFile, List<String> comment)
Parse an entry from the header.
-