|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OGCWebServiceClient in org.deegree_impl.enterprise |
Classes in org.deegree_impl.enterprise that implement OGCWebServiceClient | |
private class |
WCASServlet.WCAS
private inner class that represents the web feature service. |
private class |
WCSServlet.WCS
private inner class for performing the request against the WCService |
private class |
WFSGServlet.WFSG
private inner class that represents the web feature service. |
private class |
WFSServlet.WFS
private inner class that represents the web feature service. |
private class |
WMSServlet.WMS
|
private class |
WTSServlet.WTS
|
Uses of OGCWebServiceClient in org.deegree_impl.services |
Fields in org.deegree_impl.services declared as OGCWebServiceClient | |
private OGCWebServiceClient |
OGCWebServiceEvent_Impl.client
|
Methods in org.deegree_impl.services that return OGCWebServiceClient | |
OGCWebServiceClient |
OGCWebServiceEvent_Impl.getDestination()
returns the client where to write the result/response or an error message to |
Constructors in org.deegree_impl.services with parameters of type OGCWebServiceClient | |
OGCWebServiceEvent_Impl(java.lang.Object source,
OGCWebServiceRequest request,
java.lang.String message,
OGCWebServiceClient client)
Creates a new OGCWebServiceEvent_Impl object. |
Uses of OGCWebServiceClient in org.deegree_impl.services.gazetteer |
Classes in org.deegree_impl.services.gazetteer that implement OGCWebServiceClient | |
class |
GazetteerService_Impl
This is the basic implementation for a OGC conform web coverage service within the deegree framework. |
Uses of OGCWebServiceClient in org.deegree_impl.services.wcas |
Fields in org.deegree_impl.services.wcas declared as OGCWebServiceClient | |
private OGCWebServiceClient |
WCASService_Impl.dest
|
Uses of OGCWebServiceClient in org.deegree_impl.services.wcts |
Classes in org.deegree_impl.services.wcts that implement OGCWebServiceClient | |
class |
WCTService
This is the web coordinate transformation server class within the deegree framework. |
Uses of OGCWebServiceClient in org.deegree_impl.services.wfs |
Fields in org.deegree_impl.services.wfs declared as OGCWebServiceClient | |
protected OGCWebServiceClient |
RemoteWFService.RemoteWFSHandler.lclient
|
Methods in org.deegree_impl.services.wfs with parameters of type OGCWebServiceClient | |
void |
XMLResponseHandler.handleResponse(WFSGetFeatureResponse response,
OGCWebServiceClient client,
WFSCapabilities capabilities)
the method handles the response to a get feature request of the WFSDispatcher and write it to the submittetd OutputStream |
private void |
RemoteWFService.handleGetFeature(WFSGetFeatureRequest request,
OGCWebServiceClient client)
performs a GetFeature request against the remote service. |
private void |
RemoteWFService.handleDescribeFeatureType(WFSDescribeFeatureTypeRequest request,
OGCWebServiceClient client)
Pefroms a describe feature type request against a remote WFS. |
private void |
RemoteWFService.handleGetCapabilities(WFSGetCapabilitiesRequest request,
OGCWebServiceClient client)
reads the capabilities from the remote WFS by performing a GetCapabilities request against it. |
void |
GMLResponseHandler.handleResponse(WFSGetFeatureResponse response,
OGCWebServiceClient client,
WFSCapabilities capabilities)
the method handles the response to a get feature request of the WFSDispatcher and write it to the submittetd WFS client |
void |
FCResponseHandler.handleResponse(WFSGetFeatureResponse response,
OGCWebServiceClient client,
WFSCapabilities capabilities)
the method handles the response to a get feature request of the WFSDispatcher and write it to the submittetd OutputStream |
Constructors in org.deegree_impl.services.wfs with parameters of type OGCWebServiceClient | |
RemoteWFService.RemoteWFSHandler(OGCWebServiceRequest request,
OGCWebServiceClient client,
java.net.URL address,
java.lang.String param)
|
Uses of OGCWebServiceClient in org.deegree_impl.services.wms |
Classes in org.deegree_impl.services.wms that implement OGCWebServiceClient | |
private class |
GetFeatureInfoHandler_Impl.ServiceInvoker
Inner class for accessing the data of one layer and creating a GML document from it. |
private class |
GetMapHandler_Impl.ServiceInvokerForNL
Inner class for accessing the data of one named layer and creating DisplayElements and a Thrme from it. |
Fields in org.deegree_impl.services.wms declared as OGCWebServiceClient | |
protected OGCWebServiceClient |
RemoteWMService.RemoteWMSHandler.lclient
|
Methods in org.deegree_impl.services.wms with parameters of type OGCWebServiceClient | |
protected void |
RemoteWMService.handleGetMap(WMSGetMapRequest request,
OGCWebServiceClient client)
performs a GetMap request against the remote service. |
protected void |
RemoteWMService.handleFeatureInfo(WMSGetFeatureInfoRequest request,
OGCWebServiceClient client)
reads feature infos from the remote WMS by performing a FeatureInfo request against it. |
protected void |
RemoteWMService.handleGetCapabilities(WMSGetCapabilitiesRequest request,
OGCWebServiceClient client)
reads the capabilities from the remote WMS by performing a GetCapabilities request against it. |
protected void |
RemoteWMService.handleGetStyles(WMSGetStylesRequest request,
OGCWebServiceClient client)
|
protected void |
RemoteWMService.handlePutStyles(WMSPutStylesRequest request,
OGCWebServiceClient client)
|
protected void |
RemoteWMService.handleDescribeLayer(WMSDescribeLayerRequest request,
OGCWebServiceClient client)
|
protected void |
RemoteWMService.handleGetLegendGraphic(WMSGetLegendGraphicRequest request,
OGCWebServiceClient client)
|
Constructors in org.deegree_impl.services.wms with parameters of type OGCWebServiceClient | |
RemoteWMService.RemoteWMSHandler(OGCWebServiceRequest request,
OGCWebServiceClient client,
java.lang.String address,
java.lang.String param)
Creates a new RemoteWMSHandler object. |
Uses of OGCWebServiceClient in org.deegree_impl.services.wts |
Classes in org.deegree_impl.services.wts that implement OGCWebServiceClient | |
(package private) class |
Splitter
class for calculating and splitting a views footprint into boxes and/or stripes |
class |
WTService_Impl
----------------------------------------------------------------------- |
Fields in org.deegree_impl.services.wts declared as OGCWebServiceClient | |
private OGCWebServiceClient |
WTService_Impl.client
|
Uses of OGCWebServiceClient in org.deegree.services |
Methods in org.deegree.services that return OGCWebServiceClient | |
OGCWebServiceClient |
OGCWebServiceEvent.getDestination()
returns the client where to write the result/response or an error message to |
Uses of OGCWebServiceClient in org.deegree.services.wfs |
Methods in org.deegree.services.wfs with parameters of type OGCWebServiceClient | |
void |
GetFeatureResponseHandler.handleResponse(WFSGetFeatureResponse response,
OGCWebServiceClient out,
WFSCapabilities capabilities)
the method handles the response of the WFSDispatcher and write it to the submittetd OutputStream |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |