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

Dialog for selecting datum transformations. More...

Public Member Functions

def __init__
def ClickTrans
 Get the number of the datum transform to use in g.proj.
def GetTransform
 Get the number of the datum transform to use in g.proj.

Data Fields

 transnum
 translist

Detailed Description

Dialog for selecting datum transformations.

Definition at line 519 of file location_wizard/dialogs.py.


Constructor & Destructor Documentation

def dialogs.SelectTransformDialog.__init__ (   self,
  parent,
  transforms,
  title = _("Select datum transformation"),
  pos = wx.DefaultPosition,
  size = wx.DefaultSize,
  style = wx.DEFAULT_DIALOG_STYLE|wx.RESIZE_BORDER 
)

Definition at line 523 of file location_wizard/dialogs.py.


Member Function Documentation

def dialogs.SelectTransformDialog.ClickTrans (   self,
  event 
)

Get the number of the datum transform to use in g.proj.

Definition at line 604 of file location_wizard/dialogs.py.

References dialogs.SelectTransformDialog.transnum.

Get the number of the datum transform to use in g.proj.

Definition at line 609 of file location_wizard/dialogs.py.

References dialogs.SelectTransformDialog.transnum.


Field Documentation


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