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

Class DirectSource

source code

             object --+    
                      |    
core.conf_loader.Source --+
                          |
                         DirectSource

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

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

Class Variables [hide private]

Inherited from core.conf_loader.Source: is_cache

Instance Variables [hide private]

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

Properties [hide private]

Inherited from core.conf_loader.Source: 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)