GRASS Programmer's Manual  6.4.4(2014)-r
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__ (self, wizard, parent)
 
def OnPageChanging (self, event)
 
def OnEnterPage (self, event)
 
def OnDText (self, event)
 Datum code changed. More...
 
def OnDSearch (self, event)
 Search geodetic datum by desc. More...
 
def OnDatumSelected (self, event)
 Datum selected. More...
 
- Public Member Functions inherited from wizard.TitledPage
def __init__ (self, parent, title)
 
def DoLayout (self)
 Do page layout. More...
 

Data Fields

 parent
 
 datum
 
 datumdesc
 
 ellipse
 
 datumparams
 
 proj4params
 
 tdatum
 
 searchb
 
 datumlist
 
 ellipsoid
 
- Data Fields inherited from wizard.TitledPage
 page
 
 title
 
 pagesizer
 
 sizer
 

Detailed Description

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

Definition at line 824 of file wizard.py.

Constructor & Destructor Documentation

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

Definition at line 829 of file wizard.py.

Member Function Documentation

def wizard.DatumPage.OnDatumSelected (   self,
  event 
)

Datum selected.

Definition at line 981 of file wizard.py.

References wizard.DatumPage.datum.

def wizard.DatumPage.OnDSearch (   self,
  event 
)

Search geodetic datum by desc.

Definition at line 971 of file wizard.py.

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

def wizard.DatumPage.OnEnterPage (   self,
  event 
)

Definition at line 931 of file wizard.py.

References wizard.DatumPage.datum.

def wizard.DatumPage.OnPageChanging (   self,
  event 
)

Field Documentation

wizard.DatumPage.datumdesc

Definition at line 834 of file wizard.py.

Referenced by wizard.DatumPage.OnDSearch(), and wizard.DatumPage.OnDText().

wizard.DatumPage.datumlist

Definition at line 850 of file wizard.py.

wizard.DatumPage.datumparams

Definition at line 836 of file wizard.py.

Referenced by wizard.DatumPage.OnDText().

wizard.DatumPage.ellipsoid

Definition at line 977 of file wizard.py.

Referenced by wizard.DatumPage.OnDSearch().

wizard.DatumPage.proj4params
wizard.DatumPage.searchb

Definition at line 843 of file wizard.py.

wizard.DatumPage.tdatum

Definition at line 840 of file wizard.py.


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