Package org.n52.svalbard.encode
Class LogValuePropertyTypeEncoder
- java.lang.Object
-
- org.n52.svalbard.encode.AbstractDelegatingEncoder<T,S>
-
- org.n52.svalbard.encode.AbstractXmlEncoder<T,S>
-
- org.n52.svalbard.encode.AbstractGmlEncoderv321<T,S>
-
- org.n52.svalbard.encode.AbstractGroundWaterMLEncoder<T,ProfileLevel>
-
- org.n52.svalbard.encode.AbstractLogValueTypeEncoder<net.opengis.gwmlWell.x22.LogValuePropertyType>
-
- org.n52.svalbard.encode.LogValuePropertyTypeEncoder
-
- All Implemented Interfaces:
Component<EncoderKey>,Keyed<EncoderKey>,Encoder<net.opengis.gwmlWell.x22.LogValuePropertyType,ProfileLevel>,SchemaAwareEncoder<net.opengis.gwmlWell.x22.LogValuePropertyType,ProfileLevel>
public class LogValuePropertyTypeEncoder extends AbstractLogValueTypeEncoder<net.opengis.gwmlWell.x22.LogValuePropertyType>
-
-
Constructor Summary
Constructors Constructor Description LogValuePropertyTypeEncoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.opengis.gwmlWell.x22.LogValuePropertyTypeencode(ProfileLevel logValue, EncodingContext additionalValues)Set<EncoderKey>getKeys()-
Methods inherited from class org.n52.svalbard.encode.AbstractLogValueTypeEncoder
encodeLogValue
-
Methods inherited from class org.n52.svalbard.encode.AbstractGroundWaterMLEncoder
addNamespacePrefixToMap, createFeature, encodeGML, encodeGML, encodeGWML, encodeGWML, encodeGWMLDocument, encodeGWMLProperty, encodeGWMLProperty, encodeSweCommon, encodeSweCommon, getSchemaLocations
-
Methods inherited from class org.n52.svalbard.encode.AbstractGmlEncoderv321
addDescription, addId, addIdentifier, addName, createFeaturePropertyType, createFeaturePropertyTypeFrom, removeExitingNames
-
Methods inherited from class org.n52.svalbard.encode.AbstractXmlEncoder
encode, encodeObjectToXml, encodeObjectToXml, encodeObjectToXmlDocument, encodeObjectToXmlDocument, encodeObjectToXmlPropertyType, encodeObjectToXmlPropertyType, encodeObjectToXmlText, encodeObjectToXmlText, getAndCheck, getContentType, getDocumentEncoder, getDocumentEncoder, getDocumentEncoderKey, getDocumentEncoderKey, getEncoder, getEncoder, getEncoderKey, getEncoderKey, getPropertyTypeEncoder, getPropertyTypeEncoder, getPropertyTypeEncoderKey, getPropertyTypeEncoderKey, getXmlOptions, setXmlOptions, substitute
-
Methods inherited from class org.n52.svalbard.encode.AbstractDelegatingEncoder
getEncoder, getEncoderRepository, setEncoderRepository
-
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.Encoder
getSupportedTypes
-
-
-
-
Method Detail
-
getKeys
public Set<EncoderKey> getKeys()
-
encode
public net.opengis.gwmlWell.x22.LogValuePropertyType encode(ProfileLevel logValue, EncodingContext additionalValues) throws EncodingException
- Throws:
EncodingException
-
-