Open Dataset
Instructions for Use
Pass through the DatasetConnection InfoOpen Data set and return the open Dataset, a Dataset, via Result Dataset "Output parameters. When the Input Parameter of some Geo-Processing Automation (GPA) tools needs to pass in a Dataset (that is, For example, the source Raster Data "Input Parameter of the" Create Raster Data Pyramid "tool" needs to specify a Raster Dataset (DatasetGrid). You can open the Target Dataset with the Open Data Set tool and, Assign the returned Dataset to the source Raster Data "Input Parameter of the Create Raster Data Pyramid" tool in the connection mode, as shown in the following figure. The opened Raster Dataset is dynamically assigned to the corresponding parameter of the Create Raster Data Pyramid "tool.
Parameter Description
Parameter name | Default | Parameter description | Parameter type |
---|---|---|---|
Connection Info | Connection Info of the Dataset to be opened, the parameter is a Connection Info string, including: Datasource Type, Information such as Dataset Name. Set by using '--key = value'. Multiple values are separated by a ' ' space. For example: 1. Open the Dataset in the local UDBXFile Database: --server=G:\package\1110\idesktopx-11.1.0-1101-8153-98159\test3.udbx --dataset=H47C001004 --dbType=udbx --providerType=sdx 2. Open Dataset in PostGISDatabase-type Datasource: --server=172.16.120.35:5432 --database=TEST --user=TEST --password=●●●●●● --alias=TEST --dataset=TEST --maxConnPoolNum=10 --dbType=PGGIS --providerType=sdx in iServer's Geo-Processing Automation (GPA) WebUI interface and iDesktop XGeo-Processing Automation In the (GPA) modeling interface, the parameter provides a UI interface. You do not need to write the above complex strings. You only need to fill in the necessary information in the "Setting Connection Info" dialog box to automatically generate the string content of the parameter. In the Geo-Processing Automation (GPA) WebUI interface of iServer as shown in the figure below, click the "Settings" button on the right side of this parameter to open the dialog box. |
String |
Output Result
Parameter name | Parameter description | Parameter type |
---|---|---|
Result Dataset | If opened successfully, returns the result dataset; if it fails, returns empty. | Dataset |