Class: BuffersAnalystJobsParameter

SuperMap. BuffersAnalystJobsParameter static

缓冲区分析任务参数类

new SuperMap.BuffersAnalystJobsParameter(options)

common/iServer/BuffersAnalystJobsParameter.js, line 6
Name Type Description
options Object

必填参数。
datasetName -{string} 数据集名。
bounds - {Object} 分析范围。范围类型可以是SuperMap.Bounds|L.Bounds|ol.extent。
distance -{string} 缓冲距离,或缓冲区半径。
distanceField -{string} 缓冲区分析距离字段。
distanceUnit -{SuperMap.AnalystSizeUnit} 缓冲距离单位单位。
distance -{string} 缓冲区半径。
output -{SuperMap.OutputSetting} 输出参数设置

Members

boundsObject

分析范围。范围类型可以是SuperMap.Bounds|L.Bounds|ol.extent。

datasetNamestring

数据集名。

dissolveFieldstring

融合字段,根据字段值对缓冲区结果面对象进行融合。

distancestring

缓冲距离,或称为缓冲区半径。当缓冲距离字段位空时,此参数有效。

缓冲距离单位。

distanceFieldstring

缓冲距离字段,

输出参数设置类

Methods

SuperMap.BuffersAnalystJobsParameter.toObject(BuffersAnalystJobsParameter, tempObj)

common/iServer/BuffersAnalystJobsParameter.js, line 90

生成缓冲区分析任务对象

Name Type Description
BuffersAnalystJobsParameter Object

缓冲区分析任务参数

tempObj Object

目标对象

destroy()

common/iServer/BuffersAnalystJobsParameter.js, line 73

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