Uses of Class
org.gvsig.remoteclient.wmts.WMTSServerDescription

Packages that use WMTSServerDescription
org.gvsig.remoteclient.wmts   
org.gvsig.remoteclient.wmts.request   
org.gvsig.remoteclient.wmts.struct   
org.gvsig.remoteclient.wmts.wmts_1_0_0   
org.gvsig.remoteclient.wmts.wmts_1_0_0.request   
org.gvsig.remoteclient.wmts.wmts_1_0_0.struct   
 

Uses of WMTSServerDescription in org.gvsig.remoteclient.wmts
 

Methods in org.gvsig.remoteclient.wmts with parameters of type WMTSServerDescription
 void WMTSProtocolHandler.getCapabilities(WMTSServerDescription 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 WMTSClient.getCapabilities(WMTSServerDescription serverDescription, boolean override, org.gvsig.compat.net.ICancellable cancel)
          One of the three interfaces defined by OGC WMS, it gets the service capabilities
protected abstract  void WMTSProtocolHandler.setServerDescription(WMTSServerDescription status)
          Sets the status object
 

Uses of WMTSServerDescription in org.gvsig.remoteclient.wmts.request
 

Fields in org.gvsig.remoteclient.wmts.request declared as WMTSServerDescription
protected  WMTSServerDescription WMTSGetCapabilitiesRequest.serverDescription
           
 

Constructors in org.gvsig.remoteclient.wmts.request with parameters of type WMTSServerDescription
WMTSGetCapabilitiesRequest(WMTSServerDescription serverDescription, WMTSProtocolHandler protocolHandler)
           
 

Uses of WMTSServerDescription in org.gvsig.remoteclient.wmts.struct
 

Fields in org.gvsig.remoteclient.wmts.struct declared as WMTSServerDescription
protected  WMTSServerDescription WMTSLayer.status
           
 

Methods in org.gvsig.remoteclient.wmts.struct with parameters of type WMTSServerDescription
 void WMTSThemes.loadThemesWithLayerInfo(java.util.ArrayList layers, WMTSServerDescription status)
          Loads this list of themes with the layer information
 

Constructors in org.gvsig.remoteclient.wmts.struct with parameters of type WMTSServerDescription
WMTSLayer(WMTSServerDescription status)
           
 

Uses of WMTSServerDescription in org.gvsig.remoteclient.wmts.wmts_1_0_0
 

Methods in org.gvsig.remoteclient.wmts.wmts_1_0_0 with parameters of type WMTSServerDescription
 void WMTSProtocolHandler1_0_0.setServerDescription(WMTSServerDescription serverDescription)
          Sets the status object
 

Uses of WMTSServerDescription in org.gvsig.remoteclient.wmts.wmts_1_0_0.request
 

Constructors in org.gvsig.remoteclient.wmts.wmts_1_0_0.request with parameters of type WMTSServerDescription
WMTSGetCapabilitiesRequest1_0_0(WMTSServerDescription status, WMTSProtocolHandler protocolHandler)
           
 

Uses of WMTSServerDescription in org.gvsig.remoteclient.wmts.wmts_1_0_0.struct
 

Constructors in org.gvsig.remoteclient.wmts.wmts_1_0_0.struct with parameters of type WMTSServerDescription
WMTSLayer_1_0_0(WMTSServerDescription status)
           
 



Copyright © 2014 gvSIG Association. All Rights Reserved.