Uses of Class
org.orekit.files.ccsds.ndm.adm.AdmHeader
-
Packages that use AdmHeader Package Description org.orekit.files.ccsds.ndm.adm This package contains class managing CCSDS Attitude Data Message.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. -
-
Uses of AdmHeader in org.orekit.files.ccsds.ndm.adm
Classes in org.orekit.files.ccsds.ndm.adm with type parameters of type AdmHeader Modifier and Type Class Description class
AdmParser<T extends NdmConstituent<AdmHeader,?>,P extends AbstractConstituentParser<AdmHeader,T,?>>
Base class for Attitude Data Message parsers.class
AdmParser<T extends NdmConstituent<AdmHeader,?>,P extends AbstractConstituentParser<AdmHeader,T,?>>
Base class for Attitude Data Message parsers. -
Uses of AdmHeader in org.orekit.files.ccsds.ndm.adm.acm
Methods in org.orekit.files.ccsds.ndm.adm.acm that return AdmHeader Modifier and Type Method Description AdmHeader
AcmParser. getHeader()
Get file header to fill.Constructors in org.orekit.files.ccsds.ndm.adm.acm with parameters of type AdmHeader Constructor Description Acm(AdmHeader header, List<Segment<AcmMetadata,AcmData>> segments, IERSConventions conventions, DataContext dataContext)
Simple constructor. -
Uses of AdmHeader in org.orekit.files.ccsds.ndm.adm.aem
Methods in org.orekit.files.ccsds.ndm.adm.aem that return AdmHeader Modifier and Type Method Description AdmHeader
AemParser. getHeader()
Get file header to fill.Constructors in org.orekit.files.ccsds.ndm.adm.aem with parameters of type AdmHeader Constructor Description Aem(AdmHeader header, List<AemSegment> segments, IERSConventions conventions, DataContext dataContext)
Simple constructor.AttitudeWriter(AemWriter writer, AdmHeader header, AemMetadata template, FileFormat fileFormat, String outputName, double maxRelativeOffset, int unitsColumn)
Constructor used to create a new AEM writer configured with the necessary parameters to successfully fill in all required fields that aren't part of a standard object.StreamingAemWriter(Generator generator, AemWriter writer, AdmHeader header, AemMetadata template)
Simple constructor. -
Uses of AdmHeader in org.orekit.files.ccsds.ndm.adm.apm
Methods in org.orekit.files.ccsds.ndm.adm.apm that return AdmHeader Modifier and Type Method Description AdmHeader
ApmParser. getHeader()
Get file header to fill.Constructors in org.orekit.files.ccsds.ndm.adm.apm with parameters of type AdmHeader Constructor Description Apm(AdmHeader header, List<Segment<AdmMetadata,ApmData>> segments, IERSConventions conventions, DataContext dataContext)
Simple constructor.
-