GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 2106 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 2113 of file gcp/manager.py.

Member Function Documentation

def manager.VectGroup.MakeVGroup (   self)

Create VREF file.

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

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

Field Documentation

manager.VectGroup.btnCancel

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

manager.VectGroup.btnOK

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

manager.VectGroup.grassdatabase
manager.VectGroup.listMap

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

manager.VectGroup.vgrpfile

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

Referenced by manager.VectGroup.MakeVGroup().

manager.VectGroup.xygroup

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

manager.VectGroup.xylocation

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

manager.VectGroup.xymapset

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


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