Uses of Class
org.orekit.files.ccsds.ndm.odm.ocm.OcmParser
-
Packages that use OcmParser Package Description org.orekit.files.ccsds.ndm This package contains the base hierarchy for CCSDS ADM, ODM and TDM.org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message. -
-
Uses of OcmParser in org.orekit.files.ccsds.ndm
Methods in org.orekit.files.ccsds.ndm that return OcmParser Modifier and Type Method Description OcmParser
ParserBuilder. buildOcmParser()
Build a parser forOrbit Comprehensive Messages
. -
Uses of OcmParser in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type OcmParser Modifier and Type Method Description boolean
OcmDataSubStructureKey. process(ParseToken token, OcmParser parser)
Process one token.
-