|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|


Public Member Functions | |
| def | __init__ |
| Dialog for bulk import of various raster/vector data. | |
| def | OnRun |
| Import/Link data (each layes as separate vector map) | |
| def | OnCmdDialog |
| Show command dialog. | |
Data Fields | |
| link | |
| ogr | |
| dsnInput | |
| commandId | |
| importType | |
Definition at line 1651 of file gui_core/dialogs.py.
| def dialogs.GdalImportDialog.__init__ | ( | self, | |
| parent, | |||
ogr = False, |
|||
link = False |
|||
| ) |
Dialog for bulk import of various raster/vector data.
| parent | parent window |
| ogr | True for OGR (vector) otherwise GDAL (raster) |
| link | True for linking data otherwise importing data |
Definition at line 1652 of file gui_core/dialogs.py.
| def dialogs.GdalImportDialog.OnCmdDialog | ( | self, | |
| event | |||
| ) |
Show command dialog.
Reimplemented from dialogs.ImportDialog.
Definition at line 1785 of file gui_core/dialogs.py.
References dialogs.ImportDialog._getCommand().
| def dialogs.GdalImportDialog.OnRun | ( | self, | |
| event | |||
| ) |
Import/Link data (each layes as separate vector map)
Reimplemented from dialogs.ImportDialog.
Definition at line 1702 of file gui_core/dialogs.py.
Referenced by ghelp.MenuTreeWindow.OnItemActivated(), and forms.TaskFrame.OnKeyUp().
Reimplemented from dialogs.ImportDialog.
Definition at line 1704 of file gui_core/dialogs.py.
Definition at line 1675 of file gui_core/dialogs.py.
Referenced by dialogs.ImportDialog.doLayout().
Reimplemented from dialogs.ImportDialog.
Definition at line 1716 of file gui_core/dialogs.py.
Definition at line 1659 of file gui_core/dialogs.py.
Definition at line 1660 of file gui_core/dialogs.py.
Referenced by gselect.GdalSelect.OnSetDsn(), and gselect.GdalSelect.OnSetType().