Package org.orekit.files.ccsds.ndm.odm
Class CommonMetadataWriter
- java.lang.Object
-
- org.orekit.files.ccsds.section.AbstractWriter
-
- org.orekit.files.ccsds.ndm.odm.CommonMetadataWriter
-
public class CommonMetadataWriter extends AbstractWriter
Writer for Common metadata for CCSDS Orbit Parameter/Ephemeris/Mean Messages.- Since:
- 11.0
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description CommonMetadataWriter(OdmCommonMetadata metadata, TimeConverter timeConverter)
Simple constructor.
-
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
-
-
-
-
Constructor Detail
-
CommonMetadataWriter
public CommonMetadataWriter(OdmCommonMetadata metadata, TimeConverter timeConverter)
Simple constructor.- Parameters:
metadata
- metadata to writetimeConverter
- converter for dates
-
-
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
-
-