GRASS Programmer's Manual  6.4.3(2013)-r
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 1306 of file render.py.

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

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

Definition at line 1313 of file render.py.

int render.l_opacity = .7

Definition at line 1307 of file render.py.

render.USE_GPNMCOMP = True

Definition at line 46 of file render.py.