Package org.n52.svalbard.decode
Class GetFeatureOfInterestResponseDocumentDecoder
- java.lang.Object
-
- org.n52.svalbard.decode.AbstractDelegatingDecoder<S,T>
-
- org.n52.svalbard.decode.AbstractXmlDecoder<net.opengis.sos.x20.GetFeatureOfInterestResponseDocument,GetFeatureOfInterestResponse>
-
- org.n52.svalbard.decode.GetFeatureOfInterestResponseDocumentDecoder
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,Decoder<GetFeatureOfInterestResponse,net.opengis.sos.x20.GetFeatureOfInterestResponseDocument>,ExtensibleResponseDecoder,SosResponseDecoder
public class GetFeatureOfInterestResponseDocumentDecoder extends AbstractXmlDecoder<net.opengis.sos.x20.GetFeatureOfInterestResponseDocument,GetFeatureOfInterestResponse> implements SosResponseDecoder
XMLDecoderforGetFeatureOfInterestResponse- Since:
- 5.0.0
-
-
Constructor Summary
Constructors Constructor Description GetFeatureOfInterestResponseDocumentDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetFeatureOfInterestResponsedecode(net.opengis.sos.x20.GetFeatureOfInterestResponseDocument gfoird)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
-
Methods inherited from interface org.n52.svalbard.decode.ExtensibleResponseDecoder
decodeXmlElement, parseExtensibleResponse, parseExtensibleResponseExtension
-
Methods inherited from interface org.n52.svalbard.decode.SosResponseDecoder
setService, setVersions
-
-
-
-
Method Detail
-
getKeys
public Set<DecoderKey> getKeys()
- Specified by:
getKeysin interfaceKeyed<DecoderKey>
-
decode
public GetFeatureOfInterestResponse decode(net.opengis.sos.x20.GetFeatureOfInterestResponseDocument gfoird) throws DecodingException
- Specified by:
decodein interfaceDecoder<GetFeatureOfInterestResponse,net.opengis.sos.x20.GetFeatureOfInterestResponseDocument>- Throws:
DecodingException
-
-