Package org.n52.svalbard.write
Class PointTimeSeriesObservationXmlStreamWriter
- java.lang.Object
-
- org.n52.svalbard.write.XmlStreamWriter<OmObservation>
-
- org.n52.svalbard.write.AbstractOmV20XmlStreamWriter
-
- org.n52.svalbard.write.WmlTVPEncoderv20XmlStreamWriter
-
- org.n52.svalbard.write.PointTimeSeriesObservationXmlStreamWriter
-
- All Implemented Interfaces:
WmlTmlHelper
public class PointTimeSeriesObservationXmlStreamWriter extends WmlTVPEncoderv20XmlStreamWriter
-
-
Field Summary
-
Fields inherited from class org.n52.svalbard.write.XmlStreamWriter
XML_FRAGMENT
-
-
Constructor Summary
Constructors Constructor Description PointTimeSeriesObservationXmlStreamWriter(EncodingContext context, OutputStream outputStream, OmObservation element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected QNamegetDocumentName()protected voidwriteAddtitionalNamespaces()-
Methods inherited from class org.n52.svalbard.write.WmlTVPEncoderv20XmlStreamWriter
checkAndWriteDescription, checkAndWriteIdentifier, checkAndWriteName, getDefaultFeatureEncodingNamespace, writeResult
-
Methods inherited from class org.n52.svalbard.write.AbstractOmV20XmlStreamWriter
check, getDocumentAdditionalHelperValues, getTimeString, write, writeDescription, writeFeatureOfIntererst, writeIdentifier, writeMetadata, writeMetaDataProperty, writeName, writeObservableProperty, writeObservation, writeObservationType, writeParameter, writePhenomenonTime, writeProcedure, writeResultTime, writeValidTime
-
Methods inherited from class org.n52.svalbard.write.XmlStreamWriter
addXlinkHrefAttr, addXlinkTitleAttr, attr, attr, attr, chars, chars, empty, end, end, endInline, finish, flush, getContext, getElement, getEncodeNamespace, getEncoder, getEncoder, getEncoder, getOutputStream, getReplacement, getXmlOptions, isAddSchemaLocation, namespace, rawText, schemaLocation, start, start, time, time, tryGetEncoder, writeXmlObject, writeXmlObject
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.n52.svalbard.encode.WmlTmlHelper
checkFields, checkSweDataArray
-
-
-
-
Constructor Detail
-
PointTimeSeriesObservationXmlStreamWriter
public PointTimeSeriesObservationXmlStreamWriter(EncodingContext context, OutputStream outputStream, OmObservation element) throws XMLStreamException
- Throws:
XMLStreamException
-
-
Method Detail
-
getDocumentName
protected QName getDocumentName()
- Overrides:
getDocumentNamein classAbstractOmV20XmlStreamWriter
-
writeAddtitionalNamespaces
protected void writeAddtitionalNamespaces() throws XMLStreamException- Overrides:
writeAddtitionalNamespacesin classWmlTVPEncoderv20XmlStreamWriter- Throws:
XMLStreamException
-
-