GRASS Programmer's Manual
6.4.2(2012)
|
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 |
Dialog for selecting datum transformations.
Definition at line 2576 of file location_wizard.py.
def gui_modules.location_wizard.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 2578 of file location_wizard.py.
def gui_modules.location_wizard.SelectTransformDialog.ClickTrans | ( | self, | |
event | |||
) |
Get the number of the datum transform to use in g.proj.
Definition at line 2661 of file location_wizard.py.
References gui_modules.location_wizard.SelectTransformDialog.transnum.
Get the number of the datum transform to use in g.proj.
Definition at line 2666 of file location_wizard.py.
References gui_modules.location_wizard.SelectTransformDialog.transnum.
Definition at line 2578 of file location_wizard.py.
Definition at line 2578 of file location_wizard.py.
Referenced by gui_modules.location_wizard.SelectTransformDialog::ClickTrans(), and gui_modules.location_wizard.SelectTransformDialog::GetTransform().