Class: UpdateTurnNodeWeightParameters

SuperMap. UpdateTurnNodeWeightParameters static

转向耗费权重更新服务参数类

new SuperMap.UpdateTurnNodeWeightParameters(options)

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

可选参数。如:
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 54

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