GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Public Member Functions | |
def | __init__ |
def | MakeVGroup |
Create VREF file. More... | |
Data Fields | |
grassdatabase | |
xylocation | |
xymapset | |
xygroup | |
vgrpfile | |
btnCancel | |
btnOK | |
listMap | |
Dialog to create a vector group (VREF file) for georectifying @todo Replace by g.group
Definition at line 2106 of file gcp/manager.py.
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.
def manager.VectGroup.MakeVGroup | ( | self | ) |
Create VREF file.
Definition at line 2219 of file gcp/manager.py.
References tools.range, and manager.VectGroup.vgrpfile.
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 |
Definition at line 2118 of file gcp/manager.py.
Referenced by wizard.DatabasePage.OnBrowse(), and wizard.DatabasePage.OnPageChanging().
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.