GRASS Programmer's Manual  6.4.4(2014)-r
instructions.Mapinfo Class Reference

Class representing mapinfo instruction. More...

Inheritance diagram for instructions.Mapinfo:
Collaboration diagram for instructions.Mapinfo:

Public Member Functions

def __init__ (self, id)
 
def __str__ (self)
 
def Read (self, instruction, text)
 Read instruction and save information. More...
 
def EstimateRect (self, mapinfoDict)
 Estimate size to draw mapinfo. More...
 
- Public Member Functions inherited from instructions.InstructionObject
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
 
- Data Fields inherited from instructions.InstructionObject
 id
 
 defaultInstruction
 
 instruction
 
 unitConv
 

Detailed Description

Class representing mapinfo instruction.

Definition at line 715 of file instructions.py.

Constructor & Destructor Documentation

def instructions.Mapinfo.__init__ (   self,
  id 
)

Definition at line 717 of file instructions.py.

Member Function Documentation

def instructions.Mapinfo.EstimateRect (   self,
  mapinfoDict 
)

Estimate size to draw mapinfo.

Definition at line 760 of file instructions.py.

Referenced by instructions.Mapinfo.Read().

Field Documentation

instructions.Mapinfo.defaultInstruction

Definition at line 721 of file instructions.py.

instructions.Mapinfo.instruction

Definition at line 725 of file instructions.py.

instructions.Mapinfo.type

Definition at line 719 of file instructions.py.

Referenced by widgets.BaseValidator.Validate().


The documentation for this class was generated from the following file: