GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
wizard.DatumPage Class Reference

Wizard page for selecting datum (with associated ellipsoid) and datum transformation parameters (select coordinate system option) More...

Inheritance diagram for wizard.DatumPage:
Collaboration diagram for wizard.DatumPage:

Public Member Functions

def __init__
def OnPageChanging
def OnEnterPage
def OnDText
 Datum code changed.
def OnDSearch
 Search geodetic datum by desc.
def OnDatumSelected
 Datum selected.

Data Fields

 parent
 datum
 datumdesc
 ellipse
 datumparams
 proj4params
 tdatum
 searchb
 datumlist
 ellipsoid

Detailed Description

Wizard page for selecting datum (with associated ellipsoid) and datum transformation parameters (select coordinate system option)

Definition at line 810 of file wizard.py.


Constructor & Destructor Documentation

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

Reimplemented from wizard.TitledPage.

Definition at line 815 of file wizard.py.


Member Function Documentation

def wizard.DatumPage.OnDatumSelected (   self,
  event 
)

Datum selected.

Definition at line 964 of file wizard.py.

References wizard.DatumPage.datum.

def wizard.DatumPage.OnDSearch (   self,
  event 
)

Search geodetic datum by desc.

Definition at line 954 of file wizard.py.

References wizard.DatumPage.datum, wizard.DatumPage.datumdesc, and wizard.DatumPage.ellipsoid.

def wizard.DatumPage.OnEnterPage (   self,
  event 
)

Definition at line 914 of file wizard.py.

References wizard.DatumPage.datum.


Field Documentation

Definition at line 836 of file wizard.py.

Definition at line 822 of file wizard.py.

Referenced by wizard.DatumPage.OnDText().

Definition at line 960 of file wizard.py.

Referenced by wizard.DatumPage.OnDSearch().

Definition at line 829 of file wizard.py.

Definition at line 826 of file wizard.py.


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