Package mapproxy :: Package wms :: Module conf_loader :: Class WMSCacheSource
[hide private]
[frames] | no frames]

Class WMSCacheSource

source code

              object --+        
                       |        
 core.conf_loader.Source --+    
                           |    
core.conf_loader.CacheSource --+
                               |
                              WMSCacheSource

Instance Methods [hide private]
 
__init__(self, layer_conf, source, param=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
wms_client_version(self) source code
 
has_featureinfo(self) source code
 
configured_layer(self) source code
 
init_grid(self) source code
 
init_tile_source(self) source code
 
merge(self, other) source code

Inherited from core.conf_loader.CacheSource: configured_cache, get_tile_filter, init_cache_manager, init_file_cache, init_tile_creator

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]

Inherited from core.conf_loader.CacheSource: is_cache

Instance Variables [hide private]

Inherited from core.conf_loader.Source: layer_conf, param, source

Properties [hide private]

Inherited from core.conf_loader.CacheSource: name

Inherited from object: __class__

Method Details [hide private]

__init__(self, layer_conf, source, param=None)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Parameters:
  • param - the param for this source, if None the param of the layer will be used.
Overrides: object.__init__
(inherited documentation)

configured_layer(self)

source code 
Overrides: core.conf_loader.CacheSource.configured_layer

init_grid(self)

source code 
Overrides: core.conf_loader.CacheSource.init_grid

init_tile_source(self)

source code 
Overrides: core.conf_loader.CacheSource.init_tile_source