GRASS Programmer's Manual
6.4.4(2014)-r
|
Class representing virtual map. More...
Public Member Functions | |
def | __init__ (self, id) |
![]() | |
def | __init__ (self, id) |
def | __str__ (self) |
Returns particular part of text instruction. More... | |
def | __getitem__ (self, key) |
def | __setitem__ (self, key, value) |
def | GetInstruction (self) |
Get current values. More... | |
def | SetInstruction (self, instruction) |
Set default values. More... | |
def | Read (self, instruction, text, kwargs) |
Read instruction and save them. More... | |
def | PercentToReal (self, e, n) |
Converts text coordinates from percent of region to map coordinates. More... | |
Data Fields | |
type | |
defaultInstruction | |
instruction | |
![]() | |
id | |
defaultInstruction | |
instruction | |
unitConv | |
Class representing virtual map.
Definition at line 514 of file instructions.py.
def instructions.InitMap.__init__ | ( | self, | |
id | |||
) |
Definition at line 516 of file instructions.py.
instructions.InitMap.defaultInstruction |
Definition at line 521 of file instructions.py.
instructions.InitMap.instruction |
Definition at line 523 of file instructions.py.
instructions.InitMap.type |
Definition at line 518 of file instructions.py.
Referenced by widgets.BaseValidator.Validate().