GRASS Programmer's Manual  6.4.3(2013)-r
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
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. More...
 
def OnDSearch
 Search geodetic datum by desc. More...
 
def OnDatumSelected
 Datum selected. More...
 
- Public Member Functions inherited from wizard.TitledPage
def __init__
 
def DoLayout
 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 823 of file wizard.py.

Constructor & Destructor Documentation

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

Definition at line 828 of file wizard.py.

Member Function Documentation

def wizard.DatumPage.OnDatumSelected (   self,
  event 
)

Datum selected.

Definition at line 980 of file wizard.py.

References wizard.DatumPage.datum.

def wizard.DatumPage.OnDSearch (   self,
  event 
)

Search geodetic datum by desc.

Definition at line 970 of file wizard.py.

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

def wizard.DatumPage.OnEnterPage (   self,
  event 
)

Definition at line 930 of file wizard.py.

References wizard.DatumPage.datum.

def wizard.DatumPage.OnPageChanging (   self,
  event 
)

Field Documentation

wizard.DatumPage.datumdesc

Definition at line 833 of file wizard.py.

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

wizard.DatumPage.datumlist

Definition at line 849 of file wizard.py.

wizard.DatumPage.datumparams

Definition at line 835 of file wizard.py.

Referenced by wizard.DatumPage.OnDText().

wizard.DatumPage.ellipsoid

Definition at line 976 of file wizard.py.

Referenced by wizard.DatumPage.OnDSearch().

wizard.DatumPage.proj4params
wizard.DatumPage.searchb

Definition at line 842 of file wizard.py.

wizard.DatumPage.tdatum

Definition at line 839 of file wizard.py.


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