| Home | Trees | Indices | Help |
|
|---|
|
|
Tile caching (creation, caching and retrieval of tiles).
|
| Class Hierarchy for CacheManager |
|
| Class Hierarchy for _TileCreator |
|
| Class Hierarchy for TileSource |
|
| Schematic Call Graph |
|
|||
| BlankImage | |||
| TileCacheError | |||
| TileSourceError | |||
| TooManyTilesError | |||
|
Cache Easy access to images from cached tiles. |
|||
| TileCollection | |||
|
CacheManager Manages tile cache and tile creation. |
|||
|
FileCache This class is responsible to store and load the actual tile data. |
|||
|
_TileCreator Base class for the creation of new tiles. |
|||
|
_SequentialTileCreator This _TileCreator creates one requested tile after the other. |
|||
|
_ThreadedTileCreator This _TileCreator creates one requested tile after the other. |
|||
|
TileSource Base class for tile sources. |
|||
|
_Tile Internal data object for all tiles. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
log = logging.getLogger(__name__)
|
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Aug 2 10:24:50 2010 | http://epydoc.sourceforge.net |