GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
instructions.VProperties Class Reference

Class represents instructions vareas, vlines, vpoints. More...

Inheritance diagram for instructions.VProperties:
Collaboration diagram for instructions.VProperties:

Public Member Functions

def __init__
def __str__
 Returns particular part of text instruction.
def Read
 Read instruction and save information.

Data Fields

 type
 subType
 defaultInstruction
 instruction
 mapDBInfo
 layers

Detailed Description

Class represents instructions vareas, vlines, vpoints.

Definition at line 1594 of file instructions.py.


Constructor & Destructor Documentation

def instructions.VProperties.__init__ (   self,
  id,
  subType 
)

Definition at line 1596 of file instructions.py.


Member Function Documentation

def instructions.VProperties.Read (   self,
  instruction,
  text,
  kwargs 
)

Read instruction and save information.

Reimplemented from instructions.InstructionObject.

Definition at line 1704 of file instructions.py.

References utils.split().


Field Documentation


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