GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
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.

Data Fields

 customstring
 parent
 text_proj4string
 label_proj4string

Detailed Description

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

Definition at line 1443 of file wizard.py.


Constructor & Destructor Documentation

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

Reimplemented from wizard.TitledPage.

Definition at line 1447 of file wizard.py.


Member Function Documentation

def wizard.CustomPage.GetProjstring (   self,
  event 
)

Change proj string.

Definition at line 1515 of file wizard.py.

References wizard.CustomPage.customstring.

def wizard.CustomPage.OnEnterPage (   self,
  event 
)

Definition at line 1473 of file wizard.py.

References wizard.CustomPage.customstring.

def wizard.CustomPage.OnPageChanging (   self,
  event 
)

Definition at line 1480 of file wizard.py.

References wizard.CustomPage.customstring, and gcmd.RunCommand().


Field Documentation

Definition at line 1457 of file wizard.py.

Definition at line 1455 of file wizard.py.


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