GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.gdialogs.GdalImportDialog Class Reference

Dialog for bulk import of various raster/vector data. More...

Inheritance diagram for gui_modules.gdialogs.GdalImportDialog:
Collaboration diagram for gui_modules.gdialogs.GdalImportDialog:

Public Member Functions

def __init__
def OnRun
 Import/Link data (each layes as separate vector map)
def OnCmdDialog
 Show command dialog.
- Public Member Functions inherited from gui_modules.gdialogs.ImportDialog
def __init__
def doLayout
 Do layout.
def OnCancel
 Close dialog.
def AddLayers
 Add imported/linked layers into layer tree.
def OnAbort
 Abort running import.

Data Fields

 link
 ogr
 dsnInput
 commandId
 importType
- Data Fields inherited from gui_modules.gdialogs.ImportDialog
 parent
 options
 panel
 layerBox
 list
 optionBox
 overwrite
 add
 btn_cancel
 btn_run
 btn_cmd

Detailed Description

Dialog for bulk import of various raster/vector data.

Definition at line 1232 of file gdialogs.py.


Constructor & Destructor Documentation

def gui_modules.gdialogs.GdalImportDialog.__init__ (   self,
  parent,
  ogr = False,
  link = False 
)

Definition at line 1234 of file gdialogs.py.


Member Function Documentation

def gui_modules.gdialogs.GdalImportDialog.OnCmdDialog (   self,
  event 
)

Show command dialog.

Reimplemented from gui_modules.gdialogs.ImportDialog.

Definition at line 1347 of file gdialogs.py.

References gui_modules.gdialogs.ImportDialog._getCommand().

def gui_modules.gdialogs.GdalImportDialog.OnRun (   self,
  event 
)

Import/Link data (each layes as separate vector map)

Reimplemented from gui_modules.gdialogs.ImportDialog.

Definition at line 1277 of file gdialogs.py.

Referenced by gui_modules.ghelp.MenuTreeWindow.OnItemActivated(), and gui_modules.menuform.mainFrame.OnKeyUp().


Field Documentation

gui_modules.gdialogs.GdalImportDialog.commandId

Reimplemented from gui_modules.gdialogs.ImportDialog.

Definition at line 1279 of file gdialogs.py.

gui_modules.gdialogs.GdalImportDialog.dsnInput

Definition at line 1251 of file gdialogs.py.

Referenced by gui_modules.gdialogs.ImportDialog.doLayout().

gui_modules.gdialogs.GdalImportDialog.importType

Reimplemented from gui_modules.gdialogs.ImportDialog.

Definition at line 1290 of file gdialogs.py.

gui_modules.gdialogs.GdalImportDialog.link

Definition at line 1235 of file gdialogs.py.

gui_modules.gdialogs.GdalImportDialog.ogr

Definition at line 1236 of file gdialogs.py.

Referenced by gui_modules.gselect.GdalSelect.OnSetType().


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