Uses of Class
org.gvsig.remoteclient.wms.WMSStatus

Packages that use WMSStatus
org.gvsig.remoteclient.wms   
org.gvsig.remoteclient.wms.request   
org.gvsig.remoteclient.wms.wms_1_1_0   
org.gvsig.remoteclient.wms.wms_1_1_0.request   
org.gvsig.remoteclient.wms.wms_1_1_1   
org.gvsig.remoteclient.wms.wms_1_1_1.request   
org.gvsig.remoteclient.wms.wms_1_3_0   
org.gvsig.remoteclient.wms.wms_1_3_0.request   
 

Uses of WMSStatus in org.gvsig.remoteclient.wms
 

Methods in org.gvsig.remoteclient.wms with parameters of type WMSStatus
 byte[] WMSProtocolHandler._getMap(WMSStatus status)
          Builds a GetMap request that is sent to the WMS the response (image) will be redirect to the WMS client
protected abstract  WMSGetCapabilitiesRequest WMSProtocolHandler.createGetCapabilitiesRequest(WMSStatus status)
           
protected abstract  WMSGetFeatureInfoRequest WMSProtocolHandler.createGetFeatureInfoRequest(WMSStatus status, int x, int y)
           
protected abstract  WMSGetLegendGraphicRequest WMSProtocolHandler.createGetLegendGraphicRequest(WMSStatus status, java.lang.String layerName)
           
protected abstract  WMSGetMapRequest WMSProtocolHandler.createGetMapRequest(WMSStatus status)
           
 void WMSProtocolHandler.getCapabilities(WMSStatus status, boolean override, org.gvsig.compat.net.ICancellable cancel)
          Builds a GetCapabilities request that is sent to the WMS the response will be parse to extract the data needed by the WMS client
 void WMSClient.getCapabilities(WMSStatus status, boolean override, org.gvsig.compat.net.ICancellable cancel)
          One of the three interfaces defined by OGC WMS, it gets the service capabilities
 java.lang.String WMSProtocolHandler.getFeatureInfo(WMSStatus status, int x, int y, int featureCount, org.gvsig.compat.net.ICancellable cancel)
          It will send a GetFeatureInfo request to the WMS Parsing the response and redirecting the info to the WMS client TODO: return a stored file instead a String.
 java.lang.String WMSClient.getFeatureInfo(WMSStatus status, int x, int y, int featureCount, org.gvsig.compat.net.ICancellable cancel)
          One of the three interfaces defined by the OGC WMS, it gets the information about a feature requested
 java.net.URL WMSClient.getGetMapURL(WMSStatus status, org.gvsig.compat.net.ICancellable cancel)
          Gets the GetMap URL.
 java.io.File WMSProtocolHandler.getLegendGraphic_old(WMSStatus status, java.lang.String layerName, org.gvsig.compat.net.ICancellable cancel)
           
 java.io.File WMSProtocolHandler.getLegendGraphic(WMSStatus status, java.lang.String layerName, org.gvsig.compat.net.ICancellable cancel)
           
 java.io.File WMSClient.getLegendGraphic(WMSStatus status, java.lang.String layerName, org.gvsig.compat.net.ICancellable cancel)
          One of the three interfaces defined by the OGC WMS, it gets legend of a layer
 java.io.File WMSProtocolHandler.getMap(WMSStatus status, org.gvsig.compat.net.ICancellable cancel)
           
 java.io.File WMSClient.getMap(WMSStatus status, org.gvsig.compat.net.ICancellable cancel)
          One of the three interfaces that OGC WMS defines.
 java.net.URL WMSProtocolHandler.getMapURL(WMSStatus status, org.gvsig.compat.net.ICancellable cancel)
           
 

Uses of WMSStatus in org.gvsig.remoteclient.wms.request
 

Fields in org.gvsig.remoteclient.wms.request declared as WMSStatus
protected  WMSStatus WMSRequest.status
           
 

Methods in org.gvsig.remoteclient.wms.request with parameters of type WMSStatus
protected  java.lang.String WMSRequest.getPartialQuery(WMSStatus status)
          Gets the part of the OGC request that share GetMap and GetFeatureInfo
 

Constructors in org.gvsig.remoteclient.wms.request with parameters of type WMSStatus
WMSGetCapabilitiesRequest(WMSStatus status, WMSProtocolHandler protocolHandler)
           
WMSGetFeatureInfoRequest(WMSStatus status, WMSProtocolHandler protocolHandler, int x, int y)
           
WMSGetLegendGraphicRequest(WMSStatus status, WMSProtocolHandler protocolHandler, java.lang.String layerName)
           
WMSGetMapRequest(WMSStatus status, WMSProtocolHandler protocolHandler)
           
WMSRequest(WMSStatus status, WMSProtocolHandler protocolHandler)
           
 

Uses of WMSStatus in org.gvsig.remoteclient.wms.wms_1_1_0
 

Methods in org.gvsig.remoteclient.wms.wms_1_1_0 with parameters of type WMSStatus
protected  WMSGetCapabilitiesRequest WMSProtocolHandler1_1_0.createGetCapabilitiesRequest(WMSStatus status)
           
protected  WMSGetFeatureInfoRequest WMSProtocolHandler1_1_0.createGetFeatureInfoRequest(WMSStatus status, int x, int y)
           
protected  WMSGetLegendGraphicRequest WMSProtocolHandler1_1_0.createGetLegendGraphicRequest(WMSStatus status, java.lang.String layerName)
           
protected  WMSGetMapRequest WMSProtocolHandler1_1_0.createGetMapRequest(WMSStatus status)
           
 

Uses of WMSStatus in org.gvsig.remoteclient.wms.wms_1_1_0.request
 

Constructors in org.gvsig.remoteclient.wms.wms_1_1_0.request with parameters of type WMSStatus
WMSGetCapabilitiesRequest1_1_0(WMSStatus status, WMSProtocolHandler protocolHandler)
           
WMSGetFeatureInfoRequest1_1_0(WMSStatus status, WMSProtocolHandler protocolHandler, int x, int y)
           
WMSGetLegendGraphicRequest1_1_0(WMSStatus status, WMSProtocolHandler protocolHandler, java.lang.String layerName)
           
WMSGetMapRequest1_1_0(WMSStatus status, WMSProtocolHandler protocolHandler)
           
 

Uses of WMSStatus in org.gvsig.remoteclient.wms.wms_1_1_1
 

Methods in org.gvsig.remoteclient.wms.wms_1_1_1 with parameters of type WMSStatus
protected  WMSGetCapabilitiesRequest WMSProtocolHandler1_1_1.createGetCapabilitiesRequest(WMSStatus status)
           
protected  WMSGetFeatureInfoRequest WMSProtocolHandler1_1_1.createGetFeatureInfoRequest(WMSStatus status, int x, int y)
           
protected  WMSGetLegendGraphicRequest WMSProtocolHandler1_1_1.createGetLegendGraphicRequest(WMSStatus status, java.lang.String layerName)
           
protected  WMSGetMapRequest WMSProtocolHandler1_1_1.createGetMapRequest(WMSStatus status)
           
 

Uses of WMSStatus in org.gvsig.remoteclient.wms.wms_1_1_1.request
 

Constructors in org.gvsig.remoteclient.wms.wms_1_1_1.request with parameters of type WMSStatus
WMSGetCapabilitiesRequest1_1_1(WMSStatus status, WMSProtocolHandler protocolHandler)
           
WMSGetFeatureInfoRequest1_1_1(WMSStatus status, WMSProtocolHandler protocolHandler, int x, int y)
           
WMSGetLegendGraphicRequest1_1_1(WMSStatus status, WMSProtocolHandler protocolHandler, java.lang.String layerName)
           
WMSGetMapRequest1_1_1(WMSStatus status, WMSProtocolHandler protocolHandler)
           
 

Uses of WMSStatus in org.gvsig.remoteclient.wms.wms_1_3_0
 

Methods in org.gvsig.remoteclient.wms.wms_1_3_0 with parameters of type WMSStatus
protected  WMSGetCapabilitiesRequest WMSProtocolHandler1_3_0.createGetCapabilitiesRequest(WMSStatus status)
           
protected  WMSGetFeatureInfoRequest WMSProtocolHandler1_3_0.createGetFeatureInfoRequest(WMSStatus status, int x, int y)
           
protected  WMSGetLegendGraphicRequest WMSProtocolHandler1_3_0.createGetLegendGraphicRequest(WMSStatus status, java.lang.String layerName)
           
protected  WMSGetMapRequest WMSProtocolHandler1_3_0.createGetMapRequest(WMSStatus status)
           
 

Uses of WMSStatus in org.gvsig.remoteclient.wms.wms_1_3_0.request
 

Methods in org.gvsig.remoteclient.wms.wms_1_3_0.request with parameters of type WMSStatus
protected  java.lang.String WMSGetMapRequest1_1_3.getPartialQuery(WMSStatus status)
           
protected  java.lang.String WMSGetFeatureInfoRequest1_1_3.getPartialQuery(WMSStatus status)
          Gets the part of the OGC request that share GetMap and GetFeatureInfo
 

Constructors in org.gvsig.remoteclient.wms.wms_1_3_0.request with parameters of type WMSStatus
WMSGetCapabilitiesRequest1_3_0(WMSStatus status, WMSProtocolHandler protocolHandler)
           
WMSGetFeatureInfoRequest1_1_3(WMSStatus status, WMSProtocolHandler protocolHandler, int x, int y)
           
WMSGetLegendGraphicRequest1_1_3(WMSStatus status, WMSProtocolHandler protocolHandler, java.lang.String layerName)
           
WMSGetMapRequest1_1_3(WMSStatus status, WMSProtocolHandler protocolHandler)
           
 



Copyright © 2004-2013 gvSIG. All Rights Reserved.