|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.OGCWebService_Impl
org.deegree_impl.services.wms.RemoteWMService
An instance of the class acts as a wrapper to a remote WMS.
Nested Class Summary | |
protected class |
RemoteWMService.RemoteWMSHandler
|
Field Summary | |
protected java.util.HashMap |
addresses
|
protected WMSCapabilities |
capabilities
|
Constructor Summary | |
RemoteWMService(WMSCapabilities capabilities)
Creates a new instance of RemoteWMService |
Method Summary | |
void |
doService(OGCWebServiceEvent event)
the implementation of this method performs the handling of the passed OGCWebServiceEvent in an new own Thread. |
OGCWebServiceResponse |
doService(OGCWebServiceRequest request)
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method |
protected void |
handleDescribeLayer(WMSDescribeLayerRequest request,
OGCWebServiceClient client)
|
protected void |
handleFeatureInfo(WMSGetFeatureInfoRequest request,
OGCWebServiceClient client)
reads feature infos from the remote WMS by performing a FeatureInfo request against it. |
protected void |
handleGetCapabilities(WMSGetCapabilitiesRequest request,
OGCWebServiceClient client)
reads the capabilities from the remote WMS by performing a GetCapabilities request against it. |
protected void |
handleGetLegendGraphic(WMSGetLegendGraphicRequest request,
OGCWebServiceClient client)
|
protected void |
handleGetMap(WMSGetMapRequest request,
OGCWebServiceClient client)
performs a GetMap request against the remote service. |
protected void |
handleGetStyles(WMSGetStylesRequest request,
OGCWebServiceClient client)
|
protected void |
handlePutStyles(WMSPutStylesRequest request,
OGCWebServiceClient client)
|
Methods inherited from class org.deegree_impl.services.OGCWebService_Impl |
getCapabilities |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.HashMap addresses
protected WMSCapabilities capabilities
Constructor Detail |
public RemoteWMService(WMSCapabilities capabilities) throws WebServiceException
Method Detail |
public void doService(OGCWebServiceEvent event) throws WebServiceException
OGCWebService
event
- request to be performed
WebServiceException
public OGCWebServiceResponse doService(OGCWebServiceRequest request) throws WebServiceException
request
- request (WMS, WCS, WFS, WCAS, WCTS, WTS, Gazetter) to perform
WebServiceException
protected void handleGetMap(WMSGetMapRequest request, OGCWebServiceClient client) throws WebServiceException
request
- GetMap request
WebServiceException
protected void handleFeatureInfo(WMSGetFeatureInfoRequest request, OGCWebServiceClient client) throws WebServiceException
request
- feature info request
WebServiceException
protected void handleGetCapabilities(WMSGetCapabilitiesRequest request, OGCWebServiceClient client) throws WebServiceException
request
- capabilities request
WebServiceException
protected void handleGetStyles(WMSGetStylesRequest request, OGCWebServiceClient client) throws WebServiceException
request
- get styles request (WMS 1.1.1 - SLD)
WebServiceException
protected void handlePutStyles(WMSPutStylesRequest request, OGCWebServiceClient client) throws WebServiceException
request
- put styles request (WMS 1.1.1 - SLD)
WebServiceException
protected void handleDescribeLayer(WMSDescribeLayerRequest request, OGCWebServiceClient client) throws WebServiceException
request
- describe layer request (WMS 1.1.1 - SLD)
WebServiceException
protected void handleGetLegendGraphic(WMSGetLegendGraphicRequest request, OGCWebServiceClient client) throws WebServiceException
request
- describe layer request (WMS 1.1.1 - SLD)
WebServiceException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |