Uses of Class
org.orekit.files.ccsds.ndm.cdm.CdmParser
-
Packages that use CdmParser Package Description org.orekit.files.ccsds.ndm This package contains the base hierarchy for CCSDS ADM, ODM and TDM.org.orekit.files.ccsds.ndm.cdm This package contains class managing CCSDS Conjunction Data Message. -
-
Uses of CdmParser in org.orekit.files.ccsds.ndm
Methods in org.orekit.files.ccsds.ndm that return CdmParser Modifier and Type Method Description CdmParserParserBuilder. buildCdmParser()Build a parser forConjunction Data Messages. -
Uses of CdmParser in org.orekit.files.ccsds.ndm.cdm
Methods in org.orekit.files.ccsds.ndm.cdm with parameters of type CdmParser Modifier and Type Method Description booleanXmlSubStructureKey. process(ParseToken token, CdmParser parser)Process one token.Constructors in org.orekit.files.ccsds.ndm.cdm with parameters of type CdmParser Constructor Description CdmHeaderProcessingState(CdmParser parser)Simple constructor.
-