GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.gcpmanager.GCPWizard Class Reference

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.
def SwitchEnv
def OnWizFinished
def OnGLMFocus
 Layer Manager focus.
def Cleanup
 Return to current location and mapset.

Data Fields

 parent
 grassdatabase
 target_gisrc
 gisrc_dict
 currentlocation
 currentmapset
 newlocation
 newmapset
 source_gisrc
 src_maps
 wizard
 startpage
 grouppage
 mappage
 SrcMap
 TgtMap
 Map
 gcpmgr

Detailed Description

Start wizard here and finish wizard here

Definition at line 92 of file gcpmanager.py.


Constructor & Destructor Documentation

def gui_modules.gcpmanager.GCPWizard.__init__ (   self,
  parent 
)

Definition at line 97 of file gcpmanager.py.


Member Function Documentation

def gui_modules.gcpmanager.GCPWizard.Cleanup (   self)

Return to current location and mapset.

Definition at line 300 of file gcpmanager.py.

References gui_modules.gcpmanager.GCPWizard.SwitchEnv().

def gui_modules.gcpmanager.GCPWizard.OnGLMFocus (   self,
  event 
)

Layer Manager focus.

Definition at line 294 of file gcpmanager.py.

def gui_modules.gcpmanager.GCPWizard.OnWizFinished (   self)

Definition at line 289 of file gcpmanager.py.

def gui_modules.gcpmanager.GCPWizard.SetSrcEnv (   self,
  location,
  mapset 
)

Create environment to use for location and mapset that are the source of the file(s) to georectify.

Parameters:
locationsource location
mapsetsource mapset
Returns:
False on error
True on success

Definition at line 241 of file gcpmanager.py.

References gui_modules.gcpmanager.GCPWizard.currentlocation, gui_modules.gcpmanager.GCPWizard.currentmapset, gui_modules.gcpmanager.GCPWizard.gisrc_dict, gui_modules.gcpmanager.GCPWizard.newlocation, gui_modules.gcpmanager.GCPWizard.newmapset, and gui_modules.gcpmanager.GCPWizard.source_gisrc.

def gui_modules.gcpmanager.GCPWizard.SwitchEnv (   self,
  grc 
)

Field Documentation

gui_modules.gcpmanager.GCPWizard.gcpmgr

Definition at line 228 of file gcpmanager.py.

gui_modules.gcpmanager.GCPWizard.gisrc_dict

Definition at line 109 of file gcpmanager.py.

Referenced by gui_modules.gcpmanager.GCPWizard.SetSrcEnv().

gui_modules.gcpmanager.GCPWizard.grouppage

Definition at line 145 of file gcpmanager.py.

gui_modules.gcpmanager.GCPWizard.mappage

Definition at line 146 of file gcpmanager.py.

gui_modules.gcpmanager.GCPWizard.newlocation
gui_modules.gcpmanager.GCPWizard.newmapset
gui_modules.gcpmanager.GCPWizard.source_gisrc
gui_modules.gcpmanager.GCPWizard.src_maps

Definition at line 138 of file gcpmanager.py.

gui_modules.gcpmanager.GCPWizard.SrcMap
gui_modules.gcpmanager.GCPWizard.startpage

Definition at line 144 of file gcpmanager.py.

gui_modules.gcpmanager.GCPWizard.target_gisrc

Definition at line 108 of file gcpmanager.py.

Referenced by gui_modules.gcpmanager.GCPWizard.SwitchEnv().

gui_modules.gcpmanager.GCPWizard.TgtMap
gui_modules.gcpmanager.GCPWizard.wizard

The documentation for this class was generated from the following file: