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

Start wizard here and finish wizard here. More...

Inheritance diagram for wizard.LocationWizard:
Collaboration diagram for wizard.LocationWizard:

Public Member Functions

def __init__
 
def OnWizFinished
 Wizard finished, create new location. More...
 
def CreateProj4String
 Constract PROJ.4 string. More...
 
def OnHelp
 

Data Fields

 parent
 
 datumtrans
 
 proj4string
 
 georeffile
 
 wizard
 
 startpage
 
 csystemspage
 
 projpage
 
 datumpage
 
 paramspage
 
 epsgpage
 
 filepage
 
 wktpage
 
 ellipsepage
 
 custompage
 
 sumpage
 
 location
 
 altdb
 
 grassdatabase
 
 projections
 
 projdesc
 
 datums
 
 ellipsoids
 
 paramdesc
 

Detailed Description

Start wizard here and finish wizard here.

Definition at line 1750 of file wizard.py.

Constructor & Destructor Documentation

def wizard.LocationWizard.__init__ (   self,
  parent,
  grassdatabase 
)

Definition at line 1753 of file wizard.py.

References wizard.LocationWizard.__cleanUp().

Member Function Documentation

def wizard.LocationWizard.CreateProj4String (   self)

Constract PROJ.4 string.

Definition at line 2078 of file wizard.py.

Referenced by wizard.LocationWizard.OnWizFinished().

def wizard.LocationWizard.OnHelp (   self,
  event 
)
'Help' button clicked

Definition at line 2119 of file wizard.py.

def wizard.LocationWizard.OnWizFinished (   self)

Wizard finished, create new location.

Returns
error message on error
None on success

Definition at line 1978 of file wizard.py.

References wizard.LocationWizard.altdb, wizard.LocationWizard.CreateProj4String(), wizard.LocationWizard.datumtrans, gcmd.RunCommand(), manager.GCPWizard.wizard, and wizard.LocationWizard.wizard.

Field Documentation

wizard.LocationWizard.altdb

Definition at line 1858 of file wizard.py.

Referenced by wizard.LocationWizard.OnWizFinished().

wizard.LocationWizard.csystemspage

Definition at line 1789 of file wizard.py.

wizard.LocationWizard.custompage

Definition at line 1797 of file wizard.py.

wizard.LocationWizard.datumpage

Definition at line 1791 of file wizard.py.

wizard.LocationWizard.datums

Definition at line 1934 of file wizard.py.

wizard.LocationWizard.datumtrans

Definition at line 1774 of file wizard.py.

Referenced by wizard.LocationWizard.OnWizFinished().

wizard.LocationWizard.ellipsepage

Definition at line 1796 of file wizard.py.

wizard.LocationWizard.ellipsoids

Definition at line 1952 of file wizard.py.

wizard.LocationWizard.epsgpage

Definition at line 1793 of file wizard.py.

wizard.LocationWizard.filepage

Definition at line 1794 of file wizard.py.

wizard.LocationWizard.georeffile

Definition at line 1778 of file wizard.py.

wizard.LocationWizard.grassdatabase

Definition at line 1868 of file wizard.py.

wizard.LocationWizard.location

Definition at line 1854 of file wizard.py.

wizard.LocationWizard.paramdesc

Definition at line 1968 of file wizard.py.

wizard.LocationWizard.paramspage

Definition at line 1792 of file wizard.py.

wizard.LocationWizard.proj4string

Definition at line 1775 of file wizard.py.

wizard.LocationWizard.projdesc

Definition at line 1913 of file wizard.py.

wizard.LocationWizard.projections

Definition at line 1912 of file wizard.py.

wizard.LocationWizard.projpage

Definition at line 1790 of file wizard.py.

wizard.LocationWizard.startpage

Definition at line 1788 of file wizard.py.

wizard.LocationWizard.sumpage

Definition at line 1798 of file wizard.py.

wizard.LocationWizard.wizard

Definition at line 1783 of file wizard.py.

Referenced by wizard.SummaryPage.OnFinish(), and wizard.LocationWizard.OnWizFinished().

wizard.LocationWizard.wktpage

Definition at line 1795 of file wizard.py.


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