|
GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
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. More... | |
| def | GetTransform |
| Get the number of the datum transform to use in g.proj. More... | |
Data Fields | |
| transnum | |
| translist | |
Dialog for selecting datum transformations.
Definition at line 519 of file location_wizard/dialogs.py.
| 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.
| 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.
| def dialogs.SelectTransformDialog.GetTransform | ( | self | ) |
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.
| dialogs.SelectTransformDialog.translist |
Definition at line 571 of file location_wizard/dialogs.py.
| dialogs.SelectTransformDialog.transnum |
Definition at line 531 of file location_wizard/dialogs.py.
Referenced by dialogs.SelectTransformDialog.ClickTrans(), and dialogs.SelectTransformDialog.GetTransform().