Package org.orekit.files.ccsds.ndm.cdm
Class AdditionalParametersWriter
- java.lang.Object
-
- org.orekit.files.ccsds.section.AbstractWriter
-
- org.orekit.files.ccsds.ndm.cdm.AdditionalParametersWriter
-
public class AdditionalParametersWriter extends AbstractWriter
Writer for additional parameters data block for CCSDS Conjunction Data Messages.- Since:
- 11.2
- Author:
- Melina Vanel
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
writeContent(Generator generator)
Write the content of the section, excluding surrounding tags.-
Methods inherited from class org.orekit.files.ccsds.section.AbstractWriter
enterSection, exitSection, intArrayToString, write
-
-
-
-
Method Detail
-
writeContent
protected void writeContent(Generator generator) throws IOException
Write the content of the section, excluding surrounding tags.- Specified by:
writeContent
in classAbstractWriter
- Parameters:
generator
- generator to use for producing output- Throws:
IOException
- if any buffer writing operations fails
-
-