GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
manager.LocationPage Class Reference
Inheritance diagram for manager.LocationPage:
Collaboration diagram for manager.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 293 of file gcp/manager.py.


Constructor & Destructor Documentation

def manager.LocationPage.__init__ (   self,
  wizard,
  parent 
)

Definition at line 298 of file gcp/manager.py.


Member Function Documentation

def manager.LocationPage.OnLocation (   self,
  event 
)

Sets source location for map(s) to georectify.

Definition at line 358 of file gcp/manager.py.

References manager.GCPWizard.grassdatabase, manager.LocationPage.grassdatabase, and manager.LocationPage.xylocation.

def manager.LocationPage.OnMapset (   self,
  event 
)

Sets source mapset for map(s) to georectify.

Definition at line 380 of file gcp/manager.py.

References manager.LocationPage.xylocation, and manager.LocationPage.xymapset.

def manager.LocationPage.OnMaptype (   self,
  event 
)

Change map type.

Definition at line 349 of file gcp/manager.py.

def manager.LocationPage.OnPageChanging (   self,
  event = None 
)

Field Documentation

Definition at line 333 of file gcp/manager.py.

Definition at line 364 of file gcp/manager.py.

Definition at line 312 of file gcp/manager.py.


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