Package org.n52.svalbard.decode
Class SpecimenDecoderv20
- java.lang.Object
-
- org.n52.svalbard.decode.AbstractDelegatingDecoder<S,T>
-
- org.n52.svalbard.decode.AbstractXmlDecoder<T,S>
-
- org.n52.svalbard.decode.AbstractGmlDecoderv321<org.apache.xmlbeans.XmlObject,AbstractFeature>
-
- org.n52.svalbard.decode.SamplingDecoderv20
-
- org.n52.svalbard.decode.SpecimenDecoderv20
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,ConformanceClass,Decoder<AbstractFeature,org.apache.xmlbeans.XmlObject>
public class SpecimenDecoderv20 extends SamplingDecoderv20
-
-
Constructor Summary
Constructors Constructor Description SpecimenDecoderv20()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractFeaturedecode(org.apache.xmlbeans.XmlObject element)Set<DecoderKey>getKeys()Set<SupportedType>getSupportedTypes()-
Methods inherited from class org.n52.svalbard.decode.SamplingDecoderv20
getConformanceClasses, parseSpatialSamplingFeature
-
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
-
-
-
-
Method Detail
-
getKeys
public Set<DecoderKey> getKeys()
- Specified by:
getKeysin interfaceKeyed<DecoderKey>- Overrides:
getKeysin classSamplingDecoderv20
-
getSupportedTypes
public Set<SupportedType> getSupportedTypes()
- Specified by:
getSupportedTypesin interfaceDecoder<AbstractFeature,org.apache.xmlbeans.XmlObject>- Overrides:
getSupportedTypesin classSamplingDecoderv20
-
decode
public AbstractFeature decode(org.apache.xmlbeans.XmlObject element) throws DecodingException
- Specified by:
decodein interfaceDecoder<AbstractFeature,org.apache.xmlbeans.XmlObject>- Overrides:
decodein classSamplingDecoderv20- Throws:
DecodingException
-
-