Class: UpdateEdgeWeightParameters

SuperMap.UpdateEdgeWeightParameters

The UpdateEdgeWeightParameters class.

new SuperMap.UpdateEdgeWeightParameters(options)

UpdateEdgeWeightParameters.js, line 4
Name Type Description
options Object

The parameters.

Name Type Description
edgeId string

The edge ID.

fromNodeId string

ID of start turning node.

toNodeId string

ID of end turning node.

weightField string

Cost weight field of edge.

edgeWeight string

The cost weight.

Members

edgeIdstring

The edge ID.

edgeWeightstring

The cost weight.

fromNodeIdstring

ID of start turning node.

toNodeIdstring

ID of end turning node.

weightFieldstring

Cost weight field of edge.

Methods

destroy()

UpdateEdgeWeightParameters.js, line 57

Disposes the cesource. The property that references resource is set to null.