Class: UpdateTurnNodeWeightParameters

UpdateTurnNodeWeightParameters

更新转向耗费权重服务参数类。转向耗费权重又称转向结点权值,此类用于设置需要更新的转向结点、 起始边、终止边以及更新后的耗费字段、耗费权重等参数。

new UpdateTurnNodeWeightParameters(options)

Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"></script>
<script>
  new L.supermap.UpdateTurnNodeWeightParameters(options);
  
  // 弃用的写法
  new SuperMap.UpdateTurnNodeWeightParameters(options);

</script>

// ES6 Import
import { UpdateTurnNodeWeightParameters } from '@supermapgis/iclient-leaflet';

new UpdateTurnNodeWeightParameters(options);

common/iServer/UpdateTurnNodeWeightParameters.js, line 6
Name Type Description
options Object

参数。

Name Type Description
nodeId string

转向结点的 ID。

fromEdgeId string

起始边的 ID。

toEdgeId string

终止边的 ID。

weightField string

转向结点的耗费字段。

turnNodeWeight string

耗费权重。

Members

fromEdgeIdstring

起始边的 ID。

nodeIdstring

转向结点的 ID。

toEdgeIdstring

终止边的 ID。

turnNodeWeightstring

耗费权重。

weightFieldstring

转向结点的耗费字段。

Methods

destroy()

common/iServer/UpdateTurnNodeWeightParameters.js, line 59

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