根据指定的参数构造一个 GenerateSpatialDataParameter 的新对象。

命名空间:  SuperMap.Analyst.SpatialAnalyst
程序集:  SuperMap.Analyst.SpatialAnalyst (in SuperMap.Analyst.SpatialAnalyst)
版本: dll

语法

C#
[ObsoleteAttribute]
public GenerateSpatialDataParameter(
	DatasetVector eventTable,
	string routeIDField,
	string measureStartField,
	string measureEndField,
	string outputDatasetName
)

参数

eventTable
Type: SuperMap.Data..::.DatasetVector
指定的关联的线事件表。
routeIDField
Type: System..::.String
指定的结果路由标识字段。
measureStartField
Type: System..::.String
指定的起始刻度字段,用来标示路由起始节点的权重。
measureEndField
Type: System..::.String
指定的终止刻度字段,用来标示路由终止节点的权重。
outputDatasetName
Type: System..::.String
指定的结果数据集名称。

请参见