| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
core.request.RequestParams --+
|
WMSMapRequestParams
This class represents key-value parameters for WMS map requests.
All values can be accessed as a property. Some properties return processed values. size returns a tuple of the width and height, layers returns an iterator of all layers, etc.
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
layers List with all layer names. |
|||
|
bbox bbox as a tuple (minx, miny, maxx, maxy). |
|||
|
size Size of the request in pixel as a tuple (width, height), or None if one is missing. |
|||
| srs | |||
|
transparent True if transparent is set to true, otherwise False. |
|||
|
bgcolor The background color in PIL format (#rrggbb). |
|||
|
format The requested format as string (w/o any 'image/', 'text/', etc prefixes) |
|||
| format_mime_type | |||
|
Inherited from Inherited from |
|||
|
|||
|
|
|||
layersList with all layer names.
|
bboxbbox as a tuple (minx, miny, maxx, maxy).
|
sizeSize of the request in pixel as a tuple (width, height), or None if one is missing.
|
srs
|
transparentTrue if transparent is set to true, otherwise False.
|
bgcolorThe background color in PIL format (#rrggbb). Defaults to '#ffffff'.
|
formatThe requested format as string (w/o any 'image/', 'text/', etc prefixes)
|
format_mime_type
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Aug 2 10:24:54 2010 | http://epydoc.sourceforge.net |