Uses of Class
org.orekit.files.ccsds.ODMMetaData
-
Packages that use ODMMetaData Package Description org.orekit.files.ccsds This package provides a parser for orbit data stored in CCSDS Orbit Data Message format. -
-
Uses of ODMMetaData in org.orekit.files.ccsds
Subclasses of ODMMetaData in org.orekit.files.ccsds Modifier and Type Class Description static classOMMFile.OMMMetaDataMethods in org.orekit.files.ccsds that return ODMMetaData Modifier and Type Method Description ODMMetaDataOEMFile.EphemeridesBlock. getMetaData()Get the meta-data for the block.abstract ODMMetaDataOGMFile. getMetaData()Get the meta data.ODMMetaDataOPMFile. getMetaData()Get the meta data.Methods in org.orekit.files.ccsds with parameters of type ODMMetaData Modifier and Type Method Description protected booleanODMParser. parseMetaDataEntry(org.orekit.files.ccsds.KeyValue keyValue, ODMMetaData metaData, List<String> comment)Parse a meta-data key = value entry.
-