GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.gcpmanager.LocationPage Class Reference
Inheritance diagram for gui_modules.gcpmanager.LocationPage:
Collaboration diagram for gui_modules.gcpmanager.LocationPage:

Public Member Functions

def __init__
def OnMaptype
 Change map type.
def OnLocation
 Sets source location for map(s) to georectify.
def OnMapset
 Sets source mapset for map(s) to georectify.
def OnPageChanging
def OnEnterPage

Data Fields

 parent
 grassdatabase
 xylocation
 xymapset
 rb_maptype
 cb_location
 cb_mapset
 mapsetList

Detailed Description

Set map type (raster or vector) to georectify and
select location/mapset of map(s) to georectify.

Definition at line 307 of file gcpmanager.py.

Constructor & Destructor Documentation

def gui_modules.gcpmanager.LocationPage.__init__ (   self,
  wizard,
  parent 
)

Definition at line 312 of file gcpmanager.py.

Member Function Documentation

def gui_modules.gcpmanager.LocationPage.OnEnterPage (   self,
  event = None 
)
def gui_modules.gcpmanager.LocationPage.OnLocation (   self,
  event 
)
def gui_modules.gcpmanager.LocationPage.OnMapset (   self,
  event 
)

Sets source mapset for map(s) to georectify.

Definition at line 394 of file gcpmanager.py.

References gui_modules.gcpmanager.LocationPage.xylocation, and gui_modules.gcpmanager.LocationPage.xymapset.

def gui_modules.gcpmanager.LocationPage.OnMaptype (   self,
  event 
)

Change map type.

Definition at line 363 of file gcpmanager.py.

def gui_modules.gcpmanager.LocationPage.OnPageChanging (   self,
  event = None 
)

Field Documentation

gui_modules.gcpmanager.LocationPage.cb_location

Definition at line 338 of file gcpmanager.py.

gui_modules.gcpmanager.LocationPage.cb_mapset

Definition at line 347 of file gcpmanager.py.

gui_modules.gcpmanager.LocationPage.mapsetList

Definition at line 378 of file gcpmanager.py.

gui_modules.gcpmanager.LocationPage.rb_maptype

Definition at line 326 of file gcpmanager.py.


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