|
GRASS Programmer's Manual
6.4.2(2012)
|
Main frame for map display window. More...
Public Member Functions | |
| def | __init__ |
| Main map display window with toolbars, statusbar and DrawWindow. | |
| def | AddToolbar |
| Add defined toolbar to the window. | |
| def | OnUpdateProgress |
| def | OnFocus |
| def | OnDraw |
| Re-display current map composition. | |
| def | OnRender |
| Re-render map composition (each map layer) | |
| def | OnPointer |
| Pointer button clicked. | |
| def | OnZoomIn |
| def | OnZoomOut |
| def | OnZoomBack |
| def | OnPan |
| def | OnErase |
| def | OnZoomRegion |
| def | OnAlignRegion |
| def | OnToggleRender |
| def | OnToggleShowRegion |
| def | OnToggleResolution |
| def | OnToggleStatus |
| def | OnChangeMapScale |
| def | OnGoTo |
| def | StatusbarUpdate |
| Update statusbar content. | |
| def | StatusbarEnableLongHelp |
| Enable/disable toolbars long help. | |
| def | StatusbarReposition |
| Reposition checkbox in statusbar. | |
| def | SaveToFile |
| Save map to image. | |
| def | PrintMenu |
| def | GetRender |
| Returns current instance of render.Map() | |
| def | GetWindow |
| Get map window. | |
| def | FormatDist |
| Format length numbers and units in a nice way, as a function of length. | |
| def | OnZoomToMap |
| Set display extents to match selected raster (including NULLs) or vector map. | |
| def | OnZoomToRaster |
| Set display extents to match selected raster map (ignore NULLs) | |
| def | OnZoomToWind |
| Set display geometry to match computational region settings (set with g.region) | |
| def | OnZoomToDefault |
| Set display geometry to match default region settings. | |
| def | OnZoomToSaved |
| Set display geometry to match extents in saved region file. | |
| def | OnDisplayToWind |
| Set computational region (WIND file) to match display extents. | |
| def | SaveDisplayRegion |
| Save display extents to named region file. | |
| def | OnZoomMenu |
| Popup Zoom menu. | |
| def | SetProperties |
| Set properies of map display window. | |
| def | IsStandalone |
| Check if Map display is standalone. | |
| def | GetLayerManager |
| Get reference to Layer Manager. | |
Data Fields | |
| Map | |
| tree | |
| page | |
| layerbook | |
| parent | |
| cursors | |
| iconsize | |
| toolbars | |
| activemap | |
| SrcMap | |
| TgtMap | |
| statusbar | |
| statusbarWin | |
| SrcMapWindow | |
| TgtMapWindow | |
| MapWindow | |
| list | |
| printopt | |
| digit | |
| dialogs | |
| decorationDialog | |
| show_target | |
| height | |
| mapScaleValue | |
| ppm | |
| screen X region problem user should specify ppm | |
Main frame for map display window.
Drawing takes place in child double buffered drawing window.
Definition at line 67 of file gcpmapdisp.py.
| def gui_modules.gcpmapdisp.MapFrame.__init__ | ( | self, | |
parent = None, |
|||
id = wx.ID_ANY, |
|||
title = _("GRASS GIS Manage Ground Control Points"), |
|||
style = wx.DEFAULT_FRAME_STYLE, |
|||
toolbars = ["gcpdisp"], |
|||
tree = None, |
|||
notebook = None, |
|||
lmgr = None, |
|||
page = None, |
|||
Map = None, |
|||
auimgr = None, |
|||
| kwargs | |||
| ) |
Main map display window with toolbars, statusbar and DrawWindow.
| toolbars | array of activated toolbars, e.g. ['map', 'digit'] |
| tree | reference to layer tree |
| notebook | control book ID in Layer Manager |
| lmgr | Layer Manager |
| page | notebook page with layer tree |
| Map | instance of render.Map |
| auimgs | AUI manager |
| kwargs | wx.Frame attribures |
Definition at line 74 of file gcpmapdisp.py.
References gui_modules.gcpmapdisp.MapFrame._layerManager.
| def gui_modules.gcpmapdisp.MapFrame.AddToolbar | ( | self, | |
| name | |||
| ) |
Add defined toolbar to the window.
Currently known toolbars are:
Definition at line 331 of file gcpmapdisp.py.
References gui_modules.colorrules.ColorTable.Map, gui_modules.gcpmapdisp.MapFrame.Map, gui_modules.gcpmanager.GCPWizard.Map, gui_modules.colorrules.BufferedWindow.Map, gui_modules.gcpmanager.GCP.Map, and gui_modules.gcpmapdisp.MapFrame.toolbars.
| def gui_modules.gcpmapdisp.MapFrame.FormatDist | ( | self, | |
| dist | |||
| ) |
Format length numbers and units in a nice way, as a function of length.
From code by Hamish Bowman Grass Development Team 2006
Definition at line 960 of file gcpmapdisp.py.
References round.
Referenced by gui_modules.mapdisp.MapFrame.MeasureDist().
| def gui_modules.gcpmapdisp.MapFrame.GetLayerManager | ( | self | ) |
Get reference to Layer Manager.
Definition at line 1097 of file gcpmapdisp.py.
References gui_modules.gcpmapdisp.MapFrame._layerManager.
| def gui_modules.gcpmapdisp.MapFrame.GetRender | ( | self | ) |
Returns current instance of render.Map()
Definition at line 951 of file gcpmapdisp.py.
References gui_modules.colorrules.ColorTable.Map, gui_modules.gcpmapdisp.MapFrame.Map, gui_modules.gcpmanager.GCPWizard.Map, gui_modules.colorrules.BufferedWindow.Map, and gui_modules.gcpmanager.GCP.Map.
| def gui_modules.gcpmapdisp.MapFrame.GetWindow | ( | self | ) |
Get map window.
Definition at line 956 of file gcpmapdisp.py.
References gui_modules.gcpmapdisp.MapFrame.MapWindow, and gui_modules.gcpmanager.GCP.MapWindow.
Referenced by gui_modules.psmap_dialogs.TCValidator.Validate(), and gui_modules.menuform.FloatValidator.Validate().
| def gui_modules.gcpmapdisp.MapFrame.IsStandalone | ( | self | ) |
Check if Map display is standalone.
Definition at line 1090 of file gcpmapdisp.py.
References gui_modules.gcpmapdisp.MapFrame._layerManager.
Referenced by gui_modules.mapdisp.MapFrame.OnQuery(), and gui_modules.mapdisp.MapFrame.QueryMap().
| def gui_modules.gcpmapdisp.MapFrame.OnAlignRegion | ( | self, | |
| event | |||
| ) |
Align region
Definition at line 572 of file gcpmapdisp.py.
| def gui_modules.gcpmapdisp.MapFrame.OnChangeMapScale | ( | self, | |
| event | |||
| ) |
Map scale changed by user
Definition at line 618 of file gcpmapdisp.py.
References gui_modules.gcpmapdisp.MapFrame.mapScaleValue, gui_modules.gcpmapdisp.MapFrame.ppm, and gui_modules.gcpmapdisp.MapFrame.statusbarWin.
| def gui_modules.gcpmapdisp.MapFrame.OnDisplayToWind | ( | self, | |
| event | |||
| ) |
Set computational region (WIND file) to match display extents.
Definition at line 1036 of file gcpmapdisp.py.
Referenced by gui_modules.gcpmapdisp.MapFrame.OnZoomMenu(), and gui_modules.mapdisp.MapFrame.OnZoomMenu().
| def gui_modules.gcpmapdisp.MapFrame.OnDraw | ( | self, | |
| event | |||
| ) |
Re-display current map composition.
Definition at line 426 of file gcpmapdisp.py.
| def gui_modules.gcpmapdisp.MapFrame.OnErase | ( | self, | |
| event | |||
| ) |
Erase the canvas
Definition at line 550 of file gcpmapdisp.py.
References gui_modules.gcpmapdisp.MapFrame.MapWindow, gui_modules.gcpmanager.GCP.MapWindow, gui_modules.gcpmapdisp.MapFrame.SrcMapWindow, and gui_modules.gcpmapdisp.MapFrame.TgtMapWindow.
| def gui_modules.gcpmapdisp.MapFrame.OnFocus | ( | self, | |
| event | |||
| ) |
Change choicebook page to match display. Or set display for georectifying
Definition at line 406 of file gcpmapdisp.py.
References gui_modules.gcpmapdisp.MapFrame._layerManager, gui_modules.gcpmapdisp.MapFrame.OnPointer(), and gui_modules.gcpmapdisp.MapFrame.page.
| def gui_modules.gcpmapdisp.MapFrame.OnGoTo | ( | self, | |
| event | |||
| ) |
Go to position
Definition at line 647 of file gcpmapdisp.py.
References gui_modules.gcpmanager.GCP.mapcoordlist, gui_modules.gcpmapdisp.MapFrame.show_target, gui_modules.gcpmanager.GCP.show_target, and gui_modules.gcpmapdisp.MapFrame.statusbarWin.
| def gui_modules.gcpmapdisp.MapFrame.OnPan | ( | self, | |
| event | |||
| ) |
Panning, set mouse to drag
Definition at line 523 of file gcpmapdisp.py.
References gui_modules.gcpmapdisp.MapFrame.cursors, gui_modules.gcpmapdisp.MapFrame.MapWindow, gui_modules.gcpmanager.GCP.MapWindow, gui_modules.gcpmapdisp.MapFrame.SrcMapWindow, gui_modules.gcpmapdisp.MapFrame.TgtMapWindow, and gui_modules.gcpmapdisp.MapFrame.toolbars.
| def gui_modules.gcpmapdisp.MapFrame.OnPointer | ( | self, | |
| event | |||
| ) |
Pointer button clicked.
Definition at line 446 of file gcpmapdisp.py.
References gui_modules.gcpmapdisp.MapFrame.cursors.
Referenced by gui_modules.gcpmapdisp.MapFrame.OnFocus(), and gui_modules.mapdisp.MapFrame.OnFocus().
| def gui_modules.gcpmapdisp.MapFrame.OnRender | ( | self, | |
| event | |||
| ) |
Re-render map composition (each map layer)
Definition at line 431 of file gcpmapdisp.py.
References gui_modules.gcpmapdisp.MapFrame.show_target, gui_modules.gcpmanager.GCP.show_target, and gui_modules.gcpmapdisp.MapFrame.StatusbarUpdate().
Referenced by gui_modules.gcpmapdisp.MapFrame.OnToggleRender(), gui_modules.mapdisp.MapFrame.OnToggleRender(), gui_modules.gcpmapdisp.MapFrame.OnToggleResolution(), gui_modules.mapdisp.MapFrame.OnToggleResolution(), gui_modules.gcpmapdisp.MapFrame.OnToggleShowRegion(), and gui_modules.mapdisp.MapFrame.OnToggleShowRegion().
| def gui_modules.gcpmapdisp.MapFrame.OnToggleRender | ( | self, | |
| event | |||
| ) |
Enable/disable auto-rendering
Definition at line 582 of file gcpmapdisp.py.
References gui_modules.gcpmapdisp.MapFrame.OnRender(), and gui_modules.gcpmapdisp.MapFrame.statusbarWin.
| def gui_modules.gcpmapdisp.MapFrame.OnToggleResolution | ( | self, | |
| event | |||
| ) |
Use resolution of computation region settings for redering image instead of display resolution
Definition at line 603 of file gcpmapdisp.py.
References gui_modules.gcpmapdisp.MapFrame.OnRender(), and gui_modules.gcpmapdisp.MapFrame.statusbarWin.
| def gui_modules.gcpmapdisp.MapFrame.OnToggleShowRegion | ( | self, | |
| event | |||
| ) |
Show/Hide extent in map canvas
Definition at line 589 of file gcpmapdisp.py.
References gui_modules.gcpmapdisp.MapFrame.OnRender(), and gui_modules.gcpmapdisp.MapFrame.statusbarWin.
| def gui_modules.gcpmapdisp.MapFrame.OnToggleStatus | ( | self, | |
| event | |||
| ) |
Toggle status text
Definition at line 612 of file gcpmapdisp.py.
References gui_modules.gcpmapdisp.MapFrame.StatusbarUpdate().
| def gui_modules.gcpmapdisp.MapFrame.OnUpdateProgress | ( | self, | |
| event | |||
| ) |
Update progress bar info
Definition at line 398 of file gcpmapdisp.py.
References gui_modules.gcpmapdisp.MapFrame.statusbarWin.
| def gui_modules.gcpmapdisp.MapFrame.OnZoomBack | ( | self, | |
| event | |||
| ) |
Zoom last (previously stored position)
Definition at line 517 of file gcpmapdisp.py.
| def gui_modules.gcpmapdisp.MapFrame.OnZoomIn | ( | self, | |
| event | |||
| ) |
Zoom in the map. Set mouse cursor, zoombox attributes, and zoom direction
Definition at line 457 of file gcpmapdisp.py.
References gui_modules.gcpmapdisp.MapFrame.cursors, gui_modules.gcpmapdisp.MapFrame.MapWindow, gui_modules.gcpmanager.GCP.MapWindow, gui_modules.gcpmapdisp.MapFrame.SrcMapWindow, gui_modules.gcpmapdisp.MapFrame.TgtMapWindow, and gui_modules.gcpmapdisp.MapFrame.toolbars.
| def gui_modules.gcpmapdisp.MapFrame.OnZoomMenu | ( | self, | |
| event | |||
| ) |
Popup Zoom menu.
Definition at line 1047 of file gcpmapdisp.py.
References gui_modules.gcpmapdisp.MapFrame.OnDisplayToWind(), gui_modules.gcpmapdisp.MapFrame.OnZoomToDefault(), gui_modules.gcpmapdisp.MapFrame.OnZoomToSaved(), gui_modules.gcpmapdisp.MapFrame.OnZoomToWind(), gui_modules.gcpmapdisp.MapFrame.SaveDisplayRegion(), and gui_modules.gcpmapdisp.MapFrame.SetProperties().
| def gui_modules.gcpmapdisp.MapFrame.OnZoomOut | ( | self, | |
| event | |||
| ) |
Zoom out the map. Set mouse cursor, zoombox attributes, and zoom direction
Definition at line 487 of file gcpmapdisp.py.
References gui_modules.gcpmapdisp.MapFrame.cursors, gui_modules.gcpmapdisp.MapFrame.MapWindow, gui_modules.gcpmanager.GCP.MapWindow, gui_modules.gcpmapdisp.MapFrame.SrcMapWindow, gui_modules.gcpmapdisp.MapFrame.TgtMapWindow, and gui_modules.gcpmapdisp.MapFrame.toolbars.
| def gui_modules.gcpmapdisp.MapFrame.OnZoomRegion | ( | self, | |
| event | |||
| ) |
Zoom to region
Definition at line 563 of file gcpmapdisp.py.
References gui_modules.nviz_mapdisp.GLWindow.UpdateMap(), and gui_modules.mapdisp_window.BufferedWindow.UpdateMap().
| def gui_modules.gcpmapdisp.MapFrame.OnZoomToDefault | ( | self, | |
| event | |||
| ) |
Set display geometry to match default region settings.
Definition at line 1025 of file gcpmapdisp.py.
Referenced by gui_modules.gcpmapdisp.MapFrame.OnZoomMenu(), and gui_modules.mapdisp.MapFrame.OnZoomMenu().
| def gui_modules.gcpmapdisp.MapFrame.OnZoomToMap | ( | self, | |
| event | |||
| ) |
Set display extents to match selected raster (including NULLs) or vector map.
Definition at line 1006 of file gcpmapdisp.py.
| def gui_modules.gcpmapdisp.MapFrame.OnZoomToRaster | ( | self, | |
| event | |||
| ) |
Set display extents to match selected raster map (ignore NULLs)
Definition at line 1013 of file gcpmapdisp.py.
| def gui_modules.gcpmapdisp.MapFrame.OnZoomToSaved | ( | self, | |
| event | |||
| ) |
Set display geometry to match extents in saved region file.
Definition at line 1030 of file gcpmapdisp.py.
Referenced by gui_modules.gcpmapdisp.MapFrame.OnZoomMenu(), and gui_modules.mapdisp.MapFrame.OnZoomMenu().
| def gui_modules.gcpmapdisp.MapFrame.OnZoomToWind | ( | self, | |
| event | |||
| ) |
Set display geometry to match computational region settings (set with g.region)
Definition at line 1019 of file gcpmapdisp.py.
Referenced by gui_modules.gcpmapdisp.MapFrame.OnZoomMenu(), and gui_modules.mapdisp.MapFrame.OnZoomMenu().
| def gui_modules.gcpmapdisp.MapFrame.PrintMenu | ( | self, | |
| event | |||
| ) |
Print options and output menu for map display
Definition at line 927 of file gcpmapdisp.py.
| def gui_modules.gcpmapdisp.MapFrame.SaveDisplayRegion | ( | self, | |
| event | |||
| ) |
Save display extents to named region file.
Definition at line 1042 of file gcpmapdisp.py.
Referenced by gui_modules.gcpmapdisp.MapFrame.OnZoomMenu(), and gui_modules.mapdisp.MapFrame.OnZoomMenu().
| def gui_modules.gcpmapdisp.MapFrame.SaveToFile | ( | self, | |
| event | |||
| ) |
Save map to image.
Definition at line 884 of file gcpmapdisp.py.
| def gui_modules.gcpmapdisp.MapFrame.SetProperties | ( | self, | |
render = False, |
|||
mode = 0, |
|||
showCompExtent = False, |
|||
constrainRes = False, |
|||
projection = False |
|||
| ) |
Set properies of map display window.
Definition at line 1080 of file gcpmapdisp.py.
References gui_modules.gcpmapdisp.MapFrame.StatusbarUpdate(), and gui_modules.gcpmapdisp.MapFrame.statusbarWin.
Referenced by gui_modules.gcpmapdisp.MapFrame.OnZoomMenu().
| def gui_modules.gcpmapdisp.MapFrame.StatusbarEnableLongHelp | ( | self, | |
enable = True |
|||
| ) |
Enable/disable toolbars long help.
Definition at line 839 of file gcpmapdisp.py.
| def gui_modules.gcpmapdisp.MapFrame.StatusbarReposition | ( | self | ) |
Reposition checkbox in statusbar.
Definition at line 845 of file gcpmapdisp.py.
References gui_modules.gcpmapdisp.MapFrame.statusbarWin.
| def gui_modules.gcpmapdisp.MapFrame.StatusbarUpdate | ( | self | ) |
Update statusbar content.
Definition at line 693 of file gcpmapdisp.py.
References gui_modules.gcpmapdisp.MapFrame.statusbarWin.
Referenced by gui_modules.gcpmanager.GCP.AddGCP(), gui_modules.gcpmanager.GCP.AdjustMap(), gui_modules.gcpmanager.GCP.DeleteGCP(), gui_modules.gcpmapdisp.MapFrame.OnRender(), gui_modules.mapdisp.MapFrame.OnRender(), gui_modules.gcpmapdisp.MapFrame.OnToggleStatus(), gui_modules.mapdisp.MapFrame.OnToggleStatus(), gui_modules.gcpmapdisp.MapFrame.SetProperties(), gui_modules.mapdisp.MapFrame.SetProperties(), and gui_modules.gcpmanager.GCP.UpdateActive().
| gui_modules.gcpmapdisp.MapFrame.activemap |
Definition at line 135 of file gcpmapdisp.py.
| gui_modules.gcpmapdisp.MapFrame.cursors |
Definition at line 99 of file gcpmapdisp.py.
Referenced by gui_modules.gmodeler.ModelFrame.OnDefineRelation(), gui_modules.psmap.PsMapBufferedWindow.OnMouse(), gui_modules.gcpmapdisp.MapFrame.OnPan(), gui_modules.mapdisp.MapFrame.OnPan(), gui_modules.gcpmapdisp.MapFrame.OnPointer(), gui_modules.mapdisp.MapFrame.OnPointer(), gui_modules.mapdisp.MapFrame.OnQuery(), gui_modules.gcpmapdisp.MapFrame.OnZoomIn(), gui_modules.mapdisp.MapFrame.OnZoomIn(), gui_modules.gcpmapdisp.MapFrame.OnZoomOut(), and gui_modules.mapdisp.MapFrame.OnZoomOut().
| gui_modules.gcpmapdisp.MapFrame.decorationDialog |
Definition at line 329 of file gcpmapdisp.py.
| gui_modules.gcpmapdisp.MapFrame.dialogs |
Definition at line 323 of file gcpmapdisp.py.
Referenced by gui_modules.mapdisp.MapFrame.OnAddBarscale(), gui_modules.mapdisp.MapFrame.OnAddLegend(), gui_modules.mapdisp.MapFrame.OnAddText(), wxgui.GMFrame.OnPreferences(), wxgui.GMFrame.OnShowAttributeTable(), and gui_modules.mapdisp.MapFrame.QueryVector().
| gui_modules.gcpmapdisp.MapFrame.digit |
Definition at line 312 of file gcpmapdisp.py.
Referenced by gui_modules.vdigit.VDigitCategoryDialog.OnCancel(), gui_modules.toolbars.VDigitToolbar.OnSettings(), gui_modules.toolbars.VDigitToolbar.OnTool(), gui_modules.toolbars.VDigitToolbar.StartEditing(), and gui_modules.toolbars.VDigitToolbar.StopEditing().
| gui_modules.gcpmapdisp.MapFrame.height |
Definition at line 386 of file gcpmapdisp.py.
Referenced by gui_modules.render.Map.AdjustRegion(), gui_modules.render.Map.AlignExtentFromDisplay(), gui_modules.render.Map.ChangeMapSize(), gui_modules.gmodeler.ModelCondition.GetHeight(), gui_modules.render.Map.Render(), gui_modules.wxnviz.Nviz.ResizeWindow(), and gui_modules.wxnviz.Nviz.SaveToFile().
| gui_modules.gcpmapdisp.MapFrame.iconsize |
Definition at line 113 of file gcpmapdisp.py.
Referenced by wxgui.GMFrame.OnAboutGRASS(), gui_modules.mapdisp.MapFrame.OnAnalyze(), and gui_modules.mapdisp.MapFrame.OnDecoration().
| gui_modules.gcpmapdisp.MapFrame.layerbook |
Definition at line 91 of file gcpmapdisp.py.
| gui_modules.gcpmapdisp.MapFrame.list |
Definition at line 270 of file gcpmapdisp.py.
Referenced by gui_modules.gdialogs.ImportDialog.doLayout(), gui_modules.gcpmanager.GCP.GetListCtrl(), and gui_modules.vdigit.VDigitCategoryDialog.GetListCtrl().
| gui_modules.gcpmapdisp.MapFrame.Map |
Definition at line 88 of file gcpmapdisp.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(), and gui_modules.mapdisp_window.BufferedWindow.OnMouseEnter().
| gui_modules.gcpmapdisp.MapFrame.mapScaleValue |
Definition at line 700 of file gcpmapdisp.py.
Referenced by gui_modules.gcpmapdisp.MapFrame.OnChangeMapScale(), and gui_modules.mapdisp.MapFrame.OnChangeMapScale().
| gui_modules.gcpmapdisp.MapFrame.MapWindow |
Definition at line 248 of file gcpmapdisp.py.
Referenced by gui_modules.gcpmapdisp.MapFrame.GetWindow(), gui_modules.mapdisp.MapFrame.GetWindow(), gui_modules.gcpmapdisp.MapFrame.OnErase(), gui_modules.gcpmapdisp.MapFrame.OnPan(), gui_modules.gcpmapdisp.MapFrame.OnZoomIn(), gui_modules.gcpmapdisp.MapFrame.OnZoomOut(), gui_modules.mapdisp.MapFrame.QueryVector(), and gui_modules.mapdisp.MapFrame.RemoveToolbar().
| gui_modules.gcpmapdisp.MapFrame.page |
Definition at line 90 of file gcpmapdisp.py.
Referenced by gui_modules.nviz_tools.NvizToolWindow.GselectOnPopup(), gui_modules.mapdisp.MapFrame.OnCloseWindow(), gui_modules.gcpmapdisp.MapFrame.OnFocus(), gui_modules.mapdisp.MapFrame.OnFocus(), gui_modules.nviz_preferences.NvizPreferencesDialog.OnSave(), gui_modules.nviz_tools.NvizPreferencesDialog.OnSave(), gui_modules.nviz_tools.NvizToolWindow.PostViewEvent(), and gui_modules.nviz_tools.NvizToolWindow.SetPage().
| gui_modules.gcpmapdisp.MapFrame.parent |
Definition at line 92 of file gcpmapdisp.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.gcpmapdisp.MapFrame.ppm |
screen X region problem user should specify ppm
Definition at line 700 of file gcpmapdisp.py.
Referenced by gui_modules.gcpmapdisp.MapFrame.OnChangeMapScale(), and gui_modules.mapdisp.MapFrame.OnChangeMapScale().
| gui_modules.gcpmapdisp.MapFrame.printopt |
Definition at line 307 of file gcpmapdisp.py.
| gui_modules.gcpmapdisp.MapFrame.show_target |
Definition at line 367 of file gcpmapdisp.py.
Referenced by gui_modules.gcpmapdisp.MapFrame.OnGoTo(), and gui_modules.gcpmapdisp.MapFrame.OnRender().
| gui_modules.gcpmapdisp.MapFrame.SrcMap |
Definition at line 137 of file gcpmapdisp.py.
Referenced by gui_modules.gcpmanager.GCP.OnUpdateActive(), and gui_modules.gcpmanager.GCP.OnZoomToTarget().
| gui_modules.gcpmapdisp.MapFrame.SrcMapWindow |
Definition at line 242 of file gcpmapdisp.py.
Referenced by gui_modules.gcpmanager.GCP.DrawGCP(), gui_modules.gcpmapdisp.MapFrame.OnErase(), gui_modules.gcpmapdisp.MapFrame.OnPan(), gui_modules.gcpmanager.GCP.OnUpdateActive(), gui_modules.gcpmapdisp.MapFrame.OnZoomIn(), gui_modules.gcpmapdisp.MapFrame.OnZoomOut(), gui_modules.gcpmanager.GCP.OnZoomToTarget(), gui_modules.gcpmanager.GCP.ReadGCPs(), gui_modules.gcpmanager.GCP.ReloadGCPs(), gui_modules.gcpmanager.GCP.SetGCPData(), and gui_modules.gcpmanager.GCP.UpdateColours().
| gui_modules.gcpmapdisp.MapFrame.statusbar |
Definition at line 144 of file gcpmapdisp.py.
| gui_modules.gcpmapdisp.MapFrame.statusbarWin |
Definition at line 146 of file gcpmapdisp.py.
Referenced by gui_modules.gcpmanager.GCP.AddGCP(), gui_modules.gcpmanager.GCP.DeleteGCP(), gui_modules.mapdisp.MapFrame.IsAutoRendered(), gui_modules.gcpmapdisp.MapFrame.OnChangeMapScale(), gui_modules.mapdisp.MapFrame.OnChangeMapScale(), gui_modules.gcpmapdisp.MapFrame.OnGoTo(), gui_modules.mapdisp.MapFrame.OnGoTo(), gui_modules.gcpmapdisp.MapFrame.OnToggleRender(), gui_modules.mapdisp.MapFrame.OnToggleRender(), gui_modules.gcpmapdisp.MapFrame.OnToggleResolution(), gui_modules.mapdisp.MapFrame.OnToggleResolution(), gui_modules.gcpmapdisp.MapFrame.OnToggleShowRegion(), gui_modules.mapdisp.MapFrame.OnToggleShowRegion(), gui_modules.gcpmapdisp.MapFrame.OnUpdateProgress(), gui_modules.mapdisp.MapFrame.OnUpdateProgress(), gui_modules.mapdisp.MapFrame.RemoveToolbar(), gui_modules.gcpmapdisp.MapFrame.SetProperties(), gui_modules.mapdisp.MapFrame.SetProperties(), gui_modules.gcpmapdisp.MapFrame.StatusbarReposition(), gui_modules.mapdisp.MapFrame.StatusbarReposition(), gui_modules.gcpmapdisp.MapFrame.StatusbarUpdate(), and gui_modules.mapdisp.MapFrame.StatusbarUpdate().
| gui_modules.gcpmapdisp.MapFrame.TgtMap |
Definition at line 138 of file gcpmapdisp.py.
Referenced by gui_modules.gcpmanager.GCP.OnUpdateActive(), and gui_modules.gcpmanager.GCP.OnZoomToSource().
| gui_modules.gcpmapdisp.MapFrame.TgtMapWindow |
Definition at line 246 of file gcpmapdisp.py.
Referenced by gui_modules.gcpmanager.GCP.DrawGCP(), gui_modules.gcpmapdisp.MapFrame.OnErase(), gui_modules.gcpmapdisp.MapFrame.OnPan(), gui_modules.gcpmanager.GCP.OnUpdateActive(), gui_modules.gcpmapdisp.MapFrame.OnZoomIn(), gui_modules.gcpmapdisp.MapFrame.OnZoomOut(), gui_modules.gcpmanager.GCP.OnZoomToSource(), gui_modules.gcpmanager.GCP.ReadGCPs(), gui_modules.gcpmanager.GCP.ReloadGCPs(), gui_modules.gcpmanager.GCP.UpdateActive(), and gui_modules.gcpmanager.GCP.UpdateColours().
| gui_modules.gcpmapdisp.MapFrame.toolbars |
Definition at line 125 of file gcpmapdisp.py.
Referenced by gui_modules.gcpmapdisp.MapFrame.AddToolbar(), gui_modules.mapdisp.MapFrame.AddToolbar(), gui_modules.mapdisp.MapFrame.OnCloseWindow(), gui_modules.gcpmanager.GCP.OnDispResize(), gui_modules.mapdisp.MapFrame.OnNvizQuerySurface(), gui_modules.mapdisp.MapFrame.OnNvizQueryVector(), gui_modules.gcpmapdisp.MapFrame.OnPan(), gui_modules.mapdisp.MapFrame.OnPan(), gui_modules.mapdisp.MapFrame.OnPointer(), gui_modules.mapdisp.MapFrame.OnQuery(), gui_modules.mapdisp.MapFrame.OnRender(), gui_modules.gcpmapdisp.MapFrame.OnZoomIn(), gui_modules.mapdisp.MapFrame.OnZoomIn(), gui_modules.gcpmapdisp.MapFrame.OnZoomOut(), gui_modules.mapdisp.MapFrame.OnZoomOut(), gui_modules.mapdisp.MapFrame.RemoveToolbar(), gui_modules.mapdisp.MapFrame.SaveToFile(), and gui_modules.gcpmanager.GCP.UpdateActive().
| gui_modules.gcpmapdisp.MapFrame.tree |
Definition at line 89 of file gcpmapdisp.py.
Referenced by gui_modules.mapdisp_window.MapWindow.GetLayerByName(), gui_modules.mapdisp_window.MapWindow.GetSelectedLayer(), gui_modules.nviz_mapdisp.GLWindow.LoadDataLayers(), gui_modules.nviz_mapdisp.GLWindow.UnloadDataLayers(), and gui_modules.mapdisp_window.BufferedWindow.UpdateMap().