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 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 with parameters of type OGMFile Modifier and Type Method Description protected booleanODMParser. parseGeneralStateDataEntry(org.orekit.files.ccsds.KeyValue keyValue, OGMFile general, List<String> comment)Parse a general state data key = value entry.
-