SuperMap.REST.BufferDistance

缓冲区分析的缓冲距离类 通过该类可以设置缓冲区分析的缓冲距离,距离可以是数值也可以是数值型的字段表达式。

Summary
SuperMap.REST.BufferDistance 缓冲区分析的缓冲距离类 通过该类可以设置缓冲区分析的缓冲距离,距离可以是数值也可以是数值型的字段表达式。
Properties
exp {String} 以数值型的字段表达式作为缓冲区分析的距离值。
value {Number} 以数值作为缓冲区分析的距离值。默认为100,单位:米。
Constructor
SuperMap.REST.BufferDistance 缓冲区分析的缓冲距离类构造函数。
Functions
destroy 释放资源,将引用资源的属性置空。

Properties

exp

{String} 以数值型的字段表达式作为缓冲区分析的距离值。

value

{Number} 以数值作为缓冲区分析的距离值。默认为100,单位:米。

Constructor

SuperMap.REST.BufferDistance

缓冲区分析的缓冲距离类构造函数。

Parameters

options {Object} 可选参数。

Allowed options properties

exp {String} 以数值型的字段表达式作为缓冲区分析的距离值。
value {Number} 以数值作为缓冲区分析的距离值。默认为100,单位:米。

Functions

destroy

destroy: function ()

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

destroy: function ()
释放资源,将引用资源的属性置空。
Close