Package org.n52.svalbard.decode
Class Iso19139GcoDecoder
- java.lang.Object
-
- org.n52.svalbard.decode.Iso19139GcoDecoder
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,Decoder<Object,org.apache.xmlbeans.XmlObject>
public class Iso19139GcoDecoder extends Object implements Decoder<Object,org.apache.xmlbeans.XmlObject>
Decoderclass to decode ISO TC211 Geographic COmmon (GCO) extensible markup language.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description Iso19139GcoDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectdecode(org.apache.xmlbeans.XmlObject element)Set<DecoderKey>getKeys()-
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.decode.Decoder
getSupportedTypes
-
-
-
-
Method Detail
-
getKeys
public Set<DecoderKey> getKeys()
- Specified by:
getKeysin interfaceKeyed<DecoderKey>
-
decode
public Object decode(org.apache.xmlbeans.XmlObject element) throws DecodingException
- Specified by:
decodein interfaceDecoder<Object,org.apache.xmlbeans.XmlObject>- Throws:
DecodingException
-
-