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

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

Inheritance diagram for gui_modules.location_wizard.EPSGPage:
Collaboration diagram for gui_modules.location_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.
- Public Member Functions inherited from gui_modules.location_wizard.TitledPage
def DoLayout
 Do page layout.
- Public Member Functions inherited from gui_modules.location_wizard.BaseClass
def __init__
def MakeLabel
 Make aligned label.
def MakeTextCtrl
 Generic text control.
def MakeButton
 Generic button.

Data Fields

 parent
 epsgCodeDict
 epsgcode
 epsgdesc
 epsgparams
 lfile
 lcode
 tfile
 tcode
 bbrowse
 searchb
 epsglist
- Data Fields inherited from gui_modules.location_wizard.TitledPage
 page
 title
 pagesizer
 sizer

Detailed Description

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

Definition at line 1271 of file location_wizard.py.

Constructor & Destructor Documentation

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

Reimplemented from gui_modules.location_wizard.TitledPage.

Definition at line 1275 of file location_wizard.py.

Member Function Documentation

def gui_modules.location_wizard.EPSGPage.OnBrowse (   self,
  event 
)

Define path for EPSG code file.

Definition at line 1432 of file location_wizard.py.

References gui_modules.location_wizard.EPSGPage.OnBrowseCodes().

def gui_modules.location_wizard.EPSGPage.OnBrowseCodes (   self,
  event,
  search = None 
)
def gui_modules.location_wizard.EPSGPage.OnEnterPage (   self,
  event 
)
def gui_modules.location_wizard.EPSGPage.OnItemSelected (   self,
  event 
)
def gui_modules.location_wizard.EPSGPage.OnPageChanging (   self,
  event 
)

Field Documentation

gui_modules.location_wizard.EPSGPage.bbrowse

Definition at line 1295 of file location_wizard.py.

gui_modules.location_wizard.EPSGPage.epsglist

Definition at line 1301 of file location_wizard.py.

gui_modules.location_wizard.EPSGPage.epsgparams
gui_modules.location_wizard.EPSGPage.lcode

Definition at line 1286 of file location_wizard.py.

gui_modules.location_wizard.EPSGPage.lfile

Definition at line 1284 of file location_wizard.py.

gui_modules.location_wizard.EPSGPage.searchb

Definition at line 1298 of file location_wizard.py.

gui_modules.location_wizard.EPSGPage.tcode

Definition at line 1292 of file location_wizard.py.

gui_modules.location_wizard.EPSGPage.tfile

Definition at line 1290 of file location_wizard.py.


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