Package org.n52.svalbard.encode
Class AbstractGroundWaterMLEncoder<T,S>
- 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,S>
-
- All Implemented Interfaces:
Component<EncoderKey>,Keyed<EncoderKey>,Encoder<T,S>,SchemaAwareEncoder<T,S>
- Direct Known Subclasses:
AbstractGWGeologyLogCoverageType,AbstractLogValueTypeEncoder
public abstract class AbstractGroundWaterMLEncoder<T,S> extends AbstractGmlEncoderv321<T,S>
-
-
Constructor Summary
Constructors Constructor Description AbstractGroundWaterMLEncoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNamespacePrefixToMap(Map<String,String> nameSpacePrefixMap)protected org.apache.xmlbeans.XmlObjectcreateFeature(net.opengis.gml.x32.FeaturePropertyType featurePropertyType, AbstractFeature abstractFeature, EncodingContext context)protected org.apache.xmlbeans.XmlObjectencodeGML(Object o)protected org.apache.xmlbeans.XmlObjectencodeGML(Object o, EncodingContext ec)protected org.apache.xmlbeans.XmlObjectencodeGWML(Object o)protected org.apache.xmlbeans.XmlObjectencodeGWML(Object o, EncodingContext ec)protected org.apache.xmlbeans.XmlObjectencodeGWMLDocument(Object o)protected org.apache.xmlbeans.XmlObjectencodeGWMLProperty(Object o)protected org.apache.xmlbeans.XmlObjectencodeGWMLProperty(Object o, EncodingContext ec)protected org.apache.xmlbeans.XmlObjectencodeSweCommon(Object o)protected org.apache.xmlbeans.XmlObjectencodeSweCommon(Object o, EncodingContext ec)Set<SchemaLocation>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
encode, getSupportedTypes
-
-
-
-
Method Detail
-
addNamespacePrefixToMap
public void addNamespacePrefixToMap(Map<String,String> nameSpacePrefixMap)
-
getSchemaLocations
public Set<SchemaLocation> getSchemaLocations()
-
encodeGML
protected org.apache.xmlbeans.XmlObject encodeGML(Object o) throws EncodingException
- Throws:
EncodingException
-
encodeGML
protected org.apache.xmlbeans.XmlObject encodeGML(Object o, EncodingContext ec) throws EncodingException
- Throws:
EncodingException
-
encodeSweCommon
protected org.apache.xmlbeans.XmlObject encodeSweCommon(Object o) throws EncodingException
- Throws:
EncodingException
-
encodeSweCommon
protected org.apache.xmlbeans.XmlObject encodeSweCommon(Object o, EncodingContext ec) throws EncodingException
- Throws:
EncodingException
-
encodeGWML
protected org.apache.xmlbeans.XmlObject encodeGWML(Object o) throws EncodingException
- Throws:
EncodingException
-
encodeGWML
protected org.apache.xmlbeans.XmlObject encodeGWML(Object o, EncodingContext ec) throws EncodingException
- Throws:
EncodingException
-
encodeGWMLProperty
protected org.apache.xmlbeans.XmlObject encodeGWMLProperty(Object o) throws EncodingException
- Throws:
EncodingException
-
encodeGWMLProperty
protected org.apache.xmlbeans.XmlObject encodeGWMLProperty(Object o, EncodingContext ec) throws EncodingException
- Throws:
EncodingException
-
encodeGWMLDocument
protected org.apache.xmlbeans.XmlObject encodeGWMLDocument(Object o) throws EncodingException
- Throws:
EncodingException
-
createFeature
protected org.apache.xmlbeans.XmlObject createFeature(net.opengis.gml.x32.FeaturePropertyType featurePropertyType, AbstractFeature abstractFeature, EncodingContext context) throws EncodingException- Specified by:
createFeaturein classAbstractGmlEncoderv321<T,S>- Throws:
EncodingException
-
-