new OutputSetting(options)
Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"></script>
<script>
new L.supermap.OutputSetting(options);
// 弃用的写法
new SuperMap.OutputSetting(options);
</script>
// ES6 Import
import { OutputSetting } from '@supermapgis/iclient-leaflet';
new OutputSetting(options);
common/iServer/OutputSetting.js, line 8
Name | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
参数。
|
Members
-
datasetNamestring
-
分布式分析的输出结果数据集名称。
- Default Value: 'analystResult'
datasourceInfoDatasourceConnectionInfo
分布式分析的输出结果数据源连接信息。
outputPathstring
分布式分析的分析结果输出路径。
typeOutputType
分布式分析的输出类型。
Methods
-
destroy()
common/iServer/OutputSetting.js, line 52 -
释放资源,将引用资源的属性置空。