public class CartesianCovarianceWriter extends AbstractWriter
Constructor and Description |
---|
CartesianCovarianceWriter(String xmlTag,
String kvnTag,
CartesianCovariance covariance)
Create a writer.
|
Modifier and Type | Method and Description |
---|---|
protected void |
writeContent(Generator generator)
Write the content of the section, excluding surrounding tags.
|
intArrayToString, write
public CartesianCovarianceWriter(String xmlTag, String kvnTag, CartesianCovariance covariance)
xmlTag
- name of the XML tag surrounding the sectionkvnTag
- name of the KVN tag surrounding the section (may be null)covariance
- covariance matrix to writeprotected void writeContent(Generator generator) throws IOException
writeContent
in class AbstractWriter
generator
- generator to use for producing outputIOException
- if any buffer writing operations failsCopyright © 2002-2022 CS GROUP. All rights reserved.