com.supermap.web.iServerJava6R.networkAnalystServices
public class ComputeWeightMatrixResult
继承 ComputeWeightMatrixResult Inheritance Object

耗费矩阵分析服务结果类.

该类用于存储了指定的耗费矩阵结点数组(ComputeWeightMatrixParameters.nodes)中任意两点间的资源耗费。



公共属性
  属性 定义方
    weightMatrix : Array
[read-only] 耗费矩阵数组.
ComputeWeightMatrixResult
公共方法
  方法 定义方
   
初始化 ComputeWeightMatrixResult 类的新实例。
ComputeWeightMatrixResult
属性详细信息
weightMatrix 属性
weightMatrix:Array  [read-only]

耗费矩阵数组.

数组中每个元素代表矩阵中的一行。矩阵为 n*n 维,n 为 ComputeWeightMatrixParameters.nodes 中结点的个数。


Implementation
    public function get weightMatrix():Array
构造函数详细信息
ComputeWeightMatrixResult () 构造函数
public function ComputeWeightMatrixResult()

初始化 ComputeWeightMatrixResult 类的新实例。