Class: SummaryMeshJobParameter

SuperMap.SummaryMeshJobParameter

点聚合分析任务参数类。

new SuperMap.SummaryMeshJobParameter(options)

common/iServer/SummaryMeshJobParameter.js, line 11
Name Type Description
options Object

参数。

Name Type Default Description
datasetName string

数据集名。

query SuperMap.Bounds | L.Bounds | ol.extent 可选

分析范围(默认为全图范围)。

fields number

权重索引。

resolution number 100 可选

分辨率。

statisticModes SuperMap.StatisticAnalystMode SuperMap.StatisticAnalystMode.AVERAGE 可选

分析模式。

meshType number 0 可选

分析类型。

type SuperMap.SummaryType SuperMap.SummaryType.SUMMARYMESH 可选

聚合类型。

output SuperMap.OutputSetting 可选

输出参数设置。

mappingParameters SuperMap.MappingParameters 可选

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

Members

datasetNamestring

数据集名。

fieldsnumber

权重字段。

mappingParametersSuperMap.MappingParameters

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

meshTypenumber

网格面类型(聚合类型为网格面聚合时使用的参数),取值:0 或 1。

输出参数设置类。

querySuperMap.Bounds L.Bounds ol.extent

分析范围(聚合类型为网格面聚合时使用的参数)。

regionDatasetstring

聚合面数据集(聚合类型为多边形聚合时使用的参数)。

resolutionnumber

分辨率(聚合类型为网格面聚合时使用的参数)。

Default Value:
100

统计模式。

Default Value:
SuperMap.StatisticAnalystMode.AVERAGE

聚合类型。

Default Value:
SuperMap.SummaryType.SUMMARYMESH

Methods

SuperMap.SummaryMeshJobParameter.destroy()

common/iServer/SummaryMeshJobParameter.js, line 98

SuperMap.SummaryMeshJobParameter.toObject(summaryMeshJobParameter, tempObj)

common/iServer/SummaryMeshJobParameter.js, line 121

生成点聚合分析任务对象。

Name Type Description
summaryMeshJobParameter Object

点聚合分析任务参数。

tempObj Object

目标对象。