GRASS Programmer's Manual
6.4.2(2012)
|
Manages ground control points for georectifying. More...
Public Member Functions | |
def | __init__ |
def | __del__ |
Disable GCP manager mode. | |
def | CreateGCPList |
Create GCP List Control. | |
def | GetListCtrl |
def | GetSortImages |
def | InitMapDisplay |
def | SetTarget |
def | AddGCP |
def | DeleteGCP |
def | ClearGCP |
def | DrawGCP |
def | SetGCPData |
def | SaveGCPs |
def | ReadGCPs |
def | ReloadGCPs |
Reload data from file. | |
def | OnFocus |
def | OnRMS |
def | CheckGCPcount |
def | OnGeorect |
def | OnGeorectDone |
Print final message. | |
def | OnSettings |
GCP Manager settings. | |
def | UpdateColours |
update colours | |
def | OnQuit |
Quit georectifier. | |
def | OnGROrder |
def | RMSError |
def | GetNewExtent |
def | OnHelp |
Show GCP Manager manual page. | |
def | OnUpdateActive |
def | UpdateActive |
def | AdjustMap |
Adjust map window to new extents. | |
def | OnZoomToSource |
Set target map window to match extents of source map window. | |
def | OnZoomToTarget |
Set source map window to match extents of target map window. | |
def | OnZoomMenuGCP |
Popup Zoom menu. | |
def | OnDispResize |
GCP Map Display resized, adjust Map Windows. |
Manages ground control points for georectifying.
Calculates RMS statics. Calls i.rectify or v.transform to georectify map.
Definition at line 724 of file gcpmanager.py.
def gui_modules.gcpmanager.GCP.__init__ | ( | self, | |
parent, | |||
grwiz = None , |
|||
id = wx.ID_ANY , |
|||
title = _("Manage Ground Control Points") , |
|||
size = (700, 300 , |
|||
toolbars = ["gcpdisp"] , |
|||
Map = None , |
|||
lmgr = None |
|||
) |
Definition at line 731 of file gcpmanager.py.
def gui_modules.gcpmanager.GCP.__del__ | ( | self | ) |
Disable GCP manager mode.
Definition at line 881 of file gcpmanager.py.
def gui_modules.gcpmanager.GCP.AddGCP | ( | self, | |
event | |||
) |
Appends an item to GCP list
Definition at line 927 of file gcpmanager.py.
References gui_modules.gcpmapdisp.MapFrame.StatusbarUpdate(), gui_modules.mapdisp.MapFrame.StatusbarUpdate(), gui_modules.gcpmapdisp.MapFrame.statusbarWin, and gui_modules.mapdisp.MapFrame.statusbarWin.
Referenced by gui_modules.gcpmanager.GCP.OnGROrder(), and gui_modules.gcpmanager.GCP.ReadGCPs().
def gui_modules.gcpmanager.GCP.AdjustMap | ( | self, | |
newreg | |||
) |
Adjust map window to new extents.
Definition at line 1788 of file gcpmanager.py.
References gui_modules.gcpmapdisp.MapFrame.StatusbarUpdate(), and gui_modules.mapdisp.MapFrame.StatusbarUpdate().
Referenced by gui_modules.gcpmanager.GCP.OnZoomToSource(), and gui_modules.gcpmanager.GCP.OnZoomToTarget().
def gui_modules.gcpmanager.GCP.CheckGCPcount | ( | self, | |
msg = False |
|||
) |
Checks to make sure that the minimum number of GCPs have been defined and are active for the selected transformation order
Definition at line 1298 of file gcpmanager.py.
References gui_modules.gcpmanager.GCP.GCPcount, and gui_modules.gcpmanager.GCP.gr_order.
Referenced by gui_modules.gcpmanager.GCP.GetNewExtent(), gui_modules.gcpmanager.GCP.OnGeorect(), gui_modules.gcpmanager.GCP.ReadGCPs(), and gui_modules.gcpmanager.GCP.RMSError().
def gui_modules.gcpmanager.GCP.ClearGCP | ( | self, | |
event | |||
) |
Clears all values in selected item of GCP list and unchecks it
Definition at line 988 of file gcpmanager.py.
References gui_modules.gcpmanager.GCP.mapcoordlist.
def gui_modules.gcpmanager.GCP.CreateGCPList | ( | self | ) |
Create GCP List Control.
Definition at line 885 of file gcpmanager.py.
def gui_modules.gcpmanager.GCP.DeleteGCP | ( | self, | |
event | |||
) |
Deletes selected item in GCP list
Definition at line 944 of file gcpmanager.py.
References gui_modules.gcpmanager.GCP.mapcoordlist, gui_modules.gcpmanager.GCP.OnGROrder(), gui_modules.gcpmapdisp.MapFrame.StatusbarUpdate(), gui_modules.mapdisp.MapFrame.StatusbarUpdate(), gui_modules.gcpmapdisp.MapFrame.statusbarWin, gui_modules.mapdisp.MapFrame.statusbarWin, and gui_modules.gcpmanager.GCP.UpdateColours().
def gui_modules.gcpmanager.GCP.DrawGCP | ( | self, | |
coordtype | |||
) |
Updates GCP and map coord maps and redraws active (checked) GCP markers
Definition at line 1004 of file gcpmanager.py.
References gui_modules.gcpmanager.GCP.highest_key, gui_modules.gcpmanager.GCP.highest_only, gui_modules.gcpmanager.GCP.mapcoordlist, gui_modules.gcpmanager.GCP.rmsthresh, gui_modules.gcpmanager.GCP.show_unused, gui_modules.gcpmapdisp.MapFrame.SrcMapWindow, and gui_modules.gcpmapdisp.MapFrame.TgtMapWindow.
def gui_modules.gcpmanager.GCP.GetListCtrl | ( | self | ) |
Definition at line 891 of file gcpmanager.py.
References _item_.list, gui_modules.ogc_services.WMSDialog.list, gui_modules.gcpmapdisp.MapFrame.list, gui_modules.vdigit.VDigitCategoryDialog.list, gui_modules.gdialogs.ImportDialog.list, gui_modules.gmodeler.VariablePanel.list, and gui_modules.gmodeler.ItemPanel.list.
def gui_modules.gcpmanager.GCP.GetNewExtent | ( | self, | |
region, | |||
map = None |
|||
) |
Definition at line 1671 of file gcpmanager.py.
References gui_modules.gcpmanager.GCP.CheckGCPcount(), gui_modules.gcpmanager.GCP.gr_order, gui_modules.gcpmanager.GCP.SaveGCPs(), gui_modules.utils.split(), gui_modules.gcpmanager.GroupPage.xygroup, and gui_modules.gcpmanager.GCP.xygroup.
Referenced by gui_modules.gcpmanager.GCP.OnZoomToSource(), and gui_modules.gcpmanager.GCP.OnZoomToTarget().
def gui_modules.gcpmanager.GCP.GetSortImages | ( | self | ) |
Definition at line 895 of file gcpmanager.py.
References gui_modules.dbm.VirtualAttributeList.sm_dn, gui_modules.gcpmanager.GCP.sm_dn, gui_modules.dbm.VirtualAttributeList.sm_up, and gui_modules.gcpmanager.GCP.sm_up.
def gui_modules.gcpmanager.GCP.InitMapDisplay | ( | self | ) |
Definition at line 898 of file gcpmanager.py.
References gui_modules.gcpmanager.GCP._colSortFlag, gui_modules.dbm.VirtualAttributeList.itemDataMap, gui_modules.gcpmanager.GCP.itemDataMap, and gui_modules.gcpmanager.GCP.mapcoordlist.
def gui_modules.gcpmanager.GCP.OnDispResize | ( | self, | |
event | |||
) |
GCP Map Display resized, adjust Map Windows.
Definition at line 1875 of file gcpmanager.py.
References gui_modules.gcpmanager.GCP.show_target, gui_modules.gcpmapdisp.MapFrame.toolbars, wxgui.GMFrame.toolbars, and gui_modules.mapdisp.MapFrame.toolbars.
def gui_modules.gcpmanager.GCP.OnFocus | ( | self, | |
event | |||
) |
Definition at line 1282 of file gcpmanager.py.
def gui_modules.gcpmanager.GCP.OnGeorect | ( | self, | |
event | |||
) |
Georectifies map(s) in group using i.rectify or v.transform
Definition at line 1317 of file gcpmanager.py.
References gui_modules.gcpmanager.GCP.CheckGCPcount(), gui_modules.gcpmanager.GCP.clip_to_region, gui_modules.gcpmanager.GCPWizard.currentlocation, gui_modules.gcpmanager.GCP.currentlocation, gui_modules.gcpmanager.GCPWizard.currentmapset, gui_modules.gcpmanager.GCP.currentmapset, gui_modules.gcpmanager.GroupPage.extension, gui_modules.gcpmanager.GCP.extension, gui_modules.gcpmanager.GCP.file, gui_modules.gcpmanager.GCP.gr_method, gui_modules.gcpmanager.GCP.gr_order, gui_modules.gcpmanager.GCPWizard.grassdatabase, gui_modules.gcpmanager.LocationPage.grassdatabase, gui_modules.gcpmanager.GroupPage.grassdatabase, gui_modules.gcpmanager.GCP.grassdatabase, gui_modules.gcpmanager.GCP.outname, gui_modules.gcpmanager.GCP.SaveGCPs(), gui_modules.gcpmanager.GCP.VectGRList, gui_modules.gcpmanager.GroupPage.xygroup, gui_modules.gcpmanager.GCP.xygroup, gui_modules.gcpmanager.LocationPage.xylocation, gui_modules.gcpmanager.GroupPage.xylocation, gui_modules.gcpmanager.GCP.xylocation, gui_modules.gcpmanager.LocationPage.xymapset, gui_modules.gcpmanager.GroupPage.xymapset, and gui_modules.gcpmanager.GCP.xymapset.
def gui_modules.gcpmanager.GCP.OnGeorectDone | ( | self, | |
kargs | |||
) |
Print final message.
Definition at line 1463 of file gcpmanager.py.
References gui_modules.gcpmanager.GCP.outname, and gui_modules.gcpmanager.GCP.VectGRList.
def gui_modules.gcpmanager.GCP.OnGROrder | ( | self, | |
event | |||
) |
sets transformation order for georectifying
Definition at line 1550 of file gcpmanager.py.
References gui_modules.gcpmanager.GCP.AddGCP(), and gui_modules.gcpmanager.GCP.gr_order.
Referenced by gui_modules.gcpmanager.GCP.DeleteGCP().
def gui_modules.gcpmanager.GCP.OnHelp | ( | self, | |
event | |||
) |
Show GCP Manager manual page.
Definition at line 1759 of file gcpmanager.py.
Referenced by gui_modules.menuform.mainFrame.OnKeyUp().
def gui_modules.gcpmanager.GCP.OnQuit | ( | self, | |
event | |||
) |
Quit georectifier.
Definition at line 1523 of file gcpmanager.py.
References gui_modules.gcpmanager.GCP.file, and gui_modules.gcpmanager.GCP.SaveGCPs().
def gui_modules.gcpmanager.GCP.OnRMS | ( | self, | |
event | |||
) |
RMS button handler
Definition at line 1286 of file gcpmanager.py.
def gui_modules.gcpmanager.GCP.OnSettings | ( | self, | |
event | |||
) |
GCP Manager settings.
Definition at line 1479 of file gcpmanager.py.
References gui_modules.gcpmanager.GCP.UpdateColours().
def gui_modules.gcpmanager.GCP.OnUpdateActive | ( | self, | |
event | |||
) |
Definition at line 1765 of file gcpmanager.py.
References gui_modules.colorrules.ColorTable.Map, gui_modules.gcpmanager.GCPWizard.Map, gui_modules.colorrules.BufferedWindow.Map, gui_modules.gcpmanager.GCP.Map, gui_modules.gcpmanager.GCP.MapWindow, gui_modules.gcpmapdisp.MapFrame.SrcMap, gui_modules.gcpmanager.GCPWizard.SrcMap, gui_modules.gcpmapdisp.MapFrame.SrcMapWindow, gui_modules.gcpmapdisp.MapFrame.TgtMap, gui_modules.gcpmanager.GCPWizard.TgtMap, gui_modules.gcpmapdisp.MapFrame.TgtMapWindow, and gui_modules.gcpmanager.GCP.UpdateActive().
def gui_modules.gcpmanager.GCP.OnZoomMenuGCP | ( | self, | |
event | |||
) |
Popup Zoom menu.
Definition at line 1855 of file gcpmanager.py.
References gui_modules.gcpmanager.GCP.OnZoomToSource(), and gui_modules.gcpmanager.GCP.OnZoomToTarget().
def gui_modules.gcpmanager.GCP.OnZoomToSource | ( | self, | |
event | |||
) |
Set target map window to match extents of source map window.
Definition at line 1827 of file gcpmanager.py.
References gui_modules.gcpmanager.GCP.AdjustMap(), gui_modules.gcpmanager.GCP.GetNewExtent(), gui_modules.colorrules.ColorTable.Map, gui_modules.gcpmanager.GCPWizard.Map, gui_modules.colorrules.BufferedWindow.Map, gui_modules.gcpmanager.GCP.Map, gui_modules.gcpmanager.GCP.MapWindow, gui_modules.gcpmapdisp.MapFrame.TgtMap, gui_modules.gcpmanager.GCPWizard.TgtMap, gui_modules.gcpmapdisp.MapFrame.TgtMapWindow, and gui_modules.gcpmanager.GCP.UpdateActive().
Referenced by gui_modules.gcpmanager.GCP.OnZoomMenuGCP().
def gui_modules.gcpmanager.GCP.OnZoomToTarget | ( | self, | |
event | |||
) |
Set source map window to match extents of target map window.
Definition at line 1841 of file gcpmanager.py.
References gui_modules.gcpmanager.GCP.AdjustMap(), gui_modules.gcpmanager.GCP.GetNewExtent(), gui_modules.colorrules.ColorTable.Map, gui_modules.gcpmanager.GCPWizard.Map, gui_modules.colorrules.BufferedWindow.Map, gui_modules.gcpmanager.GCP.Map, gui_modules.gcpmanager.GCP.MapWindow, gui_modules.gcpmapdisp.MapFrame.SrcMap, gui_modules.gcpmanager.GCPWizard.SrcMap, gui_modules.gcpmapdisp.MapFrame.SrcMapWindow, and gui_modules.gcpmanager.GCP.UpdateActive().
Referenced by gui_modules.gcpmanager.GCP.OnZoomMenuGCP().
def gui_modules.gcpmanager.GCP.ReadGCPs | ( | self | ) |
Reads GCPs and georectified coordinates from POINTS file
Definition at line 1191 of file gcpmanager.py.
References gui_modules.gcpmanager.GCP.AddGCP(), gui_modules.gcpmanager.GCP.CheckGCPcount(), gui_modules.gcpmanager.GCP.file, gui_modules.gcpmanager.GCP.GCPcount, gui_modules.gcpmanager.GCP.gr_order, gui_modules.render.map, gui_modules.gcpmanager.GCP.RMSError(), gui_modules.gcpmanager.GCP.SetGCPData(), gui_modules.gcpmapdisp.MapFrame.SrcMapWindow, gui_modules.gcpmapdisp.MapFrame.TgtMapWindow, gui_modules.gcpmanager.GroupPage.xygroup, and gui_modules.gcpmanager.GCP.xygroup.
def gui_modules.gcpmanager.GCP.ReloadGCPs | ( | self, | |
event | |||
) |
Reload data from file.
Definition at line 1252 of file gcpmanager.py.
References gui_modules.dbm.VirtualAttributeList._col, gui_modules.location_wizard.ItemList._col, gui_modules.gcpmanager.GCP._colSortFlag, gui_modules.gcpmanager.GCP.file, gui_modules.dbm.VirtualAttributeList.itemDataMap, gui_modules.gcpmanager.GCP.itemDataMap, gui_modules.gcpmanager.GCP.mapcoordlist, gui_modules.gcpmanager.GCP.show_target, gui_modules.gcpmapdisp.MapFrame.SrcMapWindow, and gui_modules.gcpmapdisp.MapFrame.TgtMapWindow.
def gui_modules.gcpmanager.GCP.RMSError | ( | self, | |
xygroup, | |||
order | |||
) |
Uses g.transform to calculate forward and backward error for each used GCP in POINTS file and insert error values into GCP list. Calculates total forward and backward RMS error for all used points
Definition at line 1578 of file gcpmanager.py.
References gui_modules.gcpmanager.GCP.bkw_rmserror, gui_modules.gcpmanager.GCP.CheckGCPcount(), gui_modules.gcpmanager.GCP.fwd_rmserror, gui_modules.gcpmanager.GCP.highest_key, gui_modules.gcpmanager.GCP.highest_only, gui_modules.gcpmanager.GCP.mapcoordlist, gui_modules.gcpmanager.GCP.rmsmean, gui_modules.gcpmanager.GCP.rmssd, gui_modules.gcpmanager.GCP.rmsthresh, round, gui_modules.gcpmanager.GCP.SaveGCPs(), and gui_modules.utils.split().
Referenced by gui_modules.gcpmanager.GCP.ReadGCPs().
def gui_modules.gcpmanager.GCP.SaveGCPs | ( | self, | |
event | |||
) |
Make a POINTS file or save GCP coordinates to existing POINTS file
Definition at line 1148 of file gcpmanager.py.
References gui_modules.gcpmanager.GCPWizard.currentlocation, gui_modules.gcpmanager.GCP.currentlocation, gui_modules.gcpmanager.GCPWizard.currentmapset, gui_modules.gcpmanager.GCP.currentmapset, gui_modules.gcpmanager.GCP.file, gui_modules.gcpmanager.GCP.GCPcount, gui_modules.gcpmanager.GroupPage.xygroup, and gui_modules.gcpmanager.GCP.xygroup.
Referenced by gui_modules.gcpmanager.GCP.GetNewExtent(), gui_modules.gcpmanager.GCP.OnGeorect(), gui_modules.gcpmanager.GCP.OnQuit(), and gui_modules.gcpmanager.GCP.RMSError().
def gui_modules.gcpmanager.GCP.SetGCPData | ( | self, | |
coordtype, | |||
coord, | |||
mapdisp = None , |
|||
confirm = False |
|||
) |
Inserts coordinates from file, mouse click on map, or after editing into selected item of GCP list and checks it for use
Definition at line 1094 of file gcpmanager.py.
References gui_modules.gcpmanager.GCP.mapcoordlist, gui_modules.gcpmanager.GCP.MapWindow, and gui_modules.gcpmapdisp.MapFrame.SrcMapWindow.
Referenced by gui_modules.gcpmanager.GCP.ReadGCPs().
def gui_modules.gcpmanager.GCP.SetTarget | ( | self, | |
tgroup, | |||
tlocation, | |||
tmapset | |||
) |
Sets rectification target to current location and mapset
Definition at line 908 of file gcpmanager.py.
References gui_modules.gcpmanager.GCPWizard.currentlocation, gui_modules.gcpmanager.GCP.currentlocation, gui_modules.gcpmanager.GCPWizard.currentmapset, gui_modules.gcpmanager.GCP.currentmapset, gui_modules.gcpmanager.GCPWizard.newlocation, gui_modules.gcpmanager.GCP.newlocation, gui_modules.gcpmanager.GCPWizard.newmapset, and gui_modules.gcpmanager.GCP.newmapset.
def gui_modules.gcpmanager.GCP.UpdateActive | ( | self, | |
win | |||
) |
Definition at line 1779 of file gcpmanager.py.
References gui_modules.gcpmapdisp.MapFrame.StatusbarUpdate(), gui_modules.mapdisp.MapFrame.StatusbarUpdate(), gui_modules.gcpmapdisp.MapFrame.TgtMapWindow, gui_modules.gcpmapdisp.MapFrame.toolbars, wxgui.GMFrame.toolbars, and gui_modules.mapdisp.MapFrame.toolbars.
Referenced by gui_modules.gcpmanager.GCP.OnUpdateActive(), gui_modules.gcpmanager.GCP.OnZoomToSource(), and gui_modules.gcpmanager.GCP.OnZoomToTarget().
def gui_modules.gcpmanager.GCP.UpdateColours | ( | self, | |
srcrender = False , |
|||
srcrenderVector = False , |
|||
tgtrender = False , |
|||
tgtrenderVector = False |
|||
) |
update colours
Definition at line 1489 of file gcpmanager.py.
References gui_modules.gcpmanager.GCP.highest_key, gui_modules.gcpmanager.GCP.highest_only, gui_modules.gcpmanager.GCP.mapcoordlist, gui_modules.gcpmanager.GCP.rmsthresh, gui_modules.gcpmanager.GCP.show_target, gui_modules.gcpmapdisp.MapFrame.SrcMapWindow, and gui_modules.gcpmapdisp.MapFrame.TgtMapWindow.
Referenced by gui_modules.gcpmanager.GCP.DeleteGCP(), and gui_modules.gcpmanager.GCP.OnSettings().
gui_modules.gcpmanager.GCP.bkw_rmserror |
Definition at line 814 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.RMSError().
gui_modules.gcpmanager.GCP.clip_to_region |
Definition at line 808 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.OnGeorect().
gui_modules.gcpmanager.GCP.currentlocation |
Definition at line 752 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.OnGeorect(), gui_modules.gcpmanager.GCP.SaveGCPs(), and gui_modules.gcpmanager.GCP.SetTarget().
gui_modules.gcpmanager.GCP.currentmapset |
Definition at line 753 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.OnGeorect(), gui_modules.gcpmanager.GCP.SaveGCPs(), and gui_modules.gcpmanager.GCP.SetTarget().
gui_modules.gcpmanager.GCP.extension |
Definition at line 762 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.OnGeorect().
gui_modules.gcpmanager.GCP.file |
Definition at line 766 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.OnGeorect(), gui_modules.gcpmanager.GCP.OnQuit(), gui_modules.gcpmanager.GCP.ReadGCPs(), gui_modules.gcpmanager.GCP.ReloadGCPs(), and gui_modules.gcpmanager.GCP.SaveGCPs().
gui_modules.gcpmanager.GCP.fwd_rmserror |
Definition at line 812 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.RMSError().
gui_modules.gcpmanager.GCP.GCPcount |
Definition at line 810 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.CheckGCPcount(), gui_modules.gcpmanager.GCP.ReadGCPs(), and gui_modules.gcpmanager.GCP.SaveGCPs().
gui_modules.gcpmanager.GCP.gr_method |
Definition at line 806 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.OnGeorect().
gui_modules.gcpmanager.GCP.gr_order |
Definition at line 804 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.CheckGCPcount(), gui_modules.gcpmanager.GCP.GetNewExtent(), gui_modules.gcpmanager.GCP.OnGeorect(), gui_modules.gcpmanager.GCP.OnGROrder(), and gui_modules.gcpmanager.GCP.ReadGCPs().
gui_modules.gcpmanager.GCP.grassdatabase |
Definition at line 750 of file gcpmanager.py.
Referenced by gui_modules.location_wizard.DatabasePage.OnBrowse(), gui_modules.gcpmanager.GCP.OnGeorect(), and gui_modules.location_wizard.DatabasePage.OnPageChanging().
gui_modules.gcpmanager.GCP.grwiz |
Definition at line 733 of file gcpmanager.py.
gui_modules.gcpmanager.GCP.highest_key |
Definition at line 828 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.DrawGCP(), gui_modules.gcpmanager.GCP.RMSError(), and gui_modules.gcpmanager.GCP.UpdateColours().
gui_modules.gcpmanager.GCP.highest_only |
Definition at line 826 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.DrawGCP(), gui_modules.gcpmanager.GCP.RMSError(), and gui_modules.gcpmanager.GCP.UpdateColours().
gui_modules.gcpmanager.GCP.il |
Definition at line 839 of file gcpmanager.py.
gui_modules.gcpmanager.GCP.itemDataMap |
Definition at line 835 of file gcpmanager.py.
Referenced by gui_modules.gmodeler.VariableListCtrl.Append(), gui_modules.gmodeler.VariableListCtrl.GetData(), gui_modules.gmodeler.ItemListCtrl.GetData(), gui_modules.gcpmanager.GCP.InitMapDisplay(), gui_modules.vdigit.VDigitCategoryDialog.OnAddCat(), gui_modules.gmodeler.VariableListCtrl.OnEndEdit(), gui_modules.gmodeler.ItemListCtrl.OnEndEdit(), gui_modules.vdigit.VDigitCategoryDialog.OnFeature(), gui_modules.location_wizard.ItemList.OnGetItemText(), gui_modules.vdigit.VDigitCategoryDialog.OnReload(), gui_modules.gmodeler.VariableListCtrl.OnRemove(), gui_modules.gmodeler.ItemListCtrl.OnRemove(), gui_modules.gmodeler.VariableListCtrl.OnRemoveAll(), gui_modules.gmodeler.ItemListCtrl.OnRemoveAll(), gui_modules.gcpmanager.GCP.ReloadGCPs(), gui_modules.location_wizard.ItemList.Sorter(), and gui_modules.vdigit.VDigitCategoryDialog.UpdateDialog().
gui_modules.gcpmanager.GCP.Map |
Definition at line 868 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.GCP.mapcoordlist |
Definition at line 816 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.ClearGCP(), gui_modules.gcpmanager.GCP.DeleteGCP(), gui_modules.gcpmanager.GCP.DrawGCP(), gui_modules.gcpmanager.GCP.InitMapDisplay(), gui_modules.gcpmapdisp.MapFrame.OnGoTo(), gui_modules.gcpmanager.GCP.ReloadGCPs(), gui_modules.gcpmanager.GCP.RMSError(), gui_modules.gcpmanager.GCP.SetGCPData(), and gui_modules.gcpmanager.GCP.UpdateColours().
gui_modules.gcpmanager.GCP.mapwin |
Definition at line 847 of file gcpmanager.py.
gui_modules.gcpmanager.GCP.MapWindow |
Definition at line 867 of file gcpmanager.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.gcpmanager.GCP.OnUpdateActive(), gui_modules.gcpmapdisp.MapFrame.OnZoomIn(), gui_modules.gcpmapdisp.MapFrame.OnZoomOut(), gui_modules.gcpmanager.GCP.OnZoomToSource(), gui_modules.gcpmanager.GCP.OnZoomToTarget(), gui_modules.mapdisp.MapFrame.QueryVector(), gui_modules.mapdisp.MapFrame.RemoveToolbar(), and gui_modules.gcpmanager.GCP.SetGCPData().
gui_modules.gcpmanager.GCP.newlocation |
Definition at line 755 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.SetTarget().
gui_modules.gcpmanager.GCP.newmapset |
Definition at line 756 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.SetTarget().
gui_modules.gcpmanager.GCP.outname |
Definition at line 763 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.OnGeorect(), and gui_modules.gcpmanager.GCP.OnGeorectDone().
gui_modules.gcpmanager.GCP.parent |
Definition at line 747 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.GCP.rmsmean |
Definition at line 830 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.RMSError().
gui_modules.gcpmanager.GCP.rmssd |
Definition at line 831 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.RMSError().
gui_modules.gcpmanager.GCP.rmsthresh |
Definition at line 829 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.DrawGCP(), gui_modules.gcpmanager.GCP.RMSError(), and gui_modules.gcpmanager.GCP.UpdateColours().
gui_modules.gcpmanager.GCP.show_target |
Definition at line 736 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.OnDispResize(), gui_modules.gcpmapdisp.MapFrame.OnGoTo(), gui_modules.gcpmapdisp.MapFrame.OnRender(), gui_modules.gcpmanager.GCP.ReloadGCPs(), and gui_modules.gcpmanager.GCP.UpdateColours().
gui_modules.gcpmanager.GCP.show_unused |
Definition at line 827 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.DrawGCP().
gui_modules.gcpmanager.GCP.sm_dn |
Definition at line 843 of file gcpmanager.py.
Referenced by gui_modules.location_wizard.ItemList.GetSortImages(), and gui_modules.gcpmanager.GCP.GetSortImages().
gui_modules.gcpmanager.GCP.sm_up |
Definition at line 844 of file gcpmanager.py.
Referenced by gui_modules.location_wizard.ItemList.GetSortImages(), and gui_modules.gcpmanager.GCP.GetSortImages().
gui_modules.gcpmanager.GCP.src_maps |
Definition at line 761 of file gcpmanager.py.
gui_modules.gcpmanager.GCP.VectGRList |
Definition at line 764 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.OnGeorect(), and gui_modules.gcpmanager.GCP.OnGeorectDone().
gui_modules.gcpmanager.GCP.xygroup |
Definition at line 760 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.GetNewExtent(), gui_modules.gcpmanager.GCP.OnGeorect(), gui_modules.gcpmanager.GCP.ReadGCPs(), and gui_modules.gcpmanager.GCP.SaveGCPs().
gui_modules.gcpmanager.GCP.xylocation |
Definition at line 758 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.OnGeorect().
gui_modules.gcpmanager.GCP.xymapset |
Definition at line 759 of file gcpmanager.py.
Referenced by gui_modules.gcpmanager.GCP.OnGeorect().