Package mapproxy :: Package core :: Module seed :: Class Seeder
[hide private]
[frames] | no frames]

Class Seeder

source code

object --+
         |
        Seeder

Instance Methods [hide private]
 
__init__(self, cache, task, seed_pool)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
seed(self) source code
 
_seed(self, cur_bbox, level, progess_str='', progress=1.0, all_subtiles=False) source code
 
not_cached(self, tiles) source code
 
report_progress(self, level, bbox) source code
 
_sub_seeds(self, subtiles, all_subtiles)
Return all sub tiles that intersect the
source code

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, task, seed_pool)
(Constructor)

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

_seed(self, cur_bbox, level, progess_str='', progress=1.0, all_subtiles=False)

source code 
Parameters:
  • cur_bbox - the bbox to seed in this call
  • level - the current seed level
  • all_subtiles - seed all subtiles and do not check for intersections with bbox/geom