Package org.n52.svalbard.encode
Class PointPropertyTypeEncoder
- java.lang.Object
-
- org.n52.svalbard.encode.AbstractDelegatingEncoder<T,S>
-
- org.n52.svalbard.encode.AbstractXmlEncoder<net.opengis.gml.x32.PointPropertyType,org.locationtech.jts.geom.Point>
-
- org.n52.svalbard.encode.PointPropertyTypeEncoder
-
- All Implemented Interfaces:
Component<EncoderKey>,Keyed<EncoderKey>,Encoder<net.opengis.gml.x32.PointPropertyType,org.locationtech.jts.geom.Point>,SchemaAwareEncoder<net.opengis.gml.x32.PointPropertyType,org.locationtech.jts.geom.Point>
public class PointPropertyTypeEncoder extends AbstractXmlEncoder<net.opengis.gml.x32.PointPropertyType,org.locationtech.jts.geom.Point>
- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description PointPropertyTypeEncoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.opengis.gml.x32.PointPropertyTypeencode(org.locationtech.jts.geom.Point point)net.opengis.gml.x32.PointPropertyTypeencode(org.locationtech.jts.geom.Point point, EncodingContext ec)protected org.apache.xmlbeans.XmlObjectencodeGML(Object o, EncodingContext ec)Set<EncoderKey>getKeys()-
Methods inherited from class org.n52.svalbard.encode.AbstractXmlEncoder
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
-
Methods inherited from interface org.n52.svalbard.encode.SchemaAwareEncoder
addNamespacePrefixToMap, getSchemaLocations
-
-
-
-
Method Detail
-
getKeys
public Set<EncoderKey> getKeys()
-
encode
public net.opengis.gml.x32.PointPropertyType encode(org.locationtech.jts.geom.Point point) throws EncodingException- Specified by:
encodein interfaceEncoder<net.opengis.gml.x32.PointPropertyType,org.locationtech.jts.geom.Point>- Overrides:
encodein classAbstractXmlEncoder<net.opengis.gml.x32.PointPropertyType,org.locationtech.jts.geom.Point>- Throws:
EncodingException
-
encode
public net.opengis.gml.x32.PointPropertyType encode(org.locationtech.jts.geom.Point point, EncodingContext ec) throws EncodingException- Throws:
EncodingException
-
encodeGML
protected org.apache.xmlbeans.XmlObject encodeGML(Object o, EncodingContext ec) throws EncodingException
- Throws:
EncodingException
-
-