Home | Trees | Index | Help |
|
---|
Package mapnik :: Module _mapnik :: Class Map |
|
object
--+ |instance
--+ | Map
Method Summary | |
---|---|
__init__(...)
| |
__getinitargs__(...)
| |
__getstate__(...)
| |
__reduce__(...)
| |
__setstate__(...)
| |
append_style(...)
| |
pan(...)
| |
pan_and_zoom(...)
| |
remove_style(...)
| |
scale(...)
| |
zoom(...)
| |
Set the geographical extent of the map. | |
Inherited from instance | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Property Summary | |
---|---|
background : The background color of the map. | |
height : The height of the map image. | |
layers : Get the list of layers in this map. | |
srid | |
width : The width of the map image. |
Class Variable Summary | |
---|---|
int |
__instance_size__ = 96 |
bool |
__safe_for_unpickling__ = True
|
Method Details |
---|
zoom_to_box(...)Set the geographical extent of the map. |
Property Details |
---|
backgroundThe background color of the map.
|
heightThe height of the map image.
|
layersGet the list of layers in this map.
|
srid
|
widthThe width of the map image.
|
Class Variable Details |
---|
__instance_size__
|
__safe_for_unpickling__
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Mar 22 21:43:29 2006 | http://epydoc.sf.net |