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.adm.aem |
This package contains class managing CCSDS Attitude Ephemeris Message.
|
org.orekit.files.ccsds.ndm.adm.apm |
This package contains class managing CCSDS Attitude Parameter Message.
|
org.orekit.files.ccsds.ndm.odm |
This package contains class managing CCSDS Orbit Data Message.
|
org.orekit.files.ccsds.ndm.odm.ocm |
This package contains class managing CCSDS Orbit Comprehensive Message.
|
org.orekit.files.ccsds.ndm.odm.oem |
This package contains class managing CCSDS Orbit Ephemeris 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.ndm.tdm |
This package contains class managing CCSDS Tracking Data Message.
|
org.orekit.files.ccsds.utils.generation |
This package contains utilities for CCSDS messages generation.
|
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 |
---|---|
<H extends Header,S extends Segment<?,?>,F extends NdmConstituent<H,S>> |
NdmWriter.writeConstituent(Generator generator,
F constituent)
Write a constituent.
|
Modifier and Type | Method and Description |
---|---|
List<NdmConstituent<?,?>> |
Ndm.getConstituents()
Get an unmodifiable view of the constituents.
|
Constructor and Description |
---|
Ndm(List<String> comments,
List<NdmConstituent<?,?>> constituents)
Simple constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AdmParser<T extends NdmConstituent<?,?>,P extends AbstractConstituentParser<T,?>>
Base class for Attitude Data Message parsers.
|
Modifier and Type | Class and Description |
---|---|
class |
Aem
This class stores all the information of the Attitude Ephemeris Message (AEM) File parsed
by AEMParser.
|
Modifier and Type | Class and Description |
---|---|
class |
Apm
This class stores all the information of the Attitude Parameter Message (APM) File parsed
by APMParser.
|
Modifier and Type | Class and Description |
---|---|
class |
OdmParser<T extends NdmConstituent<?,?>,P extends OdmParser<T,?>>
Common parser for Orbit Parameter/Ephemeris/Mean/Comprehensive Messages.
|
Modifier and Type | Class and Description |
---|---|
class |
Ocm
This class gathers the informations present in the Orbit Comprehensive Message (OCM).
|
Modifier and Type | Class and Description |
---|---|
class |
Oem
This class stores all the information of the OEM File parsed by OEMParser.
|
Modifier and Type | Class and Description |
---|---|
class |
Omm
This class gathers the informations present in the Orbital Mean-Elements Message (OMM).
|
Modifier and Type | Class and Description |
---|---|
class |
Opm
This class gathers the informations present in the Orbital Parameter Message (OPM).
|
Modifier and Type | Class and Description |
---|---|
class |
Tdm
This class stores all the information of the CCSDS Tracking Data Message parsed by TDMParser or TDMXMLParser.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageWriter<H extends Header,S extends Segment<?,?>,F extends NdmConstituent<H,S>>
Base class for Navigation Data Message (NDM) files.
|
interface |
MessageWriter<H extends Header,S extends Segment<?,?>,F extends NdmConstituent<H,S>>
Interface for writing Navigation Data Message (NDM) files.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConstituentParser<T extends NdmConstituent<?,?>,P extends AbstractConstituentParser<T,?>>
Parser for CCSDS messages.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.