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