GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Manages ground control points for georectifying. More...
Public Member Functions | |
def | __init__ |
def | __del__ |
Disable GCP manager mode. More... | |
def | CreateGCPList |
Create GCP List Control. More... | |
def | GetListCtrl |
def | GetMapCoordList |
def | GetSortImages |
def | GetFwdError |
def | GetBkwError |
def | InitMapDisplay |
def | SetTarget |
def | AddGCP |
def | DeleteGCP |
def | ClearGCP |
def | DrawGCP |
def | SetGCPData |
def | SaveGCPs |
def | ReadGCPs |
def | ReloadGCPs |
Reload data from file. More... | |
def | OnFocus |
def | OnRMS |
def | CheckGCPcount |
def | OnGeorect |
def | OnGeorectDone |
Print final message. More... | |
def | OnSettings |
GCP Manager settings. More... | |
def | UpdateColours |
update colours More... | |
def | OnQuit |
Quit georectifier. More... | |
def | OnGROrder |
def | RMSError |
def | GetNewExtent |
def | OnHelp |
Show GCP Manager manual page. More... | |
def | OnUpdateActive |
def | UpdateActive |
def | AdjustMap |
Adjust map window to new extents. More... | |
def | OnZoomToSource |
Set target map window to match extents of source map window. More... | |
def | OnZoomToTarget |
Set source map window to match extents of target map window. More... | |
def | OnZoomMenuGCP |
Popup Zoom menu. More... | |
def | OnDispResize |
GCP Map Display resized, adjust Map Windows. More... | |
Manages ground control points for georectifying.
Calculates RMS statics. Calls i.rectify or v.transform to georectify map.
Definition at line 713 of file gcp/manager.py.
def manager.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 720 of file gcp/manager.py.
def manager.GCP.__del__ | ( | self | ) |
Disable GCP manager mode.
Definition at line 870 of file gcp/manager.py.
def manager.GCP.AddGCP | ( | self, | |
event | |||
) |
Appends an item to GCP list
Definition at line 925 of file gcp/manager.py.
References mapdisp.MapFrameBase.StatusbarUpdate().
Referenced by manager.GCP.OnGROrder(), and manager.GCP.ReadGCPs().
def manager.GCP.AdjustMap | ( | self, | |
newreg | |||
) |
Adjust map window to new extents.
Definition at line 1784 of file gcp/manager.py.
References mapdisp.MapFrameBase.StatusbarUpdate().
Referenced by manager.GCP.OnZoomToSource(), and manager.GCP.OnZoomToTarget().
def manager.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 1294 of file gcp/manager.py.
References manager.GCP.GCPcount, and manager.GCP.gr_order.
Referenced by manager.GCP.GetNewExtent(), manager.GCP.OnGeorect(), manager.GCP.ReadGCPs(), and manager.GCP.RMSError().
def manager.GCP.ClearGCP | ( | self, | |
event | |||
) |
Clears all values in selected item of GCP list and unchecks it
Definition at line 985 of file gcp/manager.py.
References manager.GCP.mapcoordlist, and tools.range.
def manager.GCP.CreateGCPList | ( | self | ) |
Create GCP List Control.
Definition at line 874 of file gcp/manager.py.
def manager.GCP.DeleteGCP | ( | self, | |
event | |||
) |
Deletes selected item in GCP list
Definition at line 942 of file gcp/manager.py.
References manager.GCP.mapcoordlist, manager.GCP.OnGROrder(), tools.range, mapdisp.MapFrameBase.StatusbarUpdate(), and manager.GCP.UpdateColours().
def manager.GCP.DrawGCP | ( | self, | |
coordtype | |||
) |
Updates GCP and map coord maps and redraws active (checked) GCP markers
Definition at line 1001 of file gcp/manager.py.
References manager.GCP.highest_key, manager.GCP.highest_only, manager.GCP.mapcoordlist, tools.range, manager.GCP.rmsthresh, manager.GCP.show_unused, mapdisplay.MapFrame.SrcMapWindow, and mapdisplay.MapFrame.TgtMapWindow.
def manager.GCP.GetBkwError | ( | self | ) |
Definition at line 893 of file gcp/manager.py.
References manager.GCP.bkw_rmserror.
def manager.GCP.GetFwdError | ( | self | ) |
Definition at line 890 of file gcp/manager.py.
References manager.GCP.fwd_rmserror.
def manager.GCP.GetListCtrl | ( | self | ) |
Definition at line 880 of file gcp/manager.py.
References _item_.list, ogc_services.WMSDialog.list, dialogs.VDigitCategoryDialog.list, mapdisplay.MapFrame.list, frame.VariablePanel.list, frame.ItemPanel.list, and dialogs.ImportDialog.list.
def manager.GCP.GetMapCoordList | ( | self | ) |
Definition at line 883 of file gcp/manager.py.
References manager.GCP.mapcoordlist.
def manager.GCP.GetNewExtent | ( | self, | |
region, | |||
map = None |
|||
) |
Definition at line 1667 of file gcp/manager.py.
References manager.GCP.CheckGCPcount(), utils.GetTempfile(), manager.GCP.gr_order, tools.range, gcmd.RunCommand(), manager.GCP.SaveGCPs(), utils.split(), manager.GroupPage.xygroup, and manager.GCP.xygroup.
Referenced by manager.GCP.OnZoomToSource(), and manager.GCP.OnZoomToTarget().
def manager.GCP.GetSortImages | ( | self | ) |
Definition at line 887 of file gcp/manager.py.
References manager.VirtualAttributeList.sm_dn, manager.GCP.sm_dn, manager.VirtualAttributeList.sm_up, and manager.GCP.sm_up.
def manager.GCP.InitMapDisplay | ( | self | ) |
Definition at line 896 of file gcp/manager.py.
References manager.GCP._colSortFlag, manager.VirtualAttributeList.itemDataMap, manager.GCP.itemDataMap, and manager.GCP.mapcoordlist.
def manager.GCP.OnDispResize | ( | self, | |
event | |||
) |
GCP Map Display resized, adjust Map Windows.
Definition at line 1871 of file gcp/manager.py.
References mapdisp.MapFrameBase.GetMapToolbar(), mapdisplay.MapFrame.GetMapToolbar(), frame.MapFrame.GetMapToolbar(), and manager.GCP.show_target.
def manager.GCP.OnFocus | ( | self, | |
event | |||
) |
Definition at line 1278 of file gcp/manager.py.
def manager.GCP.OnGeorect | ( | self, | |
event | |||
) |
Georectifies map(s) in group using i.rectify or v.transform
Definition at line 1313 of file gcp/manager.py.
References manager.GCP.CheckGCPcount(), manager.GCP.clip_to_region, manager.GCPWizard.currentlocation, manager.GCP.currentlocation, manager.GCPWizard.currentmapset, manager.GCP.currentmapset, manager.GroupPage.extension, manager.GCP.extension, workspace.WriteWorkspaceFile.file, manager.GCP.file, manager.GCP.gr_method, manager.GCP.gr_order, manager.GCPWizard.grassdatabase, manager.LocationPage.grassdatabase, manager.GroupPage.grassdatabase, manager.GCP.grassdatabase, manager.GCP.outname, gcmd.RunCommand(), manager.GCP.SaveGCPs(), manager.GCP.VectGRList, manager.GroupPage.xygroup, manager.GCP.xygroup, manager.LocationPage.xylocation, manager.GroupPage.xylocation, manager.GCP.xylocation, manager.LocationPage.xymapset, manager.GroupPage.xymapset, and manager.GCP.xymapset.
def manager.GCP.OnGeorectDone | ( | self, | |
kargs | |||
) |
Print final message.
Definition at line 1459 of file gcp/manager.py.
References manager.GCP.outname, and manager.GCP.VectGRList.
def manager.GCP.OnGROrder | ( | self, | |
event | |||
) |
sets transformation order for georectifying
Definition at line 1546 of file gcp/manager.py.
References manager.GCP.AddGCP(), manager.GCP.gr_order, and tools.range.
Referenced by manager.GCP.DeleteGCP().
def manager.GCP.OnHelp | ( | self, | |
event | |||
) |
Show GCP Manager manual page.
Definition at line 1755 of file gcp/manager.py.
Referenced by forms.TaskFrame.OnKeyUp(), and gis_set.GRASSStartup.OnWizard().
def manager.GCP.OnQuit | ( | self, | |
event | |||
) |
Quit georectifier.
Definition at line 1519 of file gcp/manager.py.
References workspace.WriteWorkspaceFile.file, manager.GCP.file, and manager.GCP.SaveGCPs().
def manager.GCP.OnRMS | ( | self, | |
event | |||
) |
RMS button handler
Definition at line 1282 of file gcp/manager.py.
def manager.GCP.OnSettings | ( | self, | |
event | |||
) |
GCP Manager settings.
Definition at line 1475 of file gcp/manager.py.
References manager.GCP.UpdateColours().
def manager.GCP.OnUpdateActive | ( | self, | |
event | |||
) |
Definition at line 1761 of file gcp/manager.py.
References manager.GCPWizard.Map, manager.GCP.Map, manager.GCP.MapWindow, mapdisplay.MapFrame.SrcMap, manager.GCPWizard.SrcMap, mapdisplay.MapFrame.SrcMapWindow, mapdisplay.MapFrame.TgtMap, manager.GCPWizard.TgtMap, mapdisplay.MapFrame.TgtMapWindow, and manager.GCP.UpdateActive().
def manager.GCP.OnZoomMenuGCP | ( | self, | |
event | |||
) |
Popup Zoom menu.
Definition at line 1851 of file gcp/manager.py.
References manager.GCP.OnZoomToSource(), and manager.GCP.OnZoomToTarget().
def manager.GCP.OnZoomToSource | ( | self, | |
event | |||
) |
Set target map window to match extents of source map window.
Definition at line 1823 of file gcp/manager.py.
References manager.GCP.AdjustMap(), manager.GCP.GetNewExtent(), manager.GCPWizard.Map, manager.GCP.Map, manager.GCP.MapWindow, mapdisplay.MapFrame.TgtMap, manager.GCPWizard.TgtMap, mapdisplay.MapFrame.TgtMapWindow, and manager.GCP.UpdateActive().
Referenced by manager.GCP.OnZoomMenuGCP().
def manager.GCP.OnZoomToTarget | ( | self, | |
event | |||
) |
Set source map window to match extents of target map window.
Definition at line 1837 of file gcp/manager.py.
References manager.GCP.AdjustMap(), manager.GCP.GetNewExtent(), manager.GCPWizard.Map, manager.GCP.Map, manager.GCP.MapWindow, mapdisplay.MapFrame.SrcMap, manager.GCPWizard.SrcMap, mapdisplay.MapFrame.SrcMapWindow, and manager.GCP.UpdateActive().
Referenced by manager.GCP.OnZoomMenuGCP().
def manager.GCP.ReadGCPs | ( | self | ) |
Reads GCPs and georectified coordinates from POINTS file
Definition at line 1188 of file gcp/manager.py.
References manager.GCP.AddGCP(), manager.GCP.CheckGCPcount(), workspace.WriteWorkspaceFile.file, manager.GCP.file, manager.GCP.GCPcount, manager.GCP.gr_order, tools.range, manager.GCP.RMSError(), manager.GCP.SetGCPData(), mapdisplay.MapFrame.SrcMapWindow, mapdisplay.MapFrame.TgtMapWindow, manager.GroupPage.xygroup, and manager.GCP.xygroup.
def manager.GCP.ReloadGCPs | ( | self, | |
event | |||
) |
Reload data from file.
Definition at line 1248 of file gcp/manager.py.
References manager.VirtualAttributeList._col, wizard.ItemList._col, manager.GCP._colSortFlag, workspace.WriteWorkspaceFile.file, manager.GCP.file, manager.VirtualAttributeList.itemDataMap, manager.GCP.itemDataMap, manager.GCP.mapcoordlist, manager.GCP.show_target, mapdisplay.MapFrame.SrcMapWindow, and mapdisplay.MapFrame.TgtMapWindow.
def manager.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 1574 of file gcp/manager.py.
References manager.GCP.bkw_rmserror, manager.GCP.CheckGCPcount(), manager.GCP.fwd_rmserror, manager.GCP.highest_key, manager.GCP.highest_only, manager.GCP.mapcoordlist, tools.range, manager.GCP.rmsmean, manager.GCP.rmssd, manager.GCP.rmsthresh, round, gcmd.RunCommand(), manager.GCP.SaveGCPs(), and utils.split().
Referenced by manager.GCP.ReadGCPs().
def manager.GCP.SaveGCPs | ( | self, | |
event | |||
) |
Make a POINTS file or save GCP coordinates to existing POINTS file
Definition at line 1145 of file gcp/manager.py.
References manager.GCPWizard.currentlocation, manager.GCP.currentlocation, manager.GCPWizard.currentmapset, manager.GCP.currentmapset, workspace.WriteWorkspaceFile.file, manager.GCP.file, manager.GCP.GCPcount, tools.range, manager.GroupPage.xygroup, and manager.GCP.xygroup.
Referenced by manager.GCP.GetNewExtent(), manager.GCP.OnGeorect(), manager.GCP.OnQuit(), and manager.GCP.RMSError().
def manager.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 1091 of file gcp/manager.py.
References manager.GCP.mapcoordlist, manager.GCP.MapWindow, and mapdisplay.MapFrame.SrcMapWindow.
Referenced by manager.GCP.ReadGCPs().
def manager.GCP.SetTarget | ( | self, | |
tgroup, | |||
tlocation, | |||
tmapset | |||
) |
Sets rectification target to current location and mapset
Definition at line 906 of file gcp/manager.py.
References manager.GCPWizard.currentlocation, manager.GCP.currentlocation, manager.GCPWizard.currentmapset, manager.GCP.currentmapset, manager.GCPWizard.newlocation, manager.GCP.newlocation, manager.GCPWizard.newmapset, manager.GCP.newmapset, and gcmd.RunCommand().
def manager.GCP.UpdateActive | ( | self, | |
win | |||
) |
Definition at line 1775 of file gcp/manager.py.
References mapdisp.MapFrameBase.GetMapToolbar(), mapdisplay.MapFrame.GetMapToolbar(), frame.MapFrame.GetMapToolbar(), mapdisp.MapFrameBase.StatusbarUpdate(), and mapdisplay.MapFrame.TgtMapWindow.
Referenced by manager.GCP.OnUpdateActive(), manager.GCP.OnZoomToSource(), and manager.GCP.OnZoomToTarget().
def manager.GCP.UpdateColours | ( | self, | |
srcrender = False , |
|||
srcrenderVector = False , |
|||
tgtrender = False , |
|||
tgtrenderVector = False |
|||
) |
update colours
Definition at line 1485 of file gcp/manager.py.
References manager.GCP.highest_key, manager.GCP.highest_only, manager.GCP.mapcoordlist, tools.range, manager.GCP.rmsthresh, manager.GCP.show_target, mapdisplay.MapFrame.SrcMapWindow, and mapdisplay.MapFrame.TgtMapWindow.
Referenced by manager.GCP.DeleteGCP(), and manager.GCP.OnSettings().
manager.GCP.bkw_rmserror |
Definition at line 803 of file gcp/manager.py.
Referenced by manager.GCP.GetBkwError(), and manager.GCP.RMSError().
manager.GCP.clip_to_region |
Definition at line 797 of file gcp/manager.py.
Referenced by manager.GCP.OnGeorect().
manager.GCP.currentlocation |
Definition at line 741 of file gcp/manager.py.
Referenced by manager.GCP.OnGeorect(), manager.GCP.SaveGCPs(), and manager.GCP.SetTarget().
manager.GCP.currentmapset |
Definition at line 742 of file gcp/manager.py.
Referenced by manager.GCP.OnGeorect(), manager.GCP.SaveGCPs(), and manager.GCP.SetTarget().
manager.GCP.extension |
Definition at line 751 of file gcp/manager.py.
Referenced by manager.GCP.OnGeorect().
manager.GCP.file |
Definition at line 755 of file gcp/manager.py.
Referenced by manager.GCP.OnGeorect(), manager.GCP.OnQuit(), manager.GCP.ReadGCPs(), manager.GCP.ReloadGCPs(), and manager.GCP.SaveGCPs().
manager.GCP.fwd_rmserror |
Definition at line 801 of file gcp/manager.py.
Referenced by manager.GCP.GetFwdError(), and manager.GCP.RMSError().
manager.GCP.GCPcount |
Definition at line 799 of file gcp/manager.py.
Referenced by manager.GCP.CheckGCPcount(), manager.GCP.ReadGCPs(), and manager.GCP.SaveGCPs().
manager.GCP.gr_method |
Definition at line 795 of file gcp/manager.py.
Referenced by manager.GCP.OnGeorect().
manager.GCP.gr_order |
Definition at line 793 of file gcp/manager.py.
Referenced by manager.GCP.CheckGCPcount(), manager.GCP.GetNewExtent(), manager.GCP.OnGeorect(), manager.GCP.OnGROrder(), and manager.GCP.ReadGCPs().
manager.GCP.grassdatabase |
Definition at line 739 of file gcp/manager.py.
Referenced by wizard.DatabasePage.OnBrowse(), manager.GCP.OnGeorect(), and wizard.DatabasePage.OnPageChanging().
manager.GCP.grwiz |
Definition at line 722 of file gcp/manager.py.
manager.GCP.highest_key |
Definition at line 817 of file gcp/manager.py.
Referenced by manager.GCP.DrawGCP(), manager.GCP.RMSError(), and manager.GCP.UpdateColours().
manager.GCP.highest_only |
Definition at line 815 of file gcp/manager.py.
Referenced by manager.GCP.DrawGCP(), manager.GCP.RMSError(), and manager.GCP.UpdateColours().
manager.GCP.il |
Definition at line 828 of file gcp/manager.py.
manager.GCP.itemDataMap |
Definition at line 824 of file gcp/manager.py.
Referenced by dialogs.VariableListCtrl.Append(), dialogs.VariableListCtrl.GetData(), dialogs.ItemListCtrl.GetData(), manager.GCP.InitMapDisplay(), dialogs.VDigitCategoryDialog.OnAddCat(), dialogs.VariableListCtrl.OnEndEdit(), dialogs.ItemListCtrl.OnEndEdit(), dialogs.VDigitCategoryDialog.OnFeature(), wizard.ItemList.OnGetItemText(), dialogs.VDigitCategoryDialog.OnReload(), dialogs.VariableListCtrl.OnRemove(), dialogs.ItemListCtrl.OnRemove(), dialogs.VariableListCtrl.OnRemoveAll(), dialogs.ItemListCtrl.OnRemoveAll(), manager.GCP.ReloadGCPs(), wizard.ItemList.Sorter(), and dialogs.VDigitCategoryDialog.UpdateDialog().
manager.GCP.Map |
Definition at line 857 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.GCP.mapcoordlist |
Definition at line 805 of file gcp/manager.py.
Referenced by manager.GCP.ClearGCP(), manager.GCP.DeleteGCP(), manager.GCP.DrawGCP(), manager.GCP.GetMapCoordList(), manager.GCP.InitMapDisplay(), manager.GCP.ReloadGCPs(), manager.GCP.RMSError(), manager.GCP.SetGCPData(), and manager.GCP.UpdateColours().
manager.GCP.mapwin |
Definition at line 836 of file gcp/manager.py.
Referenced by gprint.PrintOptions.__init__(), gprint.PrintOptions.OnDoPrint(), gprint.PrintOptions.OnPageSetup(), and gprint.PrintOptions.OnPrintPreview().
manager.GCP.MapWindow |
Definition at line 856 of file gcp/manager.py.
Referenced by frame.MapFrame.AddNviz(), frame.MapFrame.GetMapWindow(), mapdisp.MapFrameBase.GetWindow(), mapdisplay.MapFrame.OnErase(), mapdisplay.MapFrame.OnPan(), manager.GCP.OnUpdateActive(), mapdisplay.MapFrame.OnZoomIn(), mapdisplay.MapFrame.OnZoomOut(), manager.GCP.OnZoomToSource(), manager.GCP.OnZoomToTarget(), frame.MapFrame.QueryVector(), frame.MapFrame.RemoveNviz(), frame.MapFrame.RemoveToolbar(), and manager.GCP.SetGCPData().
manager.GCP.newlocation |
Definition at line 744 of file gcp/manager.py.
Referenced by manager.GCP.SetTarget().
manager.GCP.newmapset |
Definition at line 745 of file gcp/manager.py.
Referenced by manager.GCP.SetTarget().
manager.GCP.outname |
Definition at line 752 of file gcp/manager.py.
Referenced by manager.GCP.OnGeorect(), and manager.GCP.OnGeorectDone().
manager.GCP.parent |
Definition at line 736 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.GCP.rmsmean |
Definition at line 819 of file gcp/manager.py.
Referenced by manager.GCP.RMSError().
manager.GCP.rmssd |
Definition at line 820 of file gcp/manager.py.
Referenced by manager.GCP.RMSError().
manager.GCP.rmsthresh |
Definition at line 818 of file gcp/manager.py.
Referenced by manager.GCP.DrawGCP(), manager.GCP.RMSError(), and manager.GCP.UpdateColours().
manager.GCP.show_target |
Definition at line 725 of file gcp/manager.py.
Referenced by mapdisplay.MapFrame.GetShowTarget(), manager.GCP.OnDispResize(), mapdisplay.MapFrame.OnRender(), manager.GCP.ReloadGCPs(), and manager.GCP.UpdateColours().
manager.GCP.show_unused |
Definition at line 816 of file gcp/manager.py.
Referenced by manager.GCP.DrawGCP().
manager.GCP.sm_dn |
Definition at line 832 of file gcp/manager.py.
Referenced by wizard.ItemList.GetSortImages(), and manager.GCP.GetSortImages().
manager.GCP.sm_up |
Definition at line 833 of file gcp/manager.py.
Referenced by wizard.ItemList.GetSortImages(), and manager.GCP.GetSortImages().
manager.GCP.src_maps |
Definition at line 750 of file gcp/manager.py.
manager.GCP.VectGRList |
Definition at line 753 of file gcp/manager.py.
Referenced by manager.GCP.OnGeorect(), and manager.GCP.OnGeorectDone().
manager.GCP.xygroup |
Definition at line 749 of file gcp/manager.py.
Referenced by manager.GCP.GetNewExtent(), manager.GCP.OnGeorect(), manager.GCP.ReadGCPs(), and manager.GCP.SaveGCPs().
manager.GCP.xylocation |
Definition at line 747 of file gcp/manager.py.
Referenced by manager.GCP.OnGeorect().
manager.GCP.xymapset |
Definition at line 748 of file gcp/manager.py.
Referenced by manager.GCP.OnGeorect().