GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
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. More... | |
def | SwitchEnv |
def | OnWizFinished |
def | OnGLMFocus |
Layer Manager focus. More... | |
def | Cleanup |
Return to current location and mapset. More... | |
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 78 of file gcp/manager.py.
def manager.GCPWizard.__init__ | ( | self, | |
parent | |||
) |
Definition at line 83 of file gcp/manager.py.
def manager.GCPWizard.Cleanup | ( | self | ) |
Return to current location and mapset.
Definition at line 286 of file gcp/manager.py.
References manager.GCPWizard.SwitchEnv().
def manager.GCPWizard.OnGLMFocus | ( | self, | |
event | |||
) |
Layer Manager focus.
Definition at line 280 of file gcp/manager.py.
def manager.GCPWizard.OnWizFinished | ( | self | ) |
Definition at line 275 of file gcp/manager.py.
def manager.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 227 of file gcp/manager.py.
References manager.GCPWizard.currentlocation, manager.GCPWizard.currentmapset, utils.GetTempfile(), manager.GCPWizard.gisrc_dict, manager.GCPWizard.newlocation, manager.GCPWizard.newmapset, and manager.GCPWizard.source_gisrc.
def manager.GCPWizard.SwitchEnv | ( | self, | |
grc | |||
) |
Switches between original working location/mapset and location/mapset that is source of file(s) to georectify
Definition at line 259 of file gcp/manager.py.
References manager.GCPWizard.currentlocation, manager.GCPWizard.currentmapset, manager.GCPWizard.newlocation, manager.GCPWizard.newmapset, manager.GCPWizard.source_gisrc, and manager.GCPWizard.target_gisrc.
Referenced by manager.GCPWizard.Cleanup().
manager.GCPWizard.currentlocation |
Definition at line 107 of file gcp/manager.py.
Referenced by manager.GCP.OnGeorect(), manager.GCP.SaveGCPs(), manager.GCPWizard.SetSrcEnv(), manager.GCP.SetTarget(), and manager.GCPWizard.SwitchEnv().
manager.GCPWizard.currentmapset |
Definition at line 108 of file gcp/manager.py.
Referenced by manager.GCP.OnGeorect(), manager.GCP.SaveGCPs(), manager.GCPWizard.SetSrcEnv(), manager.GCP.SetTarget(), and manager.GCPWizard.SwitchEnv().
manager.GCPWizard.gcpmgr |
Definition at line 214 of file gcp/manager.py.
manager.GCPWizard.gisrc_dict |
Definition at line 95 of file gcp/manager.py.
Referenced by manager.GCPWizard.SetSrcEnv().
manager.GCPWizard.grassdatabase |
Definition at line 89 of file gcp/manager.py.
Referenced by wizard.DatabasePage.OnBrowse(), manager.GroupPage.OnEnterPage(), manager.GCP.OnGeorect(), manager.LocationPage.OnLocation(), wizard.DatabasePage.OnPageChanging(), and manager.GroupPage.OnVGroup().
manager.GCPWizard.grouppage |
Definition at line 131 of file gcp/manager.py.
manager.GCPWizard.Map |
Definition at line 178 of file gcp/manager.py.
Referenced by frame.MapFrame.AddNviz(), mapdisplay.MapFrame.AddToolbar(), frame.MapFrame.AddToolbar(), mapdisp.MapFrameBase.GetMap(), layertree.LayerTree.GetMap(), mapdisp.MapFrameBase.GetMapScale(), frame.MapFrame.GetMapWindow(), mapwindow.BufferedWindow.OnMouseEnter(), manager.GCP.OnUpdateActive(), manager.GCP.OnZoomToSource(), manager.GCP.OnZoomToTarget(), and mapdisp.MapFrameBase.SetMapScale().
manager.GCPWizard.mappage |
Definition at line 132 of file gcp/manager.py.
manager.GCPWizard.newlocation |
Definition at line 110 of file gcp/manager.py.
Referenced by manager.GCPWizard.SetSrcEnv(), manager.GCP.SetTarget(), and manager.GCPWizard.SwitchEnv().
manager.GCPWizard.newmapset |
Definition at line 112 of file gcp/manager.py.
Referenced by manager.GCPWizard.SetSrcEnv(), manager.GCP.SetTarget(), and manager.GCPWizard.SwitchEnv().
manager.GCPWizard.parent |
Definition at line 84 of file gcp/manager.py.
Referenced by model.ModelLoop.__init__(), wxdigit.VDigitError.Database(), wxdigit.VDigitError.DbExecute(), wxdigit.VDigitError.DbLink(), wxdigit.VDigitError.DeadLine(), wxdigit.VDigitError.Driver(), wxdigit.VDigitError.FeatureType(), colorrules.RulesPanel.LoadRules(), wxdigit.VDigitError.NoMap(), forms.TaskFrame.OnCancel(), forms.TaskFrame.OnDone(), frame.ModelFrame.OnHelp(), mapwindow.GLWindow.OnLeftUp(), mapwindow.BufferedWindow.OnLeftUp(), frame.PsMapBufferedWindow.OnLeftUp(), dialogs.DecorationDialog.OnOptions(), goutput.GMConsole.OnOutputSave(), forms.TaskFrame.OnRun(), toolbars.VDigitToolbar.OnSelectMap(), gselect.GdalSelect.OnSetDsn(), toolbars.LMNvizToolbar.OnSettings(), toolbars.VDigitToolbar.OnSettings(), toolbars.BaseToolbar.OnTool(), forms.CmdPanel.OnUpdateSelection(), toolbars.VDigitToolbar.OnZBulk(), wxdigit.VDigitError.ReadLine(), goutput.CmdThread.run(), forms.UpdateQThread.run(), goutput.GMConsole.RunCmd(), toolbars.VDigitToolbar.StopEditing(), colorrules.VectorColorTable.UpdateColorColumn(), mapwindow.BufferedWindow.UpdateMap(), and wxdigit.VDigitError.WriteLine().
manager.GCPWizard.source_gisrc |
Definition at line 123 of file gcp/manager.py.
Referenced by manager.GCPWizard.SetSrcEnv(), and manager.GCPWizard.SwitchEnv().
manager.GCPWizard.src_maps |
Definition at line 124 of file gcp/manager.py.
manager.GCPWizard.SrcMap |
Definition at line 175 of file gcp/manager.py.
Referenced by manager.GCP.OnUpdateActive(), and manager.GCP.OnZoomToTarget().
manager.GCPWizard.startpage |
Definition at line 130 of file gcp/manager.py.
manager.GCPWizard.target_gisrc |
Definition at line 94 of file gcp/manager.py.
Referenced by manager.GCPWizard.SwitchEnv().
manager.GCPWizard.TgtMap |
Definition at line 177 of file gcp/manager.py.
Referenced by manager.GCP.OnUpdateActive(), and manager.GCP.OnZoomToSource().
manager.GCPWizard.wizard |
Definition at line 129 of file gcp/manager.py.
Referenced by wizard.SummaryPage.OnFinish(), and wizard.LocationWizard.OnWizFinished().