Uses of Class
org.n52.shetland.ogc.ows.service.OwsServiceCommunicationObject
-
-
Uses of OwsServiceCommunicationObject in org.n52.shetland.ogc.ows.service
Subclasses of OwsServiceCommunicationObject in org.n52.shetland.ogc.ows.service Modifier and Type Class Description classGetCapabilitiesRequestImplementation ofOwsServiceRequestfor OWS GetCapabilitiesclassGetCapabilitiesResponseImplementation ofOwsServiceResponsefor OWS GetCapabilities operationclassOwsServiceRequestAbstract super class for all service request classesclassOwsServiceResponseabstract super class for all service request classesMethods in org.n52.shetland.ogc.ows.service that return OwsServiceCommunicationObject Modifier and Type Method Description OwsServiceCommunicationObjectOwsServiceCommunicationObject. set(OwsServiceCommunicationObject object)Set service and version from anotherOwsServiceCommunicationObjectOwsServiceCommunicationObjectOwsServiceCommunicationObject. setService(String service)OwsServiceCommunicationObjectOwsServiceCommunicationObject. setVersion(String version)Methods in org.n52.shetland.ogc.ows.service with parameters of type OwsServiceCommunicationObject Modifier and Type Method Description OwsServiceCommunicationObjectOwsServiceCommunicationObject. set(OwsServiceCommunicationObject object)Set service and version from anotherOwsServiceCommunicationObjectConstructors in org.n52.shetland.ogc.ows.service with parameters of type OwsServiceCommunicationObject Constructor Description OwsOperationKey(OwsServiceCommunicationObject asco) -
Uses of OwsServiceCommunicationObject in org.n52.shetland.ogc.sos.delobs
Subclasses of OwsServiceCommunicationObject in org.n52.shetland.ogc.sos.delobs Modifier and Type Class Description classDeleteObservationRequestclassDeleteObservationResponse -
Uses of OwsServiceCommunicationObject in org.n52.shetland.ogc.sos.drt
Subclasses of OwsServiceCommunicationObject in org.n52.shetland.ogc.sos.drt Modifier and Type Class Description classDeleteResultTemplateRequestclassDeleteResultTemplateResponse -
Uses of OwsServiceCommunicationObject in org.n52.shetland.ogc.sos.gda
Subclasses of OwsServiceCommunicationObject in org.n52.shetland.ogc.sos.gda Modifier and Type Class Description classGetDataAvailabilityRequestA request to obtain theDataAvailabilitesof the SOS.classGetDataAvailabilityResponseResponse of aGetDataAvailabilityRequest. -
Uses of OwsServiceCommunicationObject in org.n52.shetland.ogc.sos.ifoi
Subclasses of OwsServiceCommunicationObject in org.n52.shetland.ogc.sos.ifoi Modifier and Type Class Description classInsertFeatureOfInterestRequestclassInsertFeatureOfInterestResponse -
Uses of OwsServiceCommunicationObject in org.n52.shetland.ogc.sos.request
Subclasses of OwsServiceCommunicationObject in org.n52.shetland.ogc.sos.request Modifier and Type Class Description classAbstractObservationRequestSOS AbstractObservation requestclassBatchRequestTODO JavaDocclassDeleteSensorRequestclassDescribeSensorRequestSOS DescribeSensor requestclassGetFeatureOfInterestRequestSos GetFeatureOfInterst requestclassGetObservationByIdRequestSOS GetObservationById requestclassGetObservationRequestSOS GetObservation request.classGetResultRequestclassGetResultTemplateRequestclassInsertObservationRequestSOS InsertObservation requestclassInsertResultRequestclassInsertResultTemplateRequestclassInsertSensorRequestclassSosDescribeFeatureTypeRequestSOS DescribeFeatureType requestclassSosDescribeObservationTypeRequestSOS DescribeObservationType requestclassSosGetFeatureOfInterestTimeRequestSOS GetFeatureOfInterestTime requestclassSosRegisterSensorRequestSOS RegisterSensor requestclassUpdateSensorRequestclass represents a updateSensor request -
Uses of OwsServiceCommunicationObject in org.n52.shetland.ogc.sos.response
Subclasses of OwsServiceCommunicationObject in org.n52.shetland.ogc.sos.response Modifier and Type Class Description classAbstractObservationResponseTODO JavaDocclassAbstractOperationResponseclassBatchResponseTODO JavaDocclassDeleteSensorResponseclassDescribeSensorResponseclassGetFeatureOfInterestResponseclassGetObservationByIdResponseclassGetObservationResponseclassGetResultResponseclassGetResultTemplateResponseclassInsertObservationResponseclassInsertResultResponseclassInsertResultTemplateResponseclassInsertSensorResponseclassUpdateSensorResponse -
Uses of OwsServiceCommunicationObject in org.n52.shetland.ogc.wps.request
Subclasses of OwsServiceCommunicationObject in org.n52.shetland.ogc.wps.request Modifier and Type Class Description classAbstractJobIdRequestTODO JavaDocclassDescribeProcessRequestclassDismissRequestclassExecuteRequestclassGetResultRequestclassGetStatusRequest -
Uses of OwsServiceCommunicationObject in org.n52.shetland.ogc.wps.response
Subclasses of OwsServiceCommunicationObject in org.n52.shetland.ogc.wps.response Modifier and Type Class Description classDescribeProcessResponseclassDismissResponseclassExecuteResponseclassGetResultResponseclassGetStatusResponse -
Uses of OwsServiceCommunicationObject in org.n52.shetland.w3c.soap
Classes in org.n52.shetland.w3c.soap with type parameters of type OwsServiceCommunicationObject Modifier and Type Class Description classAbstractSoap<T extends OwsServiceCommunicationObject>
-