示例#1
0
 def __callback_select_input():
     setup.get_file(input_string, VAR.read_variable("INPUT_FILE"),
                    [('Shapefile', '*.shp')])
     self.__input_string = input_string  # Set new input file
     self.set_option_list(
         master, VAR)  # Create New option window with new inputs
示例#2
0
 def __callback_select_input ():
     setup.get_file (input_string, VAR.read_variable("INPUT_FILE"), [('Shapefile','*.shp')])
     self.__input_string = input_string # Set new input file
示例#3
0
 def __callback_dem():
     setup.get_file(dem_string, VAR.read_variable("DEM"),
                    [('Tiff', '*.tif'), ('Image', '*.img')])
示例#4
0
 def __callback_select_input():
     setup.get_file(input_string, VAR.read_variable("INPUT_FILE"),
                    [('Shapefile', '*.shp')])
示例#5
0
 def __callback_dem ():
     setup.get_file (dem_string, VAR.read_variable("DEM"), [('Tiff', '*.tif'), ('Image', '*.img')])
 def __callback_select_input ():
     setup.get_file (input_string, VAR.read_variable("INPUT_FILE"), [('Shapefile','*.shp')])
     self.__input_string = input_string # Set new input file
     self.set_option_list (master, VAR) # Create New option window with new inputs