Package org.orekit.files.ccsds.ndm.odm
Class StateVectorWriter
java.lang.Object
org.orekit.files.ccsds.section.AbstractWriter
org.orekit.files.ccsds.ndm.odm.StateVectorWriter
Writer for state vector data.
- Since:
- 11.0
- Author:
- Luc Maisonobe
-
Constructor Summary
ConstructorsConstructorDescriptionStateVectorWriter(String xmlTag, String kvnTag, StateVector stateVector, TimeConverter timeConverter) Create a writer. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidwriteContent(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 Details
-
StateVectorWriter
public StateVectorWriter(String xmlTag, String kvnTag, StateVector stateVector, TimeConverter timeConverter) Create a writer.- Parameters:
xmlTag- name of the XML tag surrounding the sectionkvnTag- name of the KVN tag surrounding the section (may be null)stateVector- state vector to writetimeConverter- converter for dates
-
-
Method Details
-
writeContent
Write the content of the section, excluding surrounding tags.- Specified by:
writeContentin classAbstractWriter- Parameters:
generator- generator to use for producing output- Throws:
IOException- if any buffer writing operations fails
-