Class AdmCommonMetadataWriter

java.lang.Object
org.orekit.files.ccsds.section.AbstractWriter
org.orekit.files.ccsds.ndm.adm.AdmCommonMetadataWriter

public class AdmCommonMetadataWriter extends AbstractWriter
Writer for Common metadata for CCSDS Attitude Parameter/Ephemeris Messages.
Since:
11.0
Author:
Luc Maisonobe
  • Constructor Details

    • AdmCommonMetadataWriter

      public AdmCommonMetadataWriter(AdmMetadata metadata)
      Simple constructor.
      Parameters:
      metadata - metadata to write
  • Method Details

    • writeContent

      protected void writeContent(Generator generator) throws IOException
      Write the content of the section, excluding surrounding tags.
      Specified by:
      writeContent in class AbstractWriter
      Parameters:
      generator - generator to use for producing output
      Throws:
      IOException - if any buffer writing operations fails