GRASS Programmer's Manual
6.4.2(2012)
|
Public Member Functions | |
def | __init__ |
def | MakeVGroup |
Create VREF file. |
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 gcpmanager.py.
def gui_modules.gcpmanager.VectGroup.__init__ | ( | self, | |
parent, | |||
id, | |||
grassdb, | |||
location, | |||
mapset, | |||
group, | |||
style = wx.DEFAULT_DIALOG_STYLE |
|||
) |
Definition at line 2113 of file gcpmanager.py.
def gui_modules.gcpmanager.VectGroup.MakeVGroup | ( | self | ) |
Create VREF file.
Definition at line 2219 of file gcpmanager.py.
References gui_modules.gcpmanager.VectGroup.vgrpfile.
gui_modules.gcpmanager.VectGroup.btnCancel |
Definition at line 2152 of file gcpmanager.py.
gui_modules.gcpmanager.VectGroup.btnOK |
Definition at line 2154 of file gcpmanager.py.
gui_modules.gcpmanager.VectGroup.grassdatabase |
Definition at line 2118 of file gcpmanager.py.
Referenced by gui_modules.location_wizard.DatabasePage.OnBrowse(), and gui_modules.location_wizard.DatabasePage.OnPageChanging().
gui_modules.gcpmanager.VectGroup.listMap |
Definition at line 2162 of file gcpmanager.py.
gui_modules.gcpmanager.VectGroup.vgrpfile |
Definition at line 2142 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.VectGroup.MakeVGroup().
gui_modules.gcpmanager.VectGroup.xygroup |
Definition at line 2121 of file gcpmanager.py.
gui_modules.gcpmanager.VectGroup.xylocation |
Definition at line 2119 of file gcpmanager.py.
gui_modules.gcpmanager.VectGroup.xymapset |
Definition at line 2120 of file gcpmanager.py.