GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
wizard.EPSGPage Class Reference

Wizard page for selecting EPSG code for setting coordinate system parameters. More...

Inheritance diagram for wizard.EPSGPage:
Collaboration diagram for wizard.EPSGPage:

Public Member Functions

def __init__
def OnEnterPage
def OnPageChanging
def OnText
def OnSearch
def OnBrowse
 Define path for EPSG code file.
def OnItemSelected
 EPSG code selected from the list.
def OnBrowseCodes
 Browse EPSG codes.

Data Fields

 parent
 epsgCodeDict
 epsgcode
 epsgdesc
 epsgparams
 lfile
 lcode
 tfile
 tcode
 bbrowse
 searchb
 epsglist

Detailed Description

Wizard page for selecting EPSG code for setting coordinate system parameters.

Definition at line 1235 of file wizard.py.


Constructor & Destructor Documentation

def wizard.EPSGPage.__init__ (   self,
  wizard,
  parent 
)

Reimplemented from wizard.TitledPage.

Definition at line 1239 of file wizard.py.


Member Function Documentation

def wizard.EPSGPage.OnBrowse (   self,
  event 
)

Define path for EPSG code file.

Definition at line 1396 of file wizard.py.

References wizard.EPSGPage.OnBrowseCodes().

def wizard.EPSGPage.OnEnterPage (   self,
  event 
)

Definition at line 1310 of file wizard.py.

References wizard.EPSGPage.epsgcode, and wizard.EPSGPage.OnBrowseCodes().

def wizard.EPSGPage.OnItemSelected (   self,
  event 
)

EPSG code selected from the list.

Definition at line 1414 of file wizard.py.

References wizard.EPSGPage.epsgcode, and wizard.EPSGPage.epsgdesc.

def wizard.EPSGPage.OnPageChanging (   self,
  event 
)

Definition at line 1324 of file wizard.py.

References wizard.EPSGPage.epsgcode, and gcmd.RunCommand().


Field Documentation

Definition at line 1259 of file wizard.py.

Definition at line 1265 of file wizard.py.

Definition at line 1250 of file wizard.py.

Definition at line 1248 of file wizard.py.

Definition at line 1262 of file wizard.py.

Definition at line 1256 of file wizard.py.

Definition at line 1254 of file wizard.py.


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