|
GRASS Programmer's Manual
6.4.2(2012)
|
Public Member Functions | |
| def | __init__ |
| def | SetSrcEnv |
| Create environment to use for location and mapset that are the source of the file(s) to georectify. | |
| def | SwitchEnv |
| def | OnWizFinished |
| def | OnGLMFocus |
| Layer Manager focus. | |
| def | Cleanup |
| Return to current location and mapset. | |
Data Fields | |
| parent | |
| grassdatabase | |
| target_gisrc | |
| gisrc_dict | |
| currentlocation | |
| currentmapset | |
| newlocation | |
| newmapset | |
| source_gisrc | |
| src_maps | |
| wizard | |
| startpage | |
| grouppage | |
| mappage | |
| SrcMap | |
| TgtMap | |
| Map | |
| gcpmgr | |
Start wizard here and finish wizard here
Definition at line 92 of file gcpmanager.py.
| def gui_modules.gcpmanager.GCPWizard.__init__ | ( | self, | |
| parent | |||
| ) |
Definition at line 97 of file gcpmanager.py.
| def gui_modules.gcpmanager.GCPWizard.Cleanup | ( | self | ) |
Return to current location and mapset.
Definition at line 300 of file gcpmanager.py.
References gui_modules.gcpmanager.GCPWizard.SwitchEnv().
| def gui_modules.gcpmanager.GCPWizard.OnGLMFocus | ( | self, | |
| event | |||
| ) |
Layer Manager focus.
Definition at line 294 of file gcpmanager.py.
| def gui_modules.gcpmanager.GCPWizard.OnWizFinished | ( | self | ) |
Definition at line 289 of file gcpmanager.py.
| def gui_modules.gcpmanager.GCPWizard.SetSrcEnv | ( | self, | |
| location, | |||
| mapset | |||
| ) |
Create environment to use for location and mapset that are the source of the file(s) to georectify.
| location | source location |
| mapset | source mapset |
Definition at line 241 of file gcpmanager.py.
References gui_modules.gcpmanager.GCPWizard.currentlocation, gui_modules.gcpmanager.GCPWizard.currentmapset, gui_modules.gcpmanager.GCPWizard.gisrc_dict, gui_modules.gcpmanager.GCPWizard.newlocation, gui_modules.gcpmanager.GCPWizard.newmapset, and gui_modules.gcpmanager.GCPWizard.source_gisrc.
| def gui_modules.gcpmanager.GCPWizard.SwitchEnv | ( | self, | |
| grc | |||
| ) |
Switches between original working location/mapset and location/mapset that is source of file(s) to georectify
Definition at line 273 of file gcpmanager.py.
References gui_modules.gcpmanager.GCPWizard.currentlocation, gui_modules.gcpmanager.GCPWizard.currentmapset, gui_modules.gcpmanager.GCPWizard.newlocation, gui_modules.gcpmanager.GCPWizard.newmapset, gui_modules.gcpmanager.GCPWizard.source_gisrc, and gui_modules.gcpmanager.GCPWizard.target_gisrc.
Referenced by gui_modules.gcpmanager.GCPWizard.Cleanup().
| gui_modules.gcpmanager.GCPWizard.currentlocation |
Definition at line 121 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.OnGeorect(), gui_modules.gcpmanager.GCP.SaveGCPs(), gui_modules.gcpmanager.GCPWizard.SetSrcEnv(), gui_modules.gcpmanager.GCP.SetTarget(), and gui_modules.gcpmanager.GCPWizard.SwitchEnv().
| gui_modules.gcpmanager.GCPWizard.currentmapset |
Definition at line 122 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.OnGeorect(), gui_modules.gcpmanager.GCP.SaveGCPs(), gui_modules.gcpmanager.GCPWizard.SetSrcEnv(), gui_modules.gcpmanager.GCP.SetTarget(), and gui_modules.gcpmanager.GCPWizard.SwitchEnv().
| gui_modules.gcpmanager.GCPWizard.gcpmgr |
Definition at line 228 of file gcpmanager.py.
| gui_modules.gcpmanager.GCPWizard.gisrc_dict |
Definition at line 109 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCPWizard.SetSrcEnv().
| gui_modules.gcpmanager.GCPWizard.grassdatabase |
Definition at line 103 of file gcpmanager.py.
Referenced by gui_modules.location_wizard.DatabasePage.OnBrowse(), gui_modules.gcpmanager.GroupPage.OnEnterPage(), gui_modules.gcpmanager.GCP.OnGeorect(), gui_modules.gcpmanager.LocationPage.OnLocation(), gui_modules.location_wizard.DatabasePage.OnPageChanging(), and gui_modules.gcpmanager.GroupPage.OnVGroup().
| gui_modules.gcpmanager.GCPWizard.grouppage |
Definition at line 145 of file gcpmanager.py.
| gui_modules.gcpmanager.GCPWizard.Map |
Definition at line 192 of file gcpmanager.py.
Referenced by gui_modules.gcpmapdisp.MapFrame.AddToolbar(), gui_modules.mapdisp.MapFrame.AddToolbar(), gui_modules.layertree.LayerTree.GetMap(), gui_modules.gcpmapdisp.MapFrame.GetRender(), gui_modules.mapdisp.MapFrame.GetRender(), gui_modules.mapdisp_window.BufferedWindow.OnMouseEnter(), gui_modules.gcpmanager.GCP.OnUpdateActive(), gui_modules.gcpmanager.GCP.OnZoomToSource(), and gui_modules.gcpmanager.GCP.OnZoomToTarget().
| gui_modules.gcpmanager.GCPWizard.mappage |
Definition at line 146 of file gcpmanager.py.
| gui_modules.gcpmanager.GCPWizard.newlocation |
Definition at line 124 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCPWizard.SetSrcEnv(), gui_modules.gcpmanager.GCP.SetTarget(), and gui_modules.gcpmanager.GCPWizard.SwitchEnv().
| gui_modules.gcpmanager.GCPWizard.newmapset |
Definition at line 126 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCPWizard.SetSrcEnv(), gui_modules.gcpmanager.GCP.SetTarget(), and gui_modules.gcpmanager.GCPWizard.SwitchEnv().
| gui_modules.gcpmanager.GCPWizard.parent |
Definition at line 98 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.GCPWizard.source_gisrc |
Definition at line 137 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCPWizard.SetSrcEnv(), and gui_modules.gcpmanager.GCPWizard.SwitchEnv().
| gui_modules.gcpmanager.GCPWizard.src_maps |
Definition at line 138 of file gcpmanager.py.
| gui_modules.gcpmanager.GCPWizard.SrcMap |
Definition at line 189 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.OnUpdateActive(), and gui_modules.gcpmanager.GCP.OnZoomToTarget().
| gui_modules.gcpmanager.GCPWizard.startpage |
Definition at line 144 of file gcpmanager.py.
| gui_modules.gcpmanager.GCPWizard.target_gisrc |
Definition at line 108 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCPWizard.SwitchEnv().
| gui_modules.gcpmanager.GCPWizard.TgtMap |
Definition at line 191 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.OnUpdateActive(), and gui_modules.gcpmanager.GCP.OnZoomToSource().
| gui_modules.gcpmanager.GCPWizard.wizard |
Definition at line 143 of file gcpmanager.py.
Referenced by gui_modules.location_wizard.SummaryPage.OnFinish(), and gui_modules.location_wizard.LocationWizard.OnWizFinished().