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

Class VLayer

source code

      object --+        
               |        
core.layer.Layer --+    
                   |    
            WMSLayer --+
                       |
                      VLayer

A layer with multiple sources.
Instance Methods [hide private]
 
__init__(self, md, sources)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_bbox(self) source code
 
_srs(self) source code
 
render(self, request)
Render the response for the given request.
source code
 
caches(self, request) source code
 
has_info(self) source code
 
info(self, request) source code
 
__repr__(self)
repr(x)
source code

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

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, md, sources)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Parameters:
  • md - the layer metadata
  • sources ([WMSLayer]) - a list with layers
Overrides: object.__init__

_bbox(self)

source code 
Overrides: core.layer.Layer._bbox

_srs(self)

source code 
Overrides: core.layer.Layer._srs

render(self, request)

source code 
Render the response for the given request. :param request: the map request :return: one or more ImageSource with the rendered result :rtype: ImageSource or iterable with multiple ImageSource
Overrides: core.layer.Layer.render
(inherited documentation)

caches(self, request)

source code 
Overrides: WMSLayer.caches

has_info(self)

source code 
Overrides: WMSLayer.has_info

info(self, request)

source code 
Overrides: WMSLayer.info

__repr__(self)
(Representation operator)

source code 
repr(x)
Overrides: object.__repr__
(inherited documentation)