包 | com.supermap.web.iServerJava6R.networkAnalystServices |
类 | public class ComputeWeightMatrixResult |
继承 | ComputeWeightMatrixResult ![]() |
该类用于存储了指定的耗费矩阵结点数组(ComputeWeightMatrixParameters.nodes)中任意两点间的资源耗费。
属性 | 定义方 | ||
---|---|---|---|
weightMatrix : Array
[read-only] 耗费矩阵数组.
|
ComputeWeightMatrixResult |
方法 | 定义方 | ||
---|---|---|---|
初始化 ComputeWeightMatrixResult 类的新实例。
|
ComputeWeightMatrixResult |
weightMatrix | 属性 |
weightMatrix:Array
[read-only]
耗费矩阵数组.
数组中每个元素代表矩阵中的一行。矩阵为 n*n 维,n 为 ComputeWeightMatrixParameters.nodes 中结点的个数。
public function get weightMatrix():Array
ComputeWeightMatrixResult | () | 构造函数 |
public function ComputeWeightMatrixResult()
初始化 ComputeWeightMatrixResult 类的新实例。