Package mapnik :: Module _mapnik :: Class Map
[show private | hide private]
[frames | no frames]

Type Map

object --+    
         |    
  instance --+
             |
            Map


The map object.
Method Summary
  __init__(...)
  __getinitargs__(...)
  __getstate__(...)
  __reduce__(...)
  __setstate__(...)
  append_style(...)
  pan(...)
  pan_and_zoom(...)
  remove_style(...)
  scale(...)
  zoom(...)
  zoom_to_box(...)
Set the geographical extent of the map.
    Inherited from instance
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
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

background

The background color of the map.
Get Method:
<Boost.Python.function object at 0x9161c...
Set Method:
<Boost.Python.function object at 0x9161c...

height

The height of the map image.
Get Method:
<Boost.Python.function object at 0x9161c...
Set Method:
<Boost.Python.function object at 0x9161c...

layers

Get the list of layers in this map.
Get Method:
<Boost.Python.function object at 0x9161c...

srid

Get Method:
<Boost.Python.function object at 0x9161c...

width

The width of the map image.
Get Method:
<Boost.Python.function object at 0x9161c...
Set Method:
<Boost.Python.function object at 0x9161c...

Class Variable Details

__instance_size__

Type:
int
Value:
96                                                                    

__safe_for_unpickling__

Type:
bool
Value:
True                                                                   

Generated by Epydoc 2.1 on Wed Mar 22 21:43:29 2006 http://epydoc.sf.net