Package org.n52.svalbard.decode
Class Iso19139GmdDecoder
- java.lang.Object
-
- org.n52.svalbard.decode.AbstractDelegatingDecoder<S,T>
-
- org.n52.svalbard.decode.AbstractXmlDecoder<org.apache.xmlbeans.XmlObject,Object>
-
- org.n52.svalbard.decode.Iso19139GmdDecoder
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,Decoder<Object,org.apache.xmlbeans.XmlObject>
public class Iso19139GmdDecoder extends AbstractXmlDecoder<org.apache.xmlbeans.XmlObject,Object>
Decoderclass to decode ISO TC211 Geographic MetaData (GMD) extensible markup language.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description Iso19139GmdDecoder()
-
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 org.n52.svalbard.decode.AbstractXmlDecoder
decodeXmlElement, decodeXmlObject, decodeXmlObject, getDecoderKey, getXmlOptions, setXmlOptions
-
Methods inherited from class org.n52.svalbard.decode.AbstractDelegatingDecoder
getDecoder, getDecoderRepository, setDecoderRepository
-
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()
-
decode
public Object decode(org.apache.xmlbeans.XmlObject element) throws DecodingException
- Throws:
DecodingException
-
-