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 class
OMMFile.OMMMetaData
Methods in org.orekit.files.ccsds that return ODMMetaData Modifier and Type Method Description ODMMetaData
OEMFile.EphemeridesBlock. getMetaData()
Get the meta-data for the block.abstract ODMMetaData
OGMFile. getMetaData()
Get the meta data.ODMMetaData
OPMFile. getMetaData()
Get the meta data.Methods in org.orekit.files.ccsds with parameters of type ODMMetaData Modifier and Type Method Description protected boolean
ODMParser. parseMetaDataEntry(org.orekit.files.ccsds.KeyValue keyValue, ODMMetaData metaData, List<String> comment)
Parse a meta-data key = value entry.
-