GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 822 of file wizard.py.

Constructor & Destructor Documentation

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

Definition at line 827 of file wizard.py.

Member Function Documentation

def wizard.DatumPage.OnDatumSelected (   self,
  event 
)

Datum selected.

Definition at line 979 of file wizard.py.

References wizard.DatumPage.datum.

def wizard.DatumPage.OnDSearch (   self,
  event 
)

Search geodetic datum by desc.

Definition at line 969 of file wizard.py.

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

def wizard.DatumPage.OnEnterPage (   self,
  event 
)

Definition at line 929 of file wizard.py.

References wizard.DatumPage.datum.

def wizard.DatumPage.OnPageChanging (   self,
  event 
)

Field Documentation

wizard.DatumPage.datumdesc

Definition at line 832 of file wizard.py.

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

wizard.DatumPage.datumlist

Definition at line 848 of file wizard.py.

wizard.DatumPage.datumparams

Definition at line 834 of file wizard.py.

Referenced by wizard.DatumPage.OnDText().

wizard.DatumPage.ellipsoid

Definition at line 975 of file wizard.py.

Referenced by wizard.DatumPage.OnDSearch().

wizard.DatumPage.proj4params
wizard.DatumPage.searchb

Definition at line 841 of file wizard.py.

wizard.DatumPage.tdatum

Definition at line 838 of file wizard.py.


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