Package mapproxy :: Package wms :: Module layer :: Class WMSCacheLayer
[hide private]
[frames] | no frames]

Class WMSCacheLayer

source code

      object --+        
               |        
core.layer.Layer --+    
                   |    
            WMSLayer --+
                       |
                      WMSCacheLayer
Known Subclasses:

This is a layer that caches the data.
Instance Methods [hide private]
 
__init__(self, cache, fi_source=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_bbox(self) source code
 
_srs(self) source code
 
has_info(self) source code
 
info(self, request) source code
 
caches(self, _request) source code
 
render(self, map_request)
Render the request.
source code

Inherited from core.layer.Layer: bbox, llbbox, srs

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, cache, fi_source=None)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

_bbox(self)

source code 
Overrides: core.layer.Layer._bbox

_srs(self)

source code 
Overrides: core.layer.Layer._srs

has_info(self)

source code 
Overrides: WMSLayer.has_info

info(self, request)

source code 
Overrides: WMSLayer.info

caches(self, _request)

source code 
Overrides: WMSLayer.caches

render(self, map_request)

source code 
Render the request.
Parameters:
  • map_request - the map request to render
Overrides: core.layer.Layer.render