Uses of Class
org.orekit.files.ccsds.ndm.adm.AdmMetadata
Packages that use AdmMetadata
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 AdmMetadata in org.orekit.files.ccsds.ndm.adm
Methods in org.orekit.files.ccsds.ndm.adm with parameters of type AdmMetadataModifier and TypeMethodDescriptionbooleanAdmCommonMetadataKey.process(ParseToken token, ContextBinding context, AdmMetadata container) Process one token.booleanAdmMetadataKey.process(ParseToken token, ContextBinding context, AdmMetadata container) Process one token.Constructors in org.orekit.files.ccsds.ndm.adm with parameters of type AdmMetadata -
Uses of AdmMetadata in org.orekit.files.ccsds.ndm.adm.acm
Subclasses of AdmMetadata in org.orekit.files.ccsds.ndm.adm.acm -
Uses of AdmMetadata in org.orekit.files.ccsds.ndm.adm.aem
Subclasses of AdmMetadata in org.orekit.files.ccsds.ndm.adm.aemModifier and TypeClassDescriptionclassThis class gathers the meta-data present in the Attitude Data Message (ADM). -
Uses of AdmMetadata in org.orekit.files.ccsds.ndm.adm.apm
Methods in org.orekit.files.ccsds.ndm.adm.apm that return AdmMetadataMethod parameters in org.orekit.files.ccsds.ndm.adm.apm with type arguments of type AdmMetadataModifier and TypeMethodDescriptionprotected voidApmWriter.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 AdmMetadataModifierConstructorDescriptionApm(AdmHeader header, List<Segment<AdmMetadata, ApmData>> segments, IERSConventions conventions, DataContext dataContext) Simple constructor.