new SuperMap.ComputeWeightMatrixParameters(options)
            common/iServer/ComputeWeightMatrixParameters.js, line 8
        
        
    | Name | Type | Description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| options | Object | 参数。 
 | 
Members
- 
    isAnalyzeByIdboolean
- 
    
    是否通过节点 ID 指定路径分析的结点,即通过坐标点指定。 
- 
    nodesArray.<(SuperMap.Geometry.Point|L.LatLng|L.Point|ol.geom.Point|number)>
- 
    
    要计算耗费矩阵的点数组。 当 SuperMap.ComputeWeightMatrixParameters.isAnalyzeById= false 时,nodes 应为点的坐标数组; 当SuperMap.ComputeWeightMatrixParameters.isAnalyzeById= true 时,nodes 应为点的 ID 数组。
- 
    
    交通网络分析通用参数。 
Methods
- 
    destroy()common/iServer/ComputeWeightMatrixParameters.js, line 46
- 
    
    
    释放资源,将引用资源的属性置空。