|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|
Data Structures | |
| class | Layer |
| Virtual class which stores information about layers (map layers and overlays) of the map composition. More... | |
| class | MapLayer |
| class | Overlay |
| class | Map |
| Map composition (stack of map layers and overlays) More... | |
Variables | |
| USE_GPNMCOMP = True | |
| tuple | Map = Map() |
| string | name = "elevation" |
| list | command = ["d.rast", "map=elevation@PERMANENT"] |
| int | l_opacity = 7 |
| tuple | image = Map.Render(force = True) |
| list render.command = ["d.rast", "map=elevation@PERMANENT"] |
Definition at line 1306 of file render.py.
Referenced by F_open(), new_item(), and sqpCommand().
| tuple render.image = Map.Render(force = True) |
| int render.l_opacity = 7 |
| tuple render.Map = Map() |
Definition at line 1301 of file render.py.
Referenced by G_sites_open_new(), G_sites_open_old(), Vect_read_line(), Vect_read_next_line(), Vect_rewind(), and Vedit_copy_lines().
| string render.name = "elevation" |
| render.USE_GPNMCOMP = True |