Package mapproxy :: Package tms :: Class TileServiceGrid
[hide private]
[frames] | no frames]

Class TileServiceGrid

source code

object --+
         |
        TileServiceGrid

Wraps a TileGrid and adds some TileService specific methods.
Instance Methods [hide private]
 
__init__(self, grid)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
internal_level(self, level)
Returns: the internal level
source code
 
bbox(self)
Returns: the bbox of all tiles of the first level
source code
 
__getattr__(self, key) source code
 
internal_tile_coord(self, tile_coord, use_profiles)
Converts public tile coords to internal tile coords.
source code

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

Properties [hide private]
  tile_sets
Get all public tile sets for this layer.

Inherited from object: __class__

Method Details [hide private]

__init__(self, grid)
(Constructor)

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

internal_level(self, level)

source code 
Returns:
the internal level

bbox(self)

source code 
Returns:
the bbox of all tiles of the first level

internal_tile_coord(self, tile_coord, use_profiles)

source code 
Converts public tile coords to internal tile coords.
Parameters:

Property Details [hide private]

tile_sets

Get all public tile sets for this layer. :return: the order and resolution of each tile set
Get Method:
unreachable.tile_sets(self) - Get all public tile sets for this layer.