Uses of Class
org.orekit.files.ccsds.OGMFile
-
Packages that use OGMFile Package Description org.orekit.files.ccsds This package provides a parser for orbit data stored in CCSDS Orbit Data Message format. -
-
Uses of OGMFile in org.orekit.files.ccsds
Subclasses of OGMFile in org.orekit.files.ccsds Modifier and Type Class Description 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 with parameters of type OGMFile Modifier and Type Method Description protected boolean
ODMParser. parseGeneralStateDataEntry(org.orekit.files.ccsds.KeyValue keyValue, OGMFile general, List<String> comment)
Parse a general state data key = value entry.
-