GRASS Programmer's Manual  6.4.4(2014)-r
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 1752 of file wizard.py.

Constructor & Destructor Documentation

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

Definition at line 1755 of file wizard.py.

References wizard.LocationWizard.__cleanUp().

Member Function Documentation

def wizard.LocationWizard.CreateProj4String (   self)

Constract PROJ.4 string.

Definition at line 2080 of file wizard.py.

Referenced by wizard.LocationWizard.OnWizFinished().

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

Definition at line 2121 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 1980 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 1860 of file wizard.py.

Referenced by wizard.LocationWizard.OnWizFinished().

wizard.LocationWizard.csystemspage

Definition at line 1791 of file wizard.py.

wizard.LocationWizard.custompage

Definition at line 1799 of file wizard.py.

wizard.LocationWizard.datumpage

Definition at line 1793 of file wizard.py.

wizard.LocationWizard.datums

Definition at line 1936 of file wizard.py.

wizard.LocationWizard.datumtrans

Definition at line 1776 of file wizard.py.

Referenced by wizard.LocationWizard.OnWizFinished().

wizard.LocationWizard.ellipsepage

Definition at line 1798 of file wizard.py.

wizard.LocationWizard.ellipsoids

Definition at line 1954 of file wizard.py.

wizard.LocationWizard.epsgpage

Definition at line 1795 of file wizard.py.

wizard.LocationWizard.filepage

Definition at line 1796 of file wizard.py.

wizard.LocationWizard.georeffile

Definition at line 1780 of file wizard.py.

wizard.LocationWizard.grassdatabase

Definition at line 1870 of file wizard.py.

wizard.LocationWizard.location

Definition at line 1856 of file wizard.py.

wizard.LocationWizard.paramdesc

Definition at line 1970 of file wizard.py.

wizard.LocationWizard.paramspage

Definition at line 1794 of file wizard.py.

wizard.LocationWizard.proj4string

Definition at line 1777 of file wizard.py.

wizard.LocationWizard.projdesc

Definition at line 1915 of file wizard.py.

wizard.LocationWizard.projections

Definition at line 1914 of file wizard.py.

wizard.LocationWizard.projpage

Definition at line 1792 of file wizard.py.

wizard.LocationWizard.startpage

Definition at line 1790 of file wizard.py.

wizard.LocationWizard.sumpage

Definition at line 1800 of file wizard.py.

wizard.LocationWizard.wizard

Definition at line 1785 of file wizard.py.

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

wizard.LocationWizard.wktpage

Definition at line 1797 of file wizard.py.


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