Package org.n52.svalbard.decode
Class SamplingDecoderv20
- 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
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,ConformanceClass,Decoder<AbstractFeature,org.apache.xmlbeans.XmlObject>
- Direct Known Subclasses:
SpecimenDecoderv20,WmlMonitoringPointDecoderv20
public class SamplingDecoderv20 extends AbstractGmlDecoderv321<org.apache.xmlbeans.XmlObject,AbstractFeature>
- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description SamplingDecoderv20()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractFeaturedecode(org.apache.xmlbeans.XmlObject element)Set<String>getConformanceClasses(String service, String version)Set<DecoderKey>getKeys()Set<SupportedType>getSupportedTypes()protected AbstractFeatureparseSpatialSamplingFeature(net.opengis.samplingSpatial.x20.SFSpatialSamplingFeatureType sfssft, AbstractSamplingFeature abstractSamplingFeature)-
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()
-
getSupportedTypes
public Set<SupportedType> getSupportedTypes()
-
decode
public AbstractFeature decode(org.apache.xmlbeans.XmlObject element) throws DecodingException
- Throws:
DecodingException
-
parseSpatialSamplingFeature
protected AbstractFeature parseSpatialSamplingFeature(net.opengis.samplingSpatial.x20.SFSpatialSamplingFeatureType sfssft, AbstractSamplingFeature abstractSamplingFeature) throws DecodingException
- Throws:
DecodingException
-
-