GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
render Namespace Reference

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)
 

Variable Documentation

list render.command = ["d.rast", "map=elevation@PERMANENT"]

Definition at line 1315 of file render.py.

Referenced by F_open(), new_item(), and sqpCommand().

tuple render.image = Map.Render(force = True)

Definition at line 1322 of file render.py.

int render.l_opacity = .7

Definition at line 1316 of file render.py.

render.USE_GPNMCOMP = True

Definition at line 46 of file render.py.