SuperMap.REST.InterpolationAnalystEventArgs

插值分析服务事件数据类。 该类包含了从服务端传回的插值分析结果数据。

Inherits from

Summary
SuperMap.REST.InterpolationAnalystEventArgs 插值分析服务事件数据类。 该类包含了从服务端传回的插值分析结果数据。
Properties
result {SuperMap.REST.InterpolationAnalystResult} 服务端返回的插值分析结果数据。
Constructor
SuperMap.REST.InterpolationAnalystEventArgs 差值分析服务事件数据类构造函数。
Functions
destroy 释放资源,将引用资源的属性置空。

Properties

result

{SuperMap.REST.InterpolationAnalystResult} 服务端返回的插值分析结果数据。

Constructor

SuperMap.REST.InterpolationAnalystEventArgs

差值分析服务事件数据类构造函数。

Parameters

result {SuperMap.REST.InterpolationAnalystResult} 服务端返回的插值分析结果数据 。
originResult {Object} 服务端返回的用 JSON 对象表示的插值分析结果数据 。

Functions

destroy

destroy: function ()

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

差值分析分析服务结果数据类
destroy: function ()
释放资源,将引用资源的属性置空。
服务事件结果相关参数的基类。
Close