Package org.n52.svalbard.decode
Class SensorMLDecoderV20
- java.lang.Object
-
- org.n52.svalbard.decode.AbstractDelegatingDecoder<S,T>
-
- org.n52.svalbard.decode.AbstractXmlDecoder<org.apache.xmlbeans.XmlObject,AbstractSensorML>
-
- org.n52.svalbard.decode.AbstractSensorMLDecoder
-
- org.n52.svalbard.decode.SensorMLDecoderV20
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,ConformanceClass,Decoder<AbstractSensorML,org.apache.xmlbeans.XmlObject>,ProcedureDecoder<AbstractSensorML,org.apache.xmlbeans.XmlObject>,ProcedureCoder
public class SensorMLDecoderV20 extends AbstractSensorMLDecoder
AbstractSensorMLDecoderclass to decode OGC SensorML 2.0- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description SensorMLDecoderV20()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractSensorMLdecode(org.apache.xmlbeans.XmlObject element)Set<DecoderKey>getKeys()Set<String>getSupportedProcedureDescriptionFormats(String service, String version)Set<SupportedType>getSupportedTypes()protected SmlDataInterfaceparseDataInterfaceType(net.opengis.sensorml.x20.DataInterfaceType xbDataInterface)-
Methods inherited from class org.n52.svalbard.decode.AbstractSensorMLDecoder
isIdentificationProcedureIdentifier
-
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
-
-
-
-
Method Detail
-
getKeys
public Set<DecoderKey> getKeys()
-
getSupportedTypes
public Set<SupportedType> getSupportedTypes()
-
getSupportedProcedureDescriptionFormats
public Set<String> getSupportedProcedureDescriptionFormats(String service, String version)
-
decode
public AbstractSensorML decode(org.apache.xmlbeans.XmlObject element) throws DecodingException
- Throws:
DecodingException
-
parseDataInterfaceType
protected SmlDataInterface parseDataInterfaceType(net.opengis.sensorml.x20.DataInterfaceType xbDataInterface) throws DecodingException
- Throws:
DecodingException
-
-