Package org.n52.shetland.ogc.sos.request
Class GetObservationByIdRequest
- java.lang.Object
-
- org.n52.shetland.ogc.ows.service.OwsServiceCommunicationObject
-
- org.n52.shetland.ogc.ows.service.OwsServiceRequest
-
- org.n52.shetland.ogc.sos.request.AbstractObservationRequest
-
- org.n52.shetland.ogc.sos.request.GetObservationByIdRequest
-
- All Implemented Interfaces:
HasExtension<OwsServiceRequest>,ResponseFormat,SrsNameRequest
public class GetObservationByIdRequest extends AbstractObservationRequest
SOS GetObservationById request- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description GetObservationByIdRequest()GetObservationByIdRequest(String service, String version)GetObservationByIdRequest(String service, String version, String operationName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getObservationIdentifier()Get observation identifierbooleanisSetObservationIdentifier()voidsetObservationIdentifier(List<String> observationIdentifier)Set observation identifier-
Methods inherited from class org.n52.shetland.ogc.sos.request.AbstractObservationRequest
copyOf, getResponseFormat, getResponseMode, getResultModel, getSrsName, isCheckForDuplicity, isSetResponseFormat, isSetResponseMode, isSetResultModel, isSetSrsName, setCheckForDuplicity, setResponseFormat, setResponseMode, setResultModel, setSrsName
-
Methods inherited from class org.n52.shetland.ogc.ows.service.OwsServiceRequest
getExtensions, getOriginalRequest, getRequestContext, getRequestedLanguage, getServiceOperatorKeys, isSetRequestContext, isSetRequestedLanguage, setExtensions, setOriginalRequest, setRequestContext, toString
-
Methods inherited from class org.n52.shetland.ogc.ows.service.OwsServiceCommunicationObject
getKey, getOperationName, getService, getVersion, hasOperationName, isSetService, isSetVersion, set, setOperationName, setService, setVersion
-
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
-
-