GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
manager.LocationPage Class Reference
Inheritance diagram for manager.LocationPage:
Collaboration diagram for manager.LocationPage:

Public Member Functions

def __init__
 
def OnMaptype
 Change map type. More...
 
def OnLocation
 Sets source location for map(s) to georectify. More...
 
def OnMapset
 Sets source mapset for map(s) to georectify. More...
 
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.OnEnterPage (   self,
  event = None 
)
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

manager.LocationPage.cb_location

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

manager.LocationPage.cb_mapset

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

manager.LocationPage.mapsetList

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

manager.LocationPage.rb_maptype

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


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