| Package | Description | 
|---|---|
| org.orekit.files.ccsds.ndm | 
 This package contains the base hierarchy for CCSDS ADM, ODM and TDM. 
 | 
| org.orekit.files.ccsds.ndm.adm | 
 This package contains class managing CCSDS Attitude Data Message. 
 | 
| org.orekit.files.ccsds.ndm.odm.ocm | 
 This package contains class managing CCSDS Orbit Comprehensive Message. 
 | 
| org.orekit.files.ccsds.ndm.odm.omm | 
 This package contains class managing CCSDS Orbit Mean-Elements Message. 
 | 
| org.orekit.files.ccsds.ndm.odm.opm | 
 This package contains class managing CCSDS Orbit Parameter Message. 
 | 
| org.orekit.files.ccsds.utils.lexical | 
 This package contains utilities for CCSDS messages lexical analysis. 
 | 
| org.orekit.files.ccsds.utils.parsing | 
 This package contains classes related to the processing
 of parse tokens using the state design pattern. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,XmlTokenBuilder> | 
NdmParser.getSpecialXmlElementsBuilders()
Get the non-default token builders for special XML elements. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RotationXmlTokenBuilder
Builder for rotation angles and rates. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,XmlTokenBuilder> | 
AdmParser.getSpecialXmlElementsBuilders()
Get the non-default token builders for special XML elements. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,XmlTokenBuilder> | 
OcmParser.getSpecialXmlElementsBuilders()
Get the non-default token builders for special XML elements. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,XmlTokenBuilder> | 
OmmParser.getSpecialXmlElementsBuilders()
Get the non-default token builders for special XML elements. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,XmlTokenBuilder> | 
OpmParser.getSpecialXmlElementsBuilders()
Get the non-default token builders for special XML elements. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MessageVersionXmlTokenBuilder
Builder for the root element with CCSDS message version. 
 | 
class  | 
RegularXmlTokenBuilder
Regular builder using XML elements names and content for tokens. 
 | 
class  | 
UserDefinedXmlTokenBuilder
Builder for user-defined parameters. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,XmlTokenBuilder> | 
MessageParser.getSpecialXmlElementsBuilders()
Get the non-default token builders for special XML elements. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,XmlTokenBuilder> | 
AbstractMessageParser.getSpecialXmlElementsBuilders()
Get the non-default token builders for special XML elements. 
 | 
Copyright © 2002-2021 CS GROUP. All rights reserved.