GRASS Programmer's Manual  6.4.3(2013)-r
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
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. More...
 
def OnItemSelected
 EPSG code selected from the list. More...
 
def OnBrowseCodes
 Browse EPSG codes. More...
 
- Public Member Functions inherited from wizard.TitledPage
def __init__
 
def DoLayout
 Do page layout. More...
 

Data Fields

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

Detailed Description

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

Definition at line 1254 of file wizard.py.

Constructor & Destructor Documentation

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

Definition at line 1258 of file wizard.py.

Member Function Documentation

def wizard.EPSGPage.OnBrowse (   self,
  event 
)

Define path for EPSG code file.

Definition at line 1416 of file wizard.py.

References wizard.EPSGPage.OnBrowseCodes().

def wizard.EPSGPage.OnBrowseCodes (   self,
  event,
  search = None 
)
def wizard.EPSGPage.OnEnterPage (   self,
  event 
)

Definition at line 1329 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 1434 of file wizard.py.

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

def wizard.EPSGPage.OnPageChanging (   self,
  event 
)

Definition at line 1343 of file wizard.py.

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

def wizard.EPSGPage.OnSearch (   self,
  event 
)
def wizard.EPSGPage.OnText (   self,
  event 
)

Field Documentation

wizard.EPSGPage.bbrowse

Definition at line 1278 of file wizard.py.

wizard.EPSGPage.epsgCodeDict

Definition at line 1261 of file wizard.py.

Referenced by wizard.EPSGPage.OnBrowseCodes(), and wizard.EPSGPage.OnText().

wizard.EPSGPage.epsgdesc
wizard.EPSGPage.epsglist

Definition at line 1284 of file wizard.py.

wizard.EPSGPage.epsgparams

Definition at line 1264 of file wizard.py.

Referenced by wizard.EPSGPage.OnSearch(), and wizard.EPSGPage.OnText().

wizard.EPSGPage.lcode

Definition at line 1269 of file wizard.py.

wizard.EPSGPage.lfile

Definition at line 1267 of file wizard.py.

wizard.EPSGPage.searchb

Definition at line 1281 of file wizard.py.

wizard.EPSGPage.tcode

Definition at line 1275 of file wizard.py.

wizard.EPSGPage.tfile

Definition at line 1273 of file wizard.py.


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