SuperMap.REST.ComputeWeightMatrixEventArgs

耗费矩阵分析服务事件数据类。 类包含了从服务端传回的指定的任意两点间的耗费矩阵。

Inherits from

Summary
SuperMap.REST.ComputeWeightMatrixEventArgs 耗费矩阵分析服务事件数据类。 类包含了从服务端传回的指定的任意两点间的耗费矩阵。
Properties
result {SuperMap.REST.ComputeWeightMatrixResult} 服务端返回的耗费矩阵分析结果数据。
Constructor
SuperMap.REST.ComputeWeightMatrixEventArgs 耗费矩阵分析服务事件数据类构造函数。
Functions
destroy 释放资源,将引用资源的属性置空。

Properties

result

{SuperMap.REST.ComputeWeightMatrixResult} 服务端返回的耗费矩阵分析结果数据。

Constructor

SuperMap.REST.ComputeWeightMatrixEventArgs

耗费矩阵分析服务事件数据类构造函数。

Parameters

result {SuperMap.REST.ComputeWeightMatrixResult} 服务端返回的耗费矩阵分析结果数据。
originResult {Object} 服务端返回的存储了耗费矩阵分析结果数据的 JSON 字符串。

Functions

destroy

destroy: function()

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

耗费矩阵分析服务结果类。 该类存储了指定的任意两点间的一个耗费矩阵。
destroy: function()
释放资源,将引用资源的属性置空。
服务事件结果相关参数的基类。
Close