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

Class DirectLayer

source code

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

A layer that passes the request to a wms.
Instance Methods [hide private]
 
__init__(self, wms, queryable=False)
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
 
has_info(self) source code
 
info(self, request) source code

Inherited from WMSLayer: caches

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, wms, queryable=False)
(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

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)

has_info(self)

source code 
Overrides: WMSLayer.has_info

info(self, request)

source code 
Overrides: WMSLayer.info