GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Public Member Functions | |
def | __init__ |
def | OnMaptype |
Change map type. More... | |
def | OnLocation |
Sets source location for map(s) to georectify. More... | |
def | OnMapset |
Sets source mapset for map(s) to georectify. More... | |
def | OnPageChanging |
def | OnEnterPage |
Data Fields | |
parent | |
grassdatabase | |
xylocation | |
xymapset | |
rb_maptype | |
cb_location | |
cb_mapset | |
mapsetList | |
Set map type (raster or vector) to georectify and select location/mapset of map(s) to georectify.
Definition at line 293 of file gcp/manager.py.
def manager.LocationPage.__init__ | ( | self, | |
wizard, | |||
parent | |||
) |
Definition at line 298 of file gcp/manager.py.
def manager.LocationPage.OnEnterPage | ( | self, | |
event = None |
|||
) |
Definition at line 404 of file gcp/manager.py.
References manager.LocationPage.xylocation, and manager.LocationPage.xymapset.
Referenced by manager.GroupPage.OnMkGroup(), and manager.GroupPage.OnVGroup().
def manager.LocationPage.OnLocation | ( | self, | |
event | |||
) |
Sets source location for map(s) to georectify.
Definition at line 358 of file gcp/manager.py.
References manager.GCPWizard.grassdatabase, manager.LocationPage.grassdatabase, and manager.LocationPage.xylocation.
def manager.LocationPage.OnMapset | ( | self, | |
event | |||
) |
Sets source mapset for map(s) to georectify.
Definition at line 380 of file gcp/manager.py.
References manager.LocationPage.xylocation, and manager.LocationPage.xymapset.
def manager.LocationPage.OnMaptype | ( | self, | |
event | |||
) |
Change map type.
Definition at line 349 of file gcp/manager.py.
def manager.LocationPage.OnPageChanging | ( | self, | |
event = None |
|||
) |
Definition at line 393 of file gcp/manager.py.
References manager.LocationPage.xylocation, and manager.LocationPage.xymapset.
manager.LocationPage.cb_location |
Definition at line 323 of file gcp/manager.py.
manager.LocationPage.cb_mapset |
Definition at line 332 of file gcp/manager.py.
manager.LocationPage.grassdatabase |
Definition at line 302 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.LocationPage.mapsetList |
Definition at line 364 of file gcp/manager.py.
manager.LocationPage.parent |
Definition at line 301 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.LocationPage.rb_maptype |
Definition at line 311 of file gcp/manager.py.
manager.LocationPage.xylocation |
Definition at line 304 of file gcp/manager.py.
Referenced by manager.LocationPage.OnEnterPage(), manager.GroupPage.OnEnterPage(), manager.GCP.OnGeorect(), manager.LocationPage.OnLocation(), manager.LocationPage.OnMapset(), manager.LocationPage.OnPageChanging(), and manager.GroupPage.OnVGroup().
manager.LocationPage.xymapset |
Definition at line 305 of file gcp/manager.py.
Referenced by manager.LocationPage.OnEnterPage(), manager.GroupPage.OnEnterPage(), manager.GCP.OnGeorect(), manager.LocationPage.OnMapset(), manager.LocationPage.OnPageChanging(), and manager.GroupPage.OnVGroup().