GRASS Programmer's Manual
6.4.4(2014)-r
|
Public Member Functions | |
def | __init__ |
def | MakeVGroup (self) |
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 2107 of file gcp/manager.py.
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.
def manager.VectGroup.MakeVGroup | ( | self | ) |
Create VREF file.
Definition at line 2220 of file gcp/manager.py.
References tools.range, and manager.VectGroup.vgrpfile.
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 |
Definition at line 2119 of file gcp/manager.py.
Referenced by wizard.DatabasePage.OnBrowse(), and wizard.DatabasePage.OnPageChanging().
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.