new SuperMap.ComputeWeightMatrixParameters(options)
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
The parameters.
|
Members
-
isAnalyzeByIdboolean
-
Whether to specify nodes for path analysis through the ID numbers.
-
nodesArray.<(SuperMap.Geometry.Point|L.LatLng|L.Point|ol.geom.Point|number)>
-
The nodes array that wants to compute the costs matrix. When SuperMap.ComputeWeightMatrixParameters.isAnalyzeById = false, nodes should be a coordinate array of points;
When SuperMap.ComputeWeightMatrixParameters.isAnalyzeById = true, nodes should be an array of IDs for the point. -
The general parameters for transportation network analyses.
Methods
-
destroy()
ComputeWeightMatrixParameters.js, line 42 -
Disposes the resource. The property that references resource is set to null.