GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 1253 of file wizard.py.

Constructor & Destructor Documentation

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

Definition at line 1257 of file wizard.py.

Member Function Documentation

def wizard.EPSGPage.OnBrowse (   self,
  event 
)

Define path for EPSG code file.

Definition at line 1415 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 1328 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 1433 of file wizard.py.

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

def wizard.EPSGPage.OnPageChanging (   self,
  event 
)

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

wizard.EPSGPage.epsgCodeDict

Definition at line 1260 of file wizard.py.

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

wizard.EPSGPage.epsgdesc
wizard.EPSGPage.epsglist

Definition at line 1283 of file wizard.py.

wizard.EPSGPage.epsgparams

Definition at line 1263 of file wizard.py.

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

wizard.EPSGPage.lcode

Definition at line 1268 of file wizard.py.

wizard.EPSGPage.lfile

Definition at line 1266 of file wizard.py.

wizard.EPSGPage.searchb

Definition at line 1280 of file wizard.py.

wizard.EPSGPage.tcode

Definition at line 1274 of file wizard.py.

wizard.EPSGPage.tfile

Definition at line 1272 of file wizard.py.


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