UpdateTurnNodeWeightParameters.js

Summary
UpdateTurnNodeWeightParameters.js
Properties
fromEdgeId {String} 起始边的id
nodeId {String} 转向结点的id
toEdgeId {String} 终止边的id
turnNodeWeight {String} 耗费权重
weightField {String} 转向结点的耗费字段
Constructor
SuperMap.REST.UpdateEdgeWeightParameters 转向耗费权重更新服务参数类构造函数。
Functions
destroy 释放资源,将引用资源的属性置空。

Properties

nodeId

{String} 转向结点的id

fromEdgeId

{String} 起始边的id

toEdgeId

{String} 终止边的id

weightField

{String} 转向结点的耗费字段

turnNodeWeight

{String} 耗费权重

Constructor

SuperMap.REST.UpdateEdgeWeightParameters

转向耗费权重更新服务参数类构造函数。

Parameters

options {Object} 参数。

Allowed options properties

nodeId {String} 转向结点的id
fromEdgeId {String} 起始边的id
toEdgeId {String} 终止边的id
weightField {String} 转向结点的耗费字段
turnNodeWeight {String} 耗费权重

Functions

destroy

destroy:function()

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

destroy:function()
释放资源,将引用资源的属性置空。
Close