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

Go to the source code of this file.

Data Structures

class  render.Layer
 Virtual class which stores information about layers (map layers and overlays) of the map composition. More...
 
class  render.MapLayer
 
class  render.Overlay
 
class  render.Map
 Map composition (stack of map layers and overlays) More...
 

Namespaces

 render
 
 core.render
 Rendering map layers and overlays into map composition image.
 

Variables

 render.USE_GPNMCOMP = True
 
tuple render.Map = Map()
 
string render.name = "elevation"
 
list render.command = ["d.rast", "map=elevation@PERMANENT"]
 
int render.l_opacity = .7
 
tuple render.image = Map.Render(force = True)