|
GRASS Programmer's Manual
6.4.2(2012)
|


Public Member Functions | |
| def | __init__ |
| def | OnGroup |
| def | OnMkGroup |
| Create new group in source location/mapset. | |
| def | OnVGroup |
| Add vector maps to group. | |
| def | GetOptData |
| Process i.group. | |
| def | OnExtension |
| def | OnPageChanging |
| def | OnEnterPage |
Data Fields | |
| parent | |
| grassdatabase | |
| groupList | |
| xylocation | |
| xymapset | |
| xygroup | |
| extension | |
| cb_group | |
| btn_mkgroup | |
| btn_vgroup | |
| ext_txt | |
Set group to georectify. Create group if desired.
Definition at line 424 of file gcpmanager.py.
| def gui_modules.gcpmanager.GroupPage.__init__ | ( | self, | |
| wizard, | |||
| parent | |||
| ) |
Definition at line 428 of file gcpmanager.py.
| def gui_modules.gcpmanager.GroupPage.GetOptData | ( | self, | |
| dcmd, | |||
| layer, | |||
| params, | |||
| propwin | |||
| ) |
Process i.group.
Definition at line 520 of file gcpmanager.py.
References gui_modules.gcpmanager.LocationPage.OnEnterPage(), gui_modules.gcpmanager.GroupPage.OnEnterPage(), gui_modules.dbm.VirtualAttributeList.Update(), gui_modules.menuform.UpdateQThread.Update(), gui_modules.profile.ProfileFrame.Update(), gui_modules.gmodeler.Model.Update(), gui_modules.gmodeler.ModelObject.Update(), gui_modules.gmodeler.ModelAction.Update(), gui_modules.gmodeler.ModelData.Update(), gui_modules.dbm.TableListCtrl.Update(), gui_modules.dbm.LayerListCtrl.Update(), gui_modules.gmodeler.VariablePanel.Update(), gui_modules.gmodeler.ModelLoop.Update(), and gui_modules.gmodeler.ItemPanel.Update().
Referenced by gui_modules.gmodeler.ModelFrame.OnAddAction(), gui_modules.gcpmanager.GroupPage.OnMkGroup(), gui_modules.histogram.HistFrame.OnOptions(), gui_modules.gdialogs.DecorationDialog.OnOptions(), and gui_modules.layertree.LayerTree.PropertiesDialog().
| def gui_modules.gcpmanager.GroupPage.OnEnterPage | ( | self, | |
event = None |
|||
| ) |
Definition at line 547 of file gcpmanager.py.
References gui_modules.gcpmanager.GroupPage.btn_mkgroup, gui_modules.gcpmanager.GroupPage.btn_vgroup, gui_modules.gcpmanager.GroupPage.extension, gui_modules.gcpmanager.GCPWizard.grassdatabase, gui_modules.gcpmanager.LocationPage.grassdatabase, gui_modules.gcpmanager.GroupPage.grassdatabase, gui_modules.gcpmanager.GroupPage.groupList, gui_modules.gcpmanager.GroupPage.OnMkGroup(), gui_modules.gcpmanager.GroupPage.OnVGroup(), gui_modules.gcpmanager.GroupPage.xygroup, gui_modules.gcpmanager.LocationPage.xylocation, gui_modules.gcpmanager.GroupPage.xylocation, gui_modules.gcpmanager.LocationPage.xymapset, and gui_modules.gcpmanager.GroupPage.xymapset.
Referenced by gui_modules.gcpmanager.GroupPage.GetOptData(), and gui_modules.gcpmanager.GroupPage.OnVGroup().
| def gui_modules.gcpmanager.GroupPage.OnExtension | ( | self, | |
| event | |||
| ) |
Definition at line 529 of file gcpmanager.py.
References gui_modules.gcpmanager.GroupPage.extension.
| def gui_modules.gcpmanager.GroupPage.OnGroup | ( | self, | |
| event | |||
| ) |
Definition at line 497 of file gcpmanager.py.
References gui_modules.gcpmanager.GroupPage.xygroup.
| def gui_modules.gcpmanager.GroupPage.OnMkGroup | ( | self, | |
| event | |||
| ) |
Create new group in source location/mapset.
Definition at line 500 of file gcpmanager.py.
References gui_modules.gcpmanager.GroupPage.GetOptData().
Referenced by gui_modules.gcpmanager.GroupPage.OnEnterPage().
| def gui_modules.gcpmanager.GroupPage.OnPageChanging | ( | self, | |
event = None |
|||
| ) |
Definition at line 532 of file gcpmanager.py.
References gui_modules.gcpmanager.GroupPage.extension, and gui_modules.gcpmanager.GroupPage.xygroup.
| def gui_modules.gcpmanager.GroupPage.OnVGroup | ( | self, | |
| event | |||
| ) |
Add vector maps to group.
Definition at line 505 of file gcpmanager.py.
References gui_modules.gcpmanager.GCPWizard.grassdatabase, gui_modules.gcpmanager.LocationPage.grassdatabase, gui_modules.gcpmanager.GroupPage.grassdatabase, gui_modules.gcpmanager.LocationPage.OnEnterPage(), gui_modules.gcpmanager.GroupPage.OnEnterPage(), gui_modules.gcpmanager.GroupPage.xygroup, gui_modules.gcpmanager.LocationPage.xylocation, gui_modules.gcpmanager.GroupPage.xylocation, gui_modules.gcpmanager.LocationPage.xymapset, and gui_modules.gcpmanager.GroupPage.xymapset.
Referenced by gui_modules.gcpmanager.GroupPage.OnEnterPage().
| gui_modules.gcpmanager.GroupPage.btn_mkgroup |
Definition at line 463 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GroupPage.OnEnterPage().
| gui_modules.gcpmanager.GroupPage.btn_vgroup |
Definition at line 464 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GroupPage.OnEnterPage().
| gui_modules.gcpmanager.GroupPage.cb_group |
Definition at line 451 of file gcpmanager.py.
| gui_modules.gcpmanager.GroupPage.ext_txt |
Definition at line 479 of file gcpmanager.py.
| gui_modules.gcpmanager.GroupPage.extension |
Definition at line 441 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GroupPage.OnEnterPage(), gui_modules.gcpmanager.GroupPage.OnExtension(), gui_modules.gcpmanager.GCP.OnGeorect(), and gui_modules.gcpmanager.GroupPage.OnPageChanging().
| gui_modules.gcpmanager.GroupPage.grassdatabase |
Definition at line 433 of file gcpmanager.py.
Referenced by gui_modules.location_wizard.DatabasePage.OnBrowse(), gui_modules.gcpmanager.GroupPage.OnEnterPage(), gui_modules.gcpmanager.GCP.OnGeorect(), gui_modules.location_wizard.DatabasePage.OnPageChanging(), and gui_modules.gcpmanager.GroupPage.OnVGroup().
| gui_modules.gcpmanager.GroupPage.groupList |
Definition at line 434 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GroupPage.OnEnterPage().
| gui_modules.gcpmanager.GroupPage.parent |
Definition at line 431 of file gcpmanager.py.
Referenced by gui_modules.gmodeler.ModelLoop.__init__(), gui_modules.wxvdigit.VDigitError.Database(), gui_modules.wxvdigit.VDigitError.DbExecute(), gui_modules.wxvdigit.VDigitError.DbLink(), gui_modules.wxvdigit.VDigitError.DeadLine(), gui_modules.wxvdigit.VDigitError.Driver(), gui_modules.wxvdigit.VDigitError.FeatureType(), gui_modules.wxvdigit.VDigitError.NoMap(), gui_modules.menuform.mainFrame.OnCancel(), gui_modules.menuform.mainFrame.OnDone(), gui_modules.gmodeler.ModelFrame.OnHelp(), gui_modules.gdialogs.DecorationDialog.OnOptions(), wxgui.GMFrame.OnPsMap(), gui_modules.menuform.mainFrame.OnRun(), gui_modules.toolbars.VDigitToolbar.OnSelectMap(), gui_modules.gselect.GdalSelect.OnSetDsn(), gui_modules.toolbars.VDigitToolbar.OnSettings(), gui_modules.toolbars.NvizToolbar.OnSettings(), gui_modules.toolbars.AbstractToolbar.OnTool(), gui_modules.menuform.cmdPanel.OnUpdateSelection(), gui_modules.toolbars.VDigitToolbar.OnZBulk(), gui_modules.wxvdigit.VDigitError.ReadLine(), gui_modules.goutput.CmdThread.run(), gui_modules.menuform.UpdateQThread.run(), gui_modules.goutput.GMConsole.RunCmd(), gui_modules.toolbars.VDigitToolbar.StopEditing(), gui_modules.mapdisp_window.BufferedWindow.UpdateMap(), and gui_modules.wxvdigit.VDigitError.WriteLine().
| gui_modules.gcpmanager.GroupPage.xygroup |
Definition at line 438 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.GetNewExtent(), gui_modules.gcpmanager.GroupPage.OnEnterPage(), gui_modules.gcpmanager.GCP.OnGeorect(), gui_modules.gcpmanager.GroupPage.OnGroup(), gui_modules.gcpmanager.GroupPage.OnPageChanging(), gui_modules.gcpmanager.GroupPage.OnVGroup(), gui_modules.gcpmanager.GCP.ReadGCPs(), and gui_modules.gcpmanager.GCP.SaveGCPs().
| gui_modules.gcpmanager.GroupPage.xylocation |
Definition at line 436 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GroupPage.OnEnterPage(), gui_modules.gcpmanager.GCP.OnGeorect(), and gui_modules.gcpmanager.GroupPage.OnVGroup().
| gui_modules.gcpmanager.GroupPage.xymapset |
Definition at line 437 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GroupPage.OnEnterPage(), gui_modules.gcpmanager.GCP.OnGeorect(), and gui_modules.gcpmanager.GroupPage.OnVGroup().