UpdateEdgeWeightParameters.js

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

Properties

edgeId

{String} 所在边的id

fromNodeId

{String} 起始转向点的id

toNodeId

{String} 终止转向点的id

weightField

{String} 边的耗费字段

edgeWeight

{String} 耗费权重

Constructor

SuperMap.REST.UpdateEdgeWeightParameters

边的耗费权重更新服务参数类构造函数。

Parameters

options {Object} 参数。

Allowed options properties

edgeId {String} 所在边的id
fromNodeId {String} 起始转向点的id
toNodeId {String} 终止转向点的id
weightField {String} 边的耗费字段
edgeWeight {String} 耗费权重

Functions

destroy

destroy:function()

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

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