GRASS Programmer's Manual  6.4.3(2013)-r
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
manager.VectGroup Class Reference
Inheritance diagram for manager.VectGroup:
Collaboration diagram for manager.VectGroup:

Public Member Functions

def __init__
 
def MakeVGroup
 Create VREF file. More...
 

Data Fields

 grassdatabase
 
 xylocation
 
 xymapset
 
 xygroup
 
 vgrpfile
 
 btnCancel
 
 btnOK
 
 listMap
 

Detailed Description

Dialog to create a vector group (VREF file) for georectifying

@todo Replace by g.group

Definition at line 2107 of file gcp/manager.py.

Constructor & Destructor Documentation

def manager.VectGroup.__init__ (   self,
  parent,
  id,
  grassdb,
  location,
  mapset,
  group,
  style = wx.DEFAULT_DIALOG_STYLE 
)

Definition at line 2114 of file gcp/manager.py.

Member Function Documentation

def manager.VectGroup.MakeVGroup (   self)

Create VREF file.

Definition at line 2220 of file gcp/manager.py.

References tools.range, and manager.VectGroup.vgrpfile.

Field Documentation

manager.VectGroup.btnCancel

Definition at line 2153 of file gcp/manager.py.

manager.VectGroup.btnOK

Definition at line 2155 of file gcp/manager.py.

manager.VectGroup.grassdatabase
manager.VectGroup.listMap

Definition at line 2163 of file gcp/manager.py.

manager.VectGroup.vgrpfile

Definition at line 2143 of file gcp/manager.py.

Referenced by manager.VectGroup.MakeVGroup().

manager.VectGroup.xygroup

Definition at line 2122 of file gcp/manager.py.

manager.VectGroup.xylocation

Definition at line 2120 of file gcp/manager.py.

manager.VectGroup.xymapset

Definition at line 2121 of file gcp/manager.py.


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