Class: SummaryMeshJobParameter

SummaryMeshJobParameter

点聚合分析任务参数类

new SuperMap.SummaryMeshJobParameter(options)

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

可选参数。如:
datasetName -{string} 数据集名。
query -{Object} 分析范围。范围类型可以是SuperMap.Bounds|L.Bounds|ol.extent。
resolution -{number}分辨率。
statisticModes -{SuperMap.StatisticAnalystMode} 分析模式。
meshType -{number}分析类型。
fields -{number}权重索引。
type -{SuperMap.SummaryType} 聚合类型。

Members

datasetNamestring

数据集名。

fieldsnumber

权重字段。

meshTypenumber

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

queryObject

分析范围(聚合类型为网格面聚合时使用的参数)。范围类型可以是SuperMap.Bounds|L.Bounds|ol.extent。

regionDatasetstring

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

resolutionnumber

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

统计模式。

聚合类型。

Methods

staticSuperMap.SummaryMeshJobParameter.destroy()

common/iServer/SummaryMeshJobParameter.js, line 74

staticSuperMap.SummaryMeshJobParameter.toObject(summaryMeshJobParameter, tempObj)

common/iServer/SummaryMeshJobParameter.js, line 89

生成点聚合分析任务对象

Name Type Description
summaryMeshJobParameter Object

点聚合分析任务参数。

tempObj Object

目标对象。