Constructor
new CoreBufferAnalysis()
Members
type :String
缓冲分析操作类型
Type:
- String
url :String
- Default Value:
- null
缓冲分析操作所需要的WPS服务地址
Type:
- String
Methods
failFn()
叠置分析操作失败回调函数,默认提示"叠置分析操作失败,请检测服务是否正常运行。",
用户可以使用自定义方法替代。
initialize(url, options)
GeoGlobe.Analysis.CoreBufferAnalysis类构造函数。
Parameters:
Name | Type | Description |
---|---|---|
url |
String | 服务地址。 |
options |
Object | 相关属性的设置项,可选。 |
startAnalysis()
开始执行分析,如果服务端正确返回结果会触发successFn回调函数。
successFn(features)
分析操作成功的回调函数
Parameters:
Name | Type | Description |
---|---|---|
features |
Array(GeoGlobe.Feature) | 结果要素数组。 |