Class DescribeSensorResponse
- java.lang.Object
-
- org.n52.shetland.ogc.ows.service.OwsServiceCommunicationObject
-
- org.n52.shetland.ogc.ows.service.OwsServiceResponse
-
- org.n52.shetland.ogc.sos.response.DescribeSensorResponse
-
- All Implemented Interfaces:
AutoCloseable,HasExtension<OwsServiceResponse>
public class DescribeSensorResponse extends OwsServiceResponse
- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description DescribeSensorResponse()DescribeSensorResponse(String service, String version)DescribeSensorResponse(String service, String version, String operationName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSensorDescription(SosProcedureDescription<?> procedureDescription)StringgetOutputFormat()List<SosProcedureDescription<?>>getProcedureDescriptions()booleanisSetProcedureDescriptions()voidsetOutputFormat(String outputFormat)voidsetSensorDescriptions(List<SosProcedureDescription<?>> procedureDescriptions)-
Methods inherited from class org.n52.shetland.ogc.ows.service.OwsServiceResponse
close, getContentType, getExtensions, isSetContentType, setContentType, setExtensions
-
Methods inherited from class org.n52.shetland.ogc.ows.service.OwsServiceCommunicationObject
getKey, getOperationName, getService, getVersion, hasOperationName, isSetService, isSetVersion, set, setOperationName, setService, setVersion, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.n52.shetland.ogc.ows.HasExtension
addExtension, addExtension, addExtensions, addSweBooleanExtension, addSweBooleanExtension, addSwesExtension, addSweTextExtension, getBooleanExtension, getBooleanExtension, getBooleanExtension, getBooleanExtension, getExtension, getExtension, getExtensionCount, hasExtension, hasExtension, hasExtensions
-
-
-
-
Method Detail
-
getOutputFormat
public String getOutputFormat()
-
setOutputFormat
public void setOutputFormat(String outputFormat)
-
setSensorDescriptions
public void setSensorDescriptions(List<SosProcedureDescription<?>> procedureDescriptions)
-
isSetProcedureDescriptions
public boolean isSetProcedureDescriptions()
-
getProcedureDescriptions
public List<SosProcedureDescription<?>> getProcedureDescriptions()
-
addSensorDescription
public void addSensorDescription(SosProcedureDescription<?> procedureDescription)
-
-