Class: OutputSetting

SuperMap.OutputSetting

Distributed analysis output type setting class

new SuperMap.OutputSetting(options)

OutputSetting.js, line 6
Name Type Description
options Object

The parameters.

Name Type Default Description
datasourceInfo SuperMap.DatasourceConnectionInfo

Data source linkage information.

datasetName string 'analystResult' optional

Result dataset name.

type SuperMap.OutputType SuperMap.OutputType.UDB optional

Type of output.

outputPath string optional

Output path of analysis result.

Members

datasetNamestring

Data source linkage information of the distributed analysis.

Default Value:
'analystResult'

Data source linkage information of the distributed analysis.

outputPathstring

Output path of distributed analysis result.

Distributed analysis output type.

Methods

destroy()

OutputSetting.js, line 48

Disposes the resource. The property that references resource is set to null.