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

Class _SequentialTileCreator

source code

  object --+    
           |    
_TileCreator --+
               |
              _SequentialTileCreator

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

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)