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

Packages that use WMSProtocolHandler
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   
org.gvsig.remoteclient.wmts   
 

Uses of WMSProtocolHandler in org.gvsig.remoteclient.wms
 

Fields in org.gvsig.remoteclient.wms declared as WMSProtocolHandler
 WMSProtocolHandler WMSProtocolHandlerFactory.wMSProtocolHandler
          
 

Methods in org.gvsig.remoteclient.wms that return WMSProtocolHandler
static WMSProtocolHandler WMSProtocolHandlerFactory.negotiate(java.lang.String host)
          Establece la versión con la que se comunicará con el servidor y devuelve el objeto Capabilities obtenido con dicha versión
 

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

Constructors in org.gvsig.remoteclient.wms.request with parameters of type WMSProtocolHandler
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 WMSProtocolHandler in org.gvsig.remoteclient.wms.wms_1_1_0
 

Subclasses of WMSProtocolHandler in org.gvsig.remoteclient.wms.wms_1_1_0
 class WMSProtocolHandler1_1_0
           Describes the handler to comunicate to a WMS 1.1.0
 

Uses of WMSProtocolHandler 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 WMSProtocolHandler
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 WMSProtocolHandler in org.gvsig.remoteclient.wms.wms_1_1_1
 

Subclasses of WMSProtocolHandler in org.gvsig.remoteclient.wms.wms_1_1_1
 class WMSProtocolHandler1_1_1
           Describes the handler to comunicate to a WMS 1.1.1
 

Uses of WMSProtocolHandler 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 WMSProtocolHandler
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 WMSProtocolHandler in org.gvsig.remoteclient.wms.wms_1_3_0
 

Subclasses of WMSProtocolHandler in org.gvsig.remoteclient.wms.wms_1_3_0
 class WMSProtocolHandler1_3_0
           Describes the handler to comunicate to a WMS 1.3.0
 

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

Constructors in org.gvsig.remoteclient.wms.wms_1_3_0.request with parameters of type WMSProtocolHandler
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)
           
 

Uses of WMSProtocolHandler in org.gvsig.remoteclient.wmts
 

Fields in org.gvsig.remoteclient.wmts declared as WMSProtocolHandler
 WMSProtocolHandler WMTSProtocolHandlerFactory.wMSProtocolHandler
           
 



Copyright © 2004-2013 gvSIG. All Rights Reserved.