Class: BuffersAnalystJobsParameter

BuffersAnalystJobsParameter

缓冲区分析任务参数类

new SuperMap.BuffersAnalystJobsParameter(options)

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

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

Members

boundsObject

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

datasetNamestring

数据集名。

dissolveFieldstring

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

distancestring

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

distanceFieldstring

缓冲距离字段,

缓冲距离单位。

Methods

staticSuperMap.BuffersAnalystJobsParameter.toObject(BuffersAnalystJobsParameter, tempObj)

common/iServer/BuffersAnalystJobsParameter.js, line 72

生成缓冲区分析任务对象

Name Type Description
BuffersAnalystJobsParameter Object

缓冲区分析任务参数

tempObj Object

目标对象

destroy()

common/iServer/BuffersAnalystJobsParameter.js, line 60

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