Class: SummaryAttributesJobsParameter

SummaryAttributesJobsParameter

属性汇总分析任务参数类。

new SummaryAttributesJobsParameter(options)

Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/openlayers/iclient-ol.js"></script>
<script>
  new ol.supermap.SummaryAttributesJobsParameter(options);
  
  // 弃用的写法
  new SuperMap.SummaryAttributesJobsParameter(options);

</script>

// ES6 Import
import { SummaryAttributesJobsParameter } from '@supermap/iclient-ol';

new SummaryAttributesJobsParameter(options);

common/iServer/SummaryAttributesJobsParameter.js, line 8
Name Type Description
options Object

参数。

Name Type Description
datasetName string

数据集名。

groupField string

分组字段。

attributeField string

属性字段。

statisticModes string

统计模式。

output OutputSetting 可选

输出参数设置。

mappingParameters MappingParameters 可选

分析后结果可视化的参数类。

Members

attributeFieldstring

属性字段。

datasetNamestring

汇总数据集名称。

groupFieldstring

分组字段。

mappingParametersMappingParameters

分析后结果可视化的参数类。

输出参数设置类。

statisticModesstring

属性汇总统计模式。

Methods

static toObject(SummaryAttributesJobsParameter, tempObj)

common/iServer/SummaryAttributesJobsParameter.js, line 82

生成属性汇总分析任务对象。

Name Type Description
SummaryAttributesJobsParameter Object

属性汇总任务参数。

tempObj Object

目标对象。

destroy()

common/iServer/SummaryAttributesJobsParameter.js, line 63

释放资源,将资源的属性置空。