Package org.n52.svalbard.decode
Class AbstractOmDecoderv20
- java.lang.Object
-
- org.n52.svalbard.decode.AbstractDelegatingDecoder<S,T>
-
- org.n52.svalbard.decode.AbstractXmlDecoder<T,S>
-
- org.n52.svalbard.decode.AbstractGmlDecoderv321<Object,Object>
-
- org.n52.svalbard.decode.AbstractOmDecoderv20
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,ConformanceClass,Decoder<Object,Object>
- Direct Known Subclasses:
AbstractWmlDecoderv20,InpspireOMSODecoder,OmDecoderv20,TsmlObservationProcessDecoderv10
public abstract class AbstractOmDecoderv20 extends AbstractGmlDecoderv321<Object,Object>
-
-
Constructor Summary
Constructors Constructor Description AbstractOmDecoderv20()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectdecode(Object object)-
Methods inherited from class org.n52.svalbard.decode.AbstractGmlDecoderv321
paresDescription, parseAbstractFeatureType, parseAbstractGMLType, parseCodeType, parseCodeWithAuthorityTye, parseIdentifier, parseNamedValueType, parseNamedValueTypeArray, parseNamedValueValue, parseNames, parseReferenceType, parseReferenceType
-
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.ConformanceClass
getConformanceClasses
-
Methods inherited from interface org.n52.svalbard.decode.Decoder
getSupportedTypes
-
-
-
-
Method Detail
-
decode
public Object decode(Object object) throws DecodingException
- Throws:
DecodingException
-
-