Package org.n52.svalbard.encode
Class AbstractEnvironmentalFaciltityEncoder<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.AbstractEnvironmentalFaciltityEncoder<T,S>
-
- All Implemented Interfaces:
Component<EncoderKey>,Keyed<EncoderKey>,Encoder<T,S>,SchemaAwareEncoder<T,S>
- Direct Known Subclasses:
AbstractMonitoringObjectEncoder,AbstractOperationalActivityPeriodEncoder
public abstract class AbstractEnvironmentalFaciltityEncoder<T,S> extends AbstractGmlEncoderv321<T,S>
-
-
Constructor Summary
Constructors Constructor Description AbstractEnvironmentalFaciltityEncoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNamespacePrefixToMap(Map<String,String> nameSpacePrefixMap)protected org.apache.xmlbeans.XmlObjectencodeBASE(Object o)protected org.apache.xmlbeans.XmlObjectencodeBASE(Object o, EncodingContext context)protected org.apache.xmlbeans.XmlObjectencodeBASE2(Object o)protected org.apache.xmlbeans.XmlObjectencodeBASE2(Object o, EncodingContext context)protected org.apache.xmlbeans.XmlObjectencodeBASE2Document(Object o)protected org.apache.xmlbeans.XmlObjectencodeBASE2PropertyType(Object o)protected org.apache.xmlbeans.XmlObjectencodeBASEDocument(Object o)protected org.apache.xmlbeans.XmlObjectencodeBASEPropertyType(Object o)protected org.apache.xmlbeans.XmlObjectencodeEF(Object o)protected org.apache.xmlbeans.XmlObjectencodeEF(Object o, EncodingContext context)protected org.apache.xmlbeans.XmlObjectencodeEFDocument(Object o)protected org.apache.xmlbeans.XmlObjectencodeEFPropertyType(Object o)protected org.apache.xmlbeans.XmlObjectencodeGML32(Object o)protected org.apache.xmlbeans.XmlObjectencodeGML32(Object o, EncodingContext context)Set<SchemaLocation>getSchemaLocations()-
Methods inherited from class org.n52.svalbard.encode.AbstractGmlEncoderv321
addDescription, addId, addIdentifier, addName, createFeature, 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()
-
encodeGML32
protected org.apache.xmlbeans.XmlObject encodeGML32(Object o) throws EncodingException
- Throws:
EncodingException
-
encodeGML32
protected org.apache.xmlbeans.XmlObject encodeGML32(Object o, EncodingContext context) throws EncodingException
- Throws:
EncodingException
-
encodeEF
protected org.apache.xmlbeans.XmlObject encodeEF(Object o) throws EncodingException
- Throws:
EncodingException
-
encodeEF
protected org.apache.xmlbeans.XmlObject encodeEF(Object o, EncodingContext context) throws EncodingException
- Throws:
EncodingException
-
encodeEFPropertyType
protected org.apache.xmlbeans.XmlObject encodeEFPropertyType(Object o) throws EncodingException
- Throws:
EncodingException
-
encodeEFDocument
protected org.apache.xmlbeans.XmlObject encodeEFDocument(Object o) throws EncodingException
- Throws:
EncodingException
-
encodeBASE2
protected org.apache.xmlbeans.XmlObject encodeBASE2(Object o) throws EncodingException
- Throws:
EncodingException
-
encodeBASE2
protected org.apache.xmlbeans.XmlObject encodeBASE2(Object o, EncodingContext context) throws EncodingException
- Throws:
EncodingException
-
encodeBASE2PropertyType
protected org.apache.xmlbeans.XmlObject encodeBASE2PropertyType(Object o) throws EncodingException
- Throws:
EncodingException
-
encodeBASE2Document
protected org.apache.xmlbeans.XmlObject encodeBASE2Document(Object o) throws EncodingException
- Throws:
EncodingException
-
encodeBASE
protected org.apache.xmlbeans.XmlObject encodeBASE(Object o) throws EncodingException
- Throws:
EncodingException
-
encodeBASE
protected org.apache.xmlbeans.XmlObject encodeBASE(Object o, EncodingContext context) throws EncodingException
- Throws:
EncodingException
-
encodeBASEPropertyType
protected org.apache.xmlbeans.XmlObject encodeBASEPropertyType(Object o) throws EncodingException
- Throws:
EncodingException
-
encodeBASEDocument
protected org.apache.xmlbeans.XmlObject encodeBASEDocument(Object o) throws EncodingException
- Throws:
EncodingException
-
-