new SuperMap.TransportationAnalystResultSetting(options)
This class sets the returned result of the transportation network analysis, including whether to return the image, whether to return the arc spatial information, whether to return the node spatial information, etc.
Name | Type | Description | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
The parameters.
|
Members
-
returnEdgeFeaturesboolean
-
Whether to include the arc features which are set in the analysis result.
-
returnEdgeGeometryboolean
-
Whether the returned arc feature set includes the geometry object information.
-
returnEdgeIDsboolean
-
Whether the returned result includes the ID set passing the arc.
-
returnNodeFeaturesboolean
-
Whether to include the node feature set in the analysis result.
-
returnNodeGeometryboolean
-
Whether the returned node feature set includes the geometry object information.
-
returnNodeIDsboolean
-
Whether the returned result includes the ID set passing the node.
-
returnPathGuidesboolean
-
Whether the returned analysis result includes the travel guide set.
-
returnRoutesboolean
-
Whether the returned analysis result includes the route object set.
Methods
-
destroy()
TransportationAnalystResultSetting.js, line 79 -
Disposes the resource. The property that references resource is set to null.