|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OGCWebServiceResponse in org.deegree_impl.services |
Classes in org.deegree_impl.services that implement OGCWebServiceResponse | |
class |
OGCWebServiceResponse_Impl
This is the base interface for all responses to OGC Web Services (OWS) requests. |
Fields in org.deegree_impl.services declared as OGCWebServiceResponse | |
private OGCWebServiceResponse |
OGCWebServiceEvent_Impl.response
|
Methods in org.deegree_impl.services that return OGCWebServiceResponse | |
OGCWebServiceResponse |
OGCWebServiceEvent_Impl.getResponse()
if the event is a RESPONSE type the method returns the response transported by the event. otherwise null will be returned. |
Constructors in org.deegree_impl.services with parameters of type OGCWebServiceResponse | |
OGCWebServiceEvent_Impl(java.lang.Object source,
OGCWebServiceResponse response,
java.lang.String message)
Creates a new OGCWebServiceEvent_Impl object. |
Uses of OGCWebServiceResponse in org.deegree_impl.services.gazetteer |
Methods in org.deegree_impl.services.gazetteer that return OGCWebServiceResponse | |
OGCWebServiceResponse |
GazetteerService_Impl.doService(OGCWebServiceRequest req)
implements the doService method inherited from the OGCWebService_Impl class. |
Uses of OGCWebServiceResponse in org.deegree_impl.services.gazetteer.protocol |
Classes in org.deegree_impl.services.gazetteer.protocol that implement OGCWebServiceResponse | |
(package private) class |
WFSGGetCapabilitiesResponse_Impl
-------------------------------------------------------- |
class |
WFSGGetFeatureResponse_Impl
|
Uses of OGCWebServiceResponse in org.deegree_impl.services.wcas |
Methods in org.deegree_impl.services.wcas that return OGCWebServiceResponse | |
OGCWebServiceResponse |
WCASService_Impl.doService(OGCWebServiceRequest request)
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method |
Uses of OGCWebServiceResponse in org.deegree_impl.services.wcas.protocol |
Classes in org.deegree_impl.services.wcas.protocol that implement OGCWebServiceResponse | |
class |
CASDescribeRecordTypeResponse_Impl
At the moment only XML-schema definitions are defined as valid responses. |
(package private) class |
CASGetCapabilitiesResponse_Impl
-------------------------------------------------------- |
class |
CASGetRecordResponse_Impl
-------------------------------------------------------------------- |
class |
CASTransactionResponse_Impl
-------------------------------------------------------------------- |
Uses of OGCWebServiceResponse in org.deegree_impl.services.wcs |
Methods in org.deegree_impl.services.wcs that return OGCWebServiceResponse | |
OGCWebServiceResponse |
WCService_Impl.doService(OGCWebServiceRequest request)
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method |
OGCWebServiceResponse |
RemoteWCService.doService(OGCWebServiceRequest request)
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method |
Uses of OGCWebServiceResponse in org.deegree_impl.services.wcs.protocol |
Classes in org.deegree_impl.services.wcs.protocol that implement OGCWebServiceResponse | |
(package private) class |
WCSGetCoverageResponse_Impl
the class implements the response to a GetCoverage request against a WCS. |
Uses of OGCWebServiceResponse in org.deegree_impl.services.wcts |
Methods in org.deegree_impl.services.wcts that return OGCWebServiceResponse | |
OGCWebServiceResponse |
WCTService.doService(OGCWebServiceRequest request)
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method |
Uses of OGCWebServiceResponse in org.deegree_impl.services.wcts.protocol |
Classes in org.deegree_impl.services.wcts.protocol that implement OGCWebServiceResponse | |
class |
DescribeTransformationResponse_Impl
As an answer to a DescribeTransformationRequest the service answers with one list including all single transformations which can be accomplished, in order to convert a coordinate from a sourcecoordinatensystem into a target system. |
class |
GetCapabilitiesResponse_Impl
The response of an GetCapabilities-Request is a XML-Document which is according in its structure to the Capabilities-documents of the WFS or the WMS 1.1.1 The root-element of the Capabilities-document is the <CTS_Capabilities>. |
class |
IsTransformableResponse_Impl
The response to a IsTransformable Request returns only ' true ' or ' false '; whether a transformation is possible or not an error arises during the treatment request and only then an exception is returned. |
class |
TransformResponse_Impl
The TransformResponse-schema describes the format of the answer of the transform-request that is fired by the coordinate-transformation-web-service. |
Uses of OGCWebServiceResponse in org.deegree_impl.services.wfs |
Methods in org.deegree_impl.services.wfs that return OGCWebServiceResponse | |
OGCWebServiceResponse |
WFSService_Impl.doService(OGCWebServiceRequest request)
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method |
OGCWebServiceResponse |
WFSRequestController.getResponse()
creates a resonse object merging all independed responses that has been resulted from perfoming the request |
private OGCWebServiceResponse |
WFSRequestController.createGetFeatureResponse()
creates a complete response object from the partial responses of different data store to a GetFeature Request |
private OGCWebServiceResponse |
WFSRequestController.createCapabilitiesResponse()
creates a complete response object from the partial responses of different data store to a GetFeature Request |
private OGCWebServiceResponse |
WFSRequestController.createTransactionResponse()
|
protected abstract OGCWebServiceResponse[] |
WFSMainLoop.performRequest(OGCWebServiceRequest request)
|
OGCWebServiceResponse |
RemoteWFService.doService(OGCWebServiceRequest request)
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method |
protected OGCWebServiceResponse |
Dispatcher_Impl.getNextResponse()
returns the next response to be processed. |
protected OGCWebServiceResponse[] |
AbstractGetFeature.createResponse(java.util.HashMap map,
java.lang.String[] affectedFeatureTypes)
create a response object from the GMLFeatureCollections store into the submitted HashMap |
protected OGCWebServiceResponse[] |
AbstractDescribeFeatureType.performRequest(OGCWebServiceRequest request)
|
Methods in org.deegree_impl.services.wfs with parameters of type OGCWebServiceResponse | |
private void |
WFSService_Impl.handleDescribeFeatureTypeResponse(OGCWebServiceResponse response)
handles the response of an DescribeFeatureType request |
private void |
WFSService_Impl.handleTransactionResponse(OGCWebServiceResponse response)
handles the response of an Transaction request |
void |
WFSRequestController.addResponse(OGCWebServiceResponse response)
adds a response to the request controlled by this class or a part of it. |
Uses of OGCWebServiceResponse in org.deegree_impl.services.wfs.bna |
Methods in org.deegree_impl.services.wfs.bna that return OGCWebServiceResponse | |
protected OGCWebServiceResponse[] |
BNADataStore.CGetFeature.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
BNADataStore.CTransaction.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
BNADataStore.CLockFeature.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
BNADataStore.CGetFeatureWithLock.performRequest(OGCWebServiceRequest request)
|
Uses of OGCWebServiceResponse in org.deegree_impl.services.wfs.db |
Methods in org.deegree_impl.services.wfs.db that return OGCWebServiceResponse | |
protected OGCWebServiceResponse[] |
CTransaction.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
CLockFeature.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
CGetFeatureWithLock.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
CGetFeature.performRequest(OGCWebServiceRequest request)
|
Uses of OGCWebServiceResponse in org.deegree_impl.services.wfs.gml |
Methods in org.deegree_impl.services.wfs.gml that return OGCWebServiceResponse | |
protected OGCWebServiceResponse[] |
CTransaction.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
CLockFeature.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
CGetFeatureWithLock.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
CGetFeature.performRequest(OGCWebServiceRequest request)
|
Uses of OGCWebServiceResponse in org.deegree_impl.services.wfs.mapinfo |
Methods in org.deegree_impl.services.wfs.mapinfo that return OGCWebServiceResponse | |
protected OGCWebServiceResponse[] |
MapInfoDataStore.CGetFeature.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
MapInfoDataStore.CTransaction.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
MapInfoDataStore.CLockFeature.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
MapInfoDataStore.CGetFeatureWithLock.performRequest(OGCWebServiceRequest request)
|
Uses of OGCWebServiceResponse in org.deegree_impl.services.wfs.mysql |
Methods in org.deegree_impl.services.wfs.mysql that return OGCWebServiceResponse | |
protected OGCWebServiceResponse[] |
CTransaction.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
CLockFeature.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
CGetFeatureWithLock.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
CGetFeature.performRequest(OGCWebServiceRequest request)
|
Uses of OGCWebServiceResponse in org.deegree_impl.services.wfs.oracle |
Methods in org.deegree_impl.services.wfs.oracle that return OGCWebServiceResponse | |
protected OGCWebServiceResponse[] |
CTransaction.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
CLockFeature.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
CGetFeatureWithLock.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
CGetFeature.performRequest(OGCWebServiceRequest request)
|
Uses of OGCWebServiceResponse in org.deegree_impl.services.wfs.postgis |
Methods in org.deegree_impl.services.wfs.postgis that return OGCWebServiceResponse | |
protected OGCWebServiceResponse[] |
CTransaction.performRequest(OGCWebServiceRequest request)
performs the passed transaction request encapsulated in a OGCWebServiceRequest. |
protected OGCWebServiceResponse[] |
CLockFeature.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
CGetFeatureWithLock.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
CGetFeature.performRequest(OGCWebServiceRequest request)
|
Uses of OGCWebServiceResponse in org.deegree_impl.services.wfs.protocol |
Classes in org.deegree_impl.services.wfs.protocol that implement OGCWebServiceResponse | |
(package private) class |
WFSBasicResponse_Impl
The Interface definies the basic WFS response. |
(package private) class |
WFSDescribeFeatureTypeResponse_Impl
In response to a DescribeFeatureType request, where the output format has been specified as XMLSCHEMA. |
(package private) class |
WFSGetCapabilitiesResponse_Impl
-------------------------------------------------------- |
class |
WFSGetFeatureResponse_Impl
The response toaGetFeature request is controlled by the outputFormat attribute. |
(package private) class |
WFSGetFeatureWithLockResponse_Impl
For the |
(package private) class |
WFSLockFeatureResponse_Impl
In response to a LockFeature request, the web feature server shall generate an XML document containing a lock identifier that a client application can reference when operating upon the locked features. |
(package private) class |
WFSTransactionResponse_Impl
In response to a transaction request, the web feature server shall generate an object document indicating the termination status of the transaction. |
Uses of OGCWebServiceResponse in org.deegree_impl.services.wfs.sde |
Methods in org.deegree_impl.services.wfs.sde that return OGCWebServiceResponse | |
protected OGCWebServiceResponse[] |
SDEDataStore.CGetFeature.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
SDEDataStore.CLockFeature.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
SDEDataStore.CGetFeatureWithLock.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
CTransaction.performRequest(OGCWebServiceRequest request)
|
Uses of OGCWebServiceResponse in org.deegree_impl.services.wfs.shape |
Methods in org.deegree_impl.services.wfs.shape that return OGCWebServiceResponse | |
protected OGCWebServiceResponse[] |
ShapeDataStore.CGetFeature.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
ShapeDataStore.CTransaction.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
ShapeDataStore.CLockFeature.performRequest(OGCWebServiceRequest request)
|
protected OGCWebServiceResponse[] |
ShapeDataStore.CGetFeatureWithLock.performRequest(OGCWebServiceRequest request)
|
Uses of OGCWebServiceResponse in org.deegree_impl.services.wms |
Methods in org.deegree_impl.services.wms that return OGCWebServiceResponse | |
OGCWebServiceResponse |
WMService_Impl.doService(OGCWebServiceRequest request)
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method |
private OGCWebServiceResponse |
WMService_Impl.handleGetLegendGraphic(WMSGetLegendGraphicRequest request)
|
private OGCWebServiceResponse |
WMService_Impl.handleGetScaleBar(WMSGetScaleBarRequest request)
|
OGCWebServiceResponse |
WMSCache.get(WMSGetMapRequest identifier)
gets an entry from the cache. |
OGCWebServiceResponse |
WMSCache.get(WMSGetLegendGraphicRequest identifier)
gets an entry from the cache. |
OGCWebServiceResponse |
WMSCache.get(WMSGetFeatureInfoRequest identifier)
gets an entry from the cache. |
OGCWebServiceResponse |
RemoteWMService.doService(OGCWebServiceRequest request)
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method |
OGCWebServiceResponse |
GetMapHandler_Impl.performGetMap()
performs a GetMap request and retruns the result encapsulated within a WMSGetMapResponse object. |
Uses of OGCWebServiceResponse in org.deegree_impl.services.wms.protocol |
Classes in org.deegree_impl.services.wms.protocol that implement OGCWebServiceResponse | |
class |
WMSDescribeLayerResponse_Impl
-------------------------------------------------------- |
class |
WMSGetCapabilitiesResponse_Impl
-------------------------------------------------------- |
class |
WMSGetFeatureInfoResponse_Impl
-------------------------------------------------------- |
class |
WMSGetLegendGraphicResponse_Impl
The class encapsulates the response to a GetLegendGraphic request. |
class |
WMSGetMapResponse_Impl
This interface describes the access to the response of a GetMap request. |
class |
WMSGetScaleBarResponse_Impl
interface defining the access to the response of the deegree specific WMS request GetScaleBar |
Uses of OGCWebServiceResponse in org.deegree_impl.services.wts |
Methods in org.deegree_impl.services.wts that return OGCWebServiceResponse | |
OGCWebServiceResponse |
WTService_Impl.doService(OGCWebServiceRequest request)
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method |
Uses of OGCWebServiceResponse in org.deegree_impl.services.wts.protocol |
Classes in org.deegree_impl.services.wts.protocol that implement OGCWebServiceResponse | |
class |
WTSGetCapabilitiesResponse_Impl
|
class |
WTSGetViewResponse_Impl
|
Uses of OGCWebServiceResponse in org.deegree.services |
Methods in org.deegree.services that return OGCWebServiceResponse | |
OGCWebServiceResponse |
RequestController.getResponse()
creates a resonse object merging all independed responses that has been resulted from perfoming the request |
OGCWebServiceResponse |
OGCWebServiceEvent.getResponse()
if the event is a RESPONSE type the method returns the response transported by the event. otherwise null will be returned. |
OGCWebServiceResponse |
OGCWebService.doService(OGCWebServiceRequest request)
the implementation of this method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/ method |
Methods in org.deegree.services with parameters of type OGCWebServiceResponse | |
void |
RequestController.addResponse(OGCWebServiceResponse response)
adds a response to the request controlled by this class or a part of it. |
Uses of OGCWebServiceResponse in org.deegree.services.gazetteer.protocol |
Subinterfaces of OGCWebServiceResponse in org.deegree.services.gazetteer.protocol | |
interface |
WFSGGetCapabilitiesResponse
-------------------------------------------------------- |
interface |
WFSGGetFeatureResponse
|
Uses of OGCWebServiceResponse in org.deegree.services.wcas.protocol |
Subinterfaces of OGCWebServiceResponse in org.deegree.services.wcas.protocol | |
interface |
CASDescribeRecordTypeResponse
At the moment only XML-schema definitions are defined as valid responses. |
interface |
CASGetCapabilitiesResponse
-------------------------------------------------------- |
interface |
CASGetRecordResponse
-------------------------------------------------------------------- |
interface |
CASTransactionResponse
-------------------------------------------------------------------- |
Uses of OGCWebServiceResponse in org.deegree.services.wcs.protocol |
Subinterfaces of OGCWebServiceResponse in org.deegree.services.wcs.protocol | |
interface |
WCSGetCoverageResponse
the interface describes the response to a GetCoverage request against a WCS. |
Uses of OGCWebServiceResponse in org.deegree.services.wcts.protocol |
Subinterfaces of OGCWebServiceResponse in org.deegree.services.wcts.protocol | |
interface |
DescribeTransformationResponse
As an answer to a DescribeTransformationRequest the service answers with one list including all single transformations which can be accomplished, in order to convert a coordinate from a sourcecoordinatensystem into a target system. |
interface |
GetCapabilitiesResponse
The response of an GetCapabilities-Request is a XML-Document which is according in its structure to the Capabilities-documents of the WFS or the WMS 1.1.1 The root-element of the Capabilities-document is the <CTS_Capabilities>. |
interface |
IsTransformableResponse
The response to a IsTransformable Request returns only ' true ' or ' false '; whether a transformation is possible or not an error arises during the treatment request and only then an exception is returned. |
interface |
TransformResponse
The TransformResponse-schema describes the format of the answer of the transform-request that is fired by the coordinate-transformation-web-service. |
Uses of OGCWebServiceResponse in org.deegree.services.wfs.protocol |
Subinterfaces of OGCWebServiceResponse in org.deegree.services.wfs.protocol | |
interface |
WFSBasicResponse
The Interface definies the basic WFS response. |
interface |
WFSDescribeFeatureTypeResponse
In response to a DescribeFeatureType request, where the output format has been specified as XMLSCHEMA. |
interface |
WFSGetCapabilitiesResponse
-------------------------------------------------------- |
interface |
WFSGetFeatureResponse
The response toaGetFeature request is controlled by the outputFormat attribute. |
interface |
WFSGetFeatureWithLockResponse
For the |
interface |
WFSLockFeatureResponse
In response to a LockFeature request, the web feature server shall generate an XML document containing a lock identifier that a client application can reference when operating upon the locked features. |
interface |
WFSTransactionResponse
In response to a transaction request, the web feature server shall generate an object document indicating the termination status of the transaction. |
Uses of OGCWebServiceResponse in org.deegree.services.wms |
Methods in org.deegree.services.wms that return OGCWebServiceResponse | |
OGCWebServiceResponse |
GetMapHandler.performGetMap()
|
Uses of OGCWebServiceResponse in org.deegree.services.wms.protocol |
Subinterfaces of OGCWebServiceResponse in org.deegree.services.wms.protocol | |
interface |
WMSDescribeLayerResponse
|
interface |
WMSGetCapabilitiesResponse
|
interface |
WMSGetFeatureInfoResponse
|
interface |
WMSGetLegendGraphicResponse
|
interface |
WMSGetMapResponse
This interface describes the access to the response of a GetMap request. |
interface |
WMSGetScaleBarResponse
interface defining the access to the response of the deegree specific WMS request GetScaleBar |
interface |
WMSGetStylesResponse
|
interface |
WMSPutStylesResponse
|
Uses of OGCWebServiceResponse in org.deegree.services.wts.protocol |
Subinterfaces of OGCWebServiceResponse in org.deegree.services.wts.protocol | |
interface |
WTSGetCapabilitiesResponse
|
interface |
WTSGetViewResponse
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |