Uses of Class
org.orekit.files.ccsds.ndm.adm.AdmHeader
Packages that use AdmHeader
Package
Description
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.
-
Uses of AdmHeader in org.orekit.files.ccsds.ndm.adm
Classes in org.orekit.files.ccsds.ndm.adm with type parameters of type AdmHeaderModifier and TypeClassDescriptionclassAdmParser<T extends NdmConstituent<AdmHeader,?>, P extends AbstractConstituentParser<AdmHeader, T, ?>> Base class for Attitude Data Message parsers.classAdmParser<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 AdmHeaderConstructors in org.orekit.files.ccsds.ndm.adm.acm with parameters of type AdmHeaderModifierConstructorDescriptionAcm(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 AdmHeaderConstructors in org.orekit.files.ccsds.ndm.adm.aem with parameters of type AdmHeaderModifierConstructorDescriptionAem(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.AttitudeWriter(AemWriter writer, AdmHeader header, AemMetadata template, FileFormat fileFormat, String outputName, double maxRelativeOffset, int unitsColumn, Formatter formatter) 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 AdmHeaderConstructors in org.orekit.files.ccsds.ndm.adm.apm with parameters of type AdmHeaderModifierConstructorDescriptionApm(AdmHeader header, List<Segment<AdmMetadata, ApmData>> segments, IERSConventions conventions, DataContext dataContext) Simple constructor.