Uses of Class
org.orekit.files.ccsds.ndm.NdmConstituent
Packages that use NdmConstituent
Package
Description
This package contains the base hierarchy for CCSDS ADM, ODM and TDM.
This package contains class managing CCSDS Attitude Data Message.
This package contains class managing CCSDS Attitude Comprehensive Message.
This package contains class managing CCSDS Attitude Ephemeris Message.
This package contains class managing CCSDS Attitude Parameter Message.
This package contains class managing CCSDS Conjunction Data Message.
This package contains class managing CCSDS Orbit Data Message.
This package contains class managing CCSDS Orbit Comprehensive Message.
This package contains class managing CCSDS Orbit Ephemeris Message.
This package contains class managing CCSDS Orbit Mean-Elements Message.
This package contains class managing CCSDS Orbit Parameter Message.
This package contains class managing CCSDS Tracking Data Message.
This package contains utilities for CCSDS messages generation.
This package contains classes related to the processing
of parse tokens using the state design pattern.
-
Uses of NdmConstituent in org.orekit.files.ccsds.ndm
Methods in org.orekit.files.ccsds.ndm with type parameters of type NdmConstituentModifier and TypeMethodDescription<H extends Header,S extends Segment<?, ?>, F extends NdmConstituent<H, S>>
voidNdmWriter.writeConstituent(Generator generator, F constituent) Write a constituent.Methods in org.orekit.files.ccsds.ndm that return types with arguments of type NdmConstituentModifier and TypeMethodDescriptionList<NdmConstituent<?, ?>> Ndm.getConstituents()Get an unmodifiable view of the constituents. -
Uses of NdmConstituent in org.orekit.files.ccsds.ndm.adm
Classes in org.orekit.files.ccsds.ndm.adm with type parameters of type NdmConstituentModifier and TypeClassDescriptionclassAdmParser<T extends NdmConstituent<AdmHeader,?>, P extends AbstractConstituentParser<AdmHeader, T, ?>> Base class for Attitude Data Message parsers. -
Uses of NdmConstituent in org.orekit.files.ccsds.ndm.adm.acm
Subclasses of NdmConstituent in org.orekit.files.ccsds.ndm.adm.acmModifier and TypeClassDescriptionclassThis class gathers the informations present in the Attitude Comprehensive Message (ACM). -
Uses of NdmConstituent in org.orekit.files.ccsds.ndm.adm.aem
Subclasses of NdmConstituent in org.orekit.files.ccsds.ndm.adm.aemModifier and TypeClassDescriptionclassThis class stores all the information of the Attitude Ephemeris Message (AEM) File parsed by AEMParser. -
Uses of NdmConstituent in org.orekit.files.ccsds.ndm.adm.apm
Subclasses of NdmConstituent in org.orekit.files.ccsds.ndm.adm.apmModifier and TypeClassDescriptionclassThis class stores all the information of the Attitude Parameter Message (APM) File parsed by APMParser. -
Uses of NdmConstituent in org.orekit.files.ccsds.ndm.cdm
Subclasses of NdmConstituent in org.orekit.files.ccsds.ndm.cdmModifier and TypeClassDescriptionclassThis class stores all the information of the Conjunction Data Message (CDM) File parsed by CdmParser. -
Uses of NdmConstituent in org.orekit.files.ccsds.ndm.odm
Classes in org.orekit.files.ccsds.ndm.odm with type parameters of type NdmConstituentModifier and TypeClassDescriptionclassOdmParser<T extends NdmConstituent<OdmHeader,?>, P extends OdmParser<T, ?>> Common parser for Orbit Parameter/Ephemeris/Mean/Comprehensive Messages. -
Uses of NdmConstituent in org.orekit.files.ccsds.ndm.odm.ocm
Subclasses of NdmConstituent in org.orekit.files.ccsds.ndm.odm.ocmModifier and TypeClassDescriptionclassThis class gathers the informations present in the Orbit Comprehensive Message (OCM). -
Uses of NdmConstituent in org.orekit.files.ccsds.ndm.odm.oem
Subclasses of NdmConstituent in org.orekit.files.ccsds.ndm.odm.oemModifier and TypeClassDescriptionclassThis class stores all the information of the OEM File parsed by OEMParser. -
Uses of NdmConstituent in org.orekit.files.ccsds.ndm.odm.omm
Subclasses of NdmConstituent in org.orekit.files.ccsds.ndm.odm.ommModifier and TypeClassDescriptionclassThis class gathers the informations present in the Orbital Mean-Elements Message (OMM). -
Uses of NdmConstituent in org.orekit.files.ccsds.ndm.odm.opm
Subclasses of NdmConstituent in org.orekit.files.ccsds.ndm.odm.opmModifier and TypeClassDescriptionclassThis class gathers the informations present in the Orbital Parameter Message (OPM). -
Uses of NdmConstituent in org.orekit.files.ccsds.ndm.tdm
Subclasses of NdmConstituent in org.orekit.files.ccsds.ndm.tdmModifier and TypeClassDescriptionclassThis class stores all the information of the CCSDS Tracking Data Message parsed by TDMParser or TDMXMLParser. -
Uses of NdmConstituent in org.orekit.files.ccsds.utils.generation
Classes in org.orekit.files.ccsds.utils.generation with type parameters of type NdmConstituentModifier and TypeClassDescriptionclassAbstractMessageWriter<H extends Header,S extends Segment<?, ?>, F extends NdmConstituent<H, S>> Base class for Navigation Data Message (NDM) files.interfaceMessageWriter<H extends Header,S extends Segment<?, ?>, F extends NdmConstituent<H, S>> Interface for writing Navigation Data Message (NDM) files. -
Uses of NdmConstituent in org.orekit.files.ccsds.utils.parsing
Classes in org.orekit.files.ccsds.utils.parsing with type parameters of type NdmConstituentModifier and TypeClassDescriptionclassAbstractConstituentParser<H extends Header,T extends NdmConstituent<H, ?>, P extends AbstractConstituentParser<H, T, ?>> Parser for CCSDS messages.