GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
wizard.CustomPage Class Reference

Wizard page for entering custom PROJ.4 string for setting coordinate system parameters. More...

Inheritance diagram for wizard.CustomPage:
Collaboration diagram for wizard.CustomPage:

Public Member Functions

def __init__
 
def OnEnterPage
 
def OnPageChanging
 
def GetProjstring
 Change proj string. More...
 
- Public Member Functions inherited from wizard.TitledPage
def __init__
 
def DoLayout
 Do page layout. More...
 

Data Fields

 customstring
 
 parent
 
 text_proj4string
 
 label_proj4string
 
 custom_dtrans_string
 
- Data Fields inherited from wizard.TitledPage
 page
 
 title
 
 pagesizer
 
 sizer
 

Detailed Description

Wizard page for entering custom PROJ.4 string for setting coordinate system parameters.

Definition at line 1462 of file wizard.py.

Constructor & Destructor Documentation

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

Definition at line 1466 of file wizard.py.

Member Function Documentation

def wizard.CustomPage.GetProjstring (   self,
  event 
)

Change proj string.

Definition at line 1554 of file wizard.py.

References wizard.CustomPage.customstring.

def wizard.CustomPage.OnEnterPage (   self,
  event 
)

Definition at line 1492 of file wizard.py.

References wizard.CustomPage.customstring.

def wizard.CustomPage.OnPageChanging (   self,
  event 
)

Definition at line 1499 of file wizard.py.

Field Documentation

wizard.CustomPage.custom_dtrans_string

Definition at line 1501 of file wizard.py.

wizard.CustomPage.customstring

Definition at line 1470 of file wizard.py.

Referenced by wizard.CustomPage.GetProjstring(), and wizard.CustomPage.OnEnterPage().

wizard.CustomPage.label_proj4string

Definition at line 1476 of file wizard.py.

wizard.CustomPage.text_proj4string

Definition at line 1474 of file wizard.py.


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