Package mapproxy :: Package core :: Module cache :: Class _ThreadedTileCreator
[hide private]
[frames] | no frames]

Class _ThreadedTileCreator

source code

  object --+    
           |    
_TileCreator --+
               |
              _ThreadedTileCreator

This _TileCreator creates one requested tile after the other.
Instance Methods [hide private]
 
create_tiles(self, tiles, tile_collection)
Create the given tiles (_Tile.source will be set).
source code
 
_create_multiple_tiles(self, tiles, tile_collection) source code
 
_create_tile(self, tile, tile_collection) source code
 
_sort_tiles(self, tiles) source code

Inherited from _TileCreator: __init__, __repr__

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

create_tiles(self, tiles, tile_collection)

source code 
Create the given tiles (_Tile.source will be set). Returns a list with all created tiles.
Overrides: _TileCreator.create_tiles
(inherited documentation)