Class: SummaryAttributesJobsParameter

SuperMap.SummaryAttributesJobsParameter

属性汇总分析任务参数类

new SuperMap.SummaryAttributesJobsParameter(options)

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

参数。

Name Type Description
datasetName string

数据集名。

groupField string

分组字段。

attributeField string

属性字段。

statisticModes string

统计模式。

output SuperMap.OutputSetting 可选

输出参数设置。

mappingParameters SuperMap.MappingParameters 可选

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

Members

attributeFieldstring

属性字段。

datasetNamestring

汇总数据集名称。

groupFieldstring

分组字段。

mappingParametersSuperMap.MappingParameters

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

输出参数设置类。

statisticModesstring

属性汇总统计模式。

Methods

SuperMap.SummaryAttributesJobsParameter.destroy()

common/iServer/SummaryAttributesJobsParameter.js, line 62

SuperMap.SummaryAttributesJobsParameter.toObject(SummaryAttributesJobsParameter, tempObj)

common/iServer/SummaryAttributesJobsParameter.js, line 81

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

Name Type Description
SummaryAttributesJobsParameter Object

属性汇总任务参数。

tempObj Object

目标对象。