Class: TransportationAnalystResultSetting

SuperMap.TransportationAnalystResultSetting

The TransportationAnalystResultSetting class.

new SuperMap.TransportationAnalystResultSetting(options)

TransportationAnalystResultSetting.js, line 4

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.

Name Type Default Description
returnEdgeFeatures boolean false optional

Whether to include the arc features which are set in the analysis result.

returnEdgeGeometry boolean false optional

Whether the returned arc feature set includes the geometry object information.

returnEdgeIDs boolean false optional

Whether the returned result includes the ID set passing the arc.

returnNodeFeatures boolean false optional

Whether to include the node feature set in the analysis result.

returnNodeGeometry boolean false optional

Whether the returned node feature set includes the geometry object information.

returnNodeIDs boolean false optional

Whether the returned result includes the ID set passing the node.

returnPathGuides boolean false optional

Whether the returned analysis result includes the travel guide set.

returnRoutes boolean false optional

Whether the returned analysis result includes the route object set.

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.