GRASS Programmer's Manual  6.4.4(2014)-r
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__ (self, wizard, parent)
 
def OnEnterPage (self, event)
 
def OnPageChanging (self, event)
 
def OnText (self, event)
 
def OnSearch (self, event)
 
def OnBrowse (self, event)
 Define path for EPSG code file. More...
 
def OnItemSelected (self, event)
 EPSG code selected from the list. More...
 
def OnBrowseCodes
 Browse EPSG codes. More...
 
- Public Member Functions inherited from wizard.TitledPage
def __init__ (self, parent, title)
 
def DoLayout (self)
 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 1255 of file wizard.py.

Constructor & Destructor Documentation

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

Definition at line 1259 of file wizard.py.

Member Function Documentation

def wizard.EPSGPage.OnBrowse (   self,
  event 
)

Define path for EPSG code file.

Definition at line 1417 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 1330 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 1435 of file wizard.py.

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

def wizard.EPSGPage.OnPageChanging (   self,
  event 
)

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

wizard.EPSGPage.epsgCodeDict

Definition at line 1262 of file wizard.py.

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

wizard.EPSGPage.epsgdesc
wizard.EPSGPage.epsglist

Definition at line 1285 of file wizard.py.

wizard.EPSGPage.epsgparams

Definition at line 1265 of file wizard.py.

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

wizard.EPSGPage.lcode

Definition at line 1270 of file wizard.py.

wizard.EPSGPage.lfile

Definition at line 1268 of file wizard.py.

wizard.EPSGPage.searchb

Definition at line 1282 of file wizard.py.

wizard.EPSGPage.tcode

Definition at line 1276 of file wizard.py.

wizard.EPSGPage.tfile

Definition at line 1274 of file wizard.py.


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