Uses of Class
org.orekit.files.ccsds.section.Segment
-
Packages that use Segment 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.acm This package contains class managing CCSDS Attitude Comprehensive 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.cdm This package contains class managing CCSDS Conjunction 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. -
-
Uses of Segment in org.orekit.files.ccsds.ndm
Classes in org.orekit.files.ccsds.ndm with type parameters of type Segment Modifier and Type Class Description class
NdmConstituent<H extends Header,S extends Segment<?,?>>
Constituents of a CCSDS Navigation Data Message.Methods in org.orekit.files.ccsds.ndm with type parameters of type Segment Modifier and Type Method Description <H extends Header,S extends Segment<?,?>,F extends NdmConstituent<H,S>>
voidNdmWriter. writeConstituent(Generator generator, F constituent)
Write a constituent. -
Uses of Segment in org.orekit.files.ccsds.ndm.adm.acm
Methods in org.orekit.files.ccsds.ndm.adm.acm with parameters of type Segment Modifier and Type Method Description protected void
AcmWriter. writeSegmentContent(Generator generator, double formatVersion, Segment<AcmMetadata,AcmData> segment)
Write one segment content (without XML wrapping).Constructor parameters in org.orekit.files.ccsds.ndm.adm.acm with type arguments of type Segment Constructor Description Acm(AdmHeader header, List<Segment<AcmMetadata,AcmData>> segments, IERSConventions conventions, DataContext dataContext)
Simple constructor. -
Uses of Segment in org.orekit.files.ccsds.ndm.adm.aem
Subclasses of Segment in org.orekit.files.ccsds.ndm.adm.aem Modifier and Type Class Description class
AemSegment
This class stores the metadata and data for one attitude segment. -
Uses of Segment in org.orekit.files.ccsds.ndm.adm.apm
Methods in org.orekit.files.ccsds.ndm.adm.apm with parameters of type Segment Modifier and Type Method Description protected void
ApmWriter. writeSegmentContent(Generator generator, double formatVersion, Segment<AdmMetadata,ApmData> segment)
Write one segment content (without XML wrapping).Constructor parameters in org.orekit.files.ccsds.ndm.adm.apm with type arguments of type Segment Constructor Description Apm(AdmHeader header, List<Segment<AdmMetadata,ApmData>> segments, IERSConventions conventions, DataContext dataContext)
Simple constructor. -
Uses of Segment in org.orekit.files.ccsds.ndm.cdm
Subclasses of Segment in org.orekit.files.ccsds.ndm.cdm Modifier and Type Class Description class
CdmSegment
This class stores the metadata and data for one object.Methods in org.orekit.files.ccsds.ndm.cdm with parameters of type Segment Modifier and Type Method Description abstract void
CdmMessageWriter. writeSegmentContent(Generator generator, double formatVersion, Segment<CdmMetadata,CdmData> segment)
Write one segment content (without XML wrapping).void
CdmWriter. writeSegmentContent(Generator generator, double formatVersion, Segment<CdmMetadata,CdmData> segment)
Write one segment content (without XML wrapping). -
Uses of Segment in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type Segment Modifier and Type Method Description protected void
OcmWriter. writeSegmentContent(Generator generator, double formatVersion, Segment<OcmMetadata,OcmData> segment)
Write one segment content (without XML wrapping).Constructor parameters in org.orekit.files.ccsds.ndm.odm.ocm with type arguments of type Segment Constructor Description Ocm(OdmHeader header, List<Segment<OcmMetadata,OcmData>> segments, IERSConventions conventions, DataContext dataContext, double mu)
Simple constructor. -
Uses of Segment in org.orekit.files.ccsds.ndm.odm.oem
Subclasses of Segment in org.orekit.files.ccsds.ndm.odm.oem Modifier and Type Class Description class
OemSegment
The Ephemerides Blocks class contain metadata, the list of ephemerides data lines and optional covariance matrices (and their metadata). -
Uses of Segment in org.orekit.files.ccsds.ndm.odm.omm
Methods in org.orekit.files.ccsds.ndm.odm.omm with parameters of type Segment Modifier and Type Method Description protected void
OmmWriter. writeSegmentContent(Generator generator, double formatVersion, Segment<OmmMetadata,OmmData> segment)
Write one segment content (without XML wrapping).Constructor parameters in org.orekit.files.ccsds.ndm.odm.omm with type arguments of type Segment Constructor Description Omm(OdmHeader header, List<Segment<OmmMetadata,OmmData>> segments, IERSConventions conventions, DataContext dataContext)
Simple constructor. -
Uses of Segment in org.orekit.files.ccsds.ndm.odm.opm
Methods in org.orekit.files.ccsds.ndm.odm.opm with parameters of type Segment Modifier and Type Method Description protected void
OpmWriter. writeSegmentContent(Generator generator, double formatVersion, Segment<OdmCommonMetadata,OpmData> segment)
Write one segment content (without XML wrapping).Constructor parameters in org.orekit.files.ccsds.ndm.odm.opm with type arguments of type Segment Constructor Description Opm(OdmHeader header, List<Segment<OdmCommonMetadata,OpmData>> segments, IERSConventions conventions, DataContext dataContext, double mu)
Simple constructor. -
Uses of Segment in org.orekit.files.ccsds.ndm.tdm
Methods in org.orekit.files.ccsds.ndm.tdm with parameters of type Segment Modifier and Type Method Description protected void
TdmWriter. writeSegmentContent(Generator generator, double formatVersion, Segment<TdmMetadata,ObservationsBlock> segment)
Write one segment content (without XML wrapping).Constructor parameters in org.orekit.files.ccsds.ndm.tdm with type arguments of type Segment Constructor Description Tdm(TdmHeader header, List<Segment<TdmMetadata,ObservationsBlock>> segments, IERSConventions conventions, DataContext dataContext)
Simple constructor. -
Uses of Segment in org.orekit.files.ccsds.utils.generation
Classes in org.orekit.files.ccsds.utils.generation with type parameters of type Segment Modifier and Type Class 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.
-