public class SSCPathAnalystSetting extends PathAnalystSetting
为路径规划提供高性能分析环境,多个路径分析对象可共用此分析环境。
构造器和说明 |
---|
SSCPathAnalystSetting()
构造一个新的SSC数据环境对象。
|
SSCPathAnalystSetting(DatasetVector datasetNetwork,
String sscFilePath)
SSC路径分析,同时加载网络数据集相关信息。
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose() |
DatasetVector |
getNetworkDataset()
返回用于分析的网络数据集。
|
String |
getSSCFilePath()
返回SSC文件路径,包括文件名。
|
double |
getTolerance()
返回节点容限。
|
SSCPathAnalystSetting |
setNetworkDataset(DatasetVector value)
设置与SSC文件相关联的网络数据集。
|
SSCPathAnalystSetting |
setSSCFilePath(String sscFilePath)
设置SSC文件路径,包括文件名。
|
SSCPathAnalystSetting |
setTolerance(double tolerance)
设置节点容限。
|
public SSCPathAnalystSetting()
public SSCPathAnalystSetting(DatasetVector datasetNetwork, String sscFilePath)
datasetNetwork
- 与SSC文件相关联的网络数据集。sscFilePath
- SSC文件路径,包括文件名。public void dispose()
public DatasetVector getNetworkDataset()
PathAnalystSetting
getNetworkDataset
在类中 PathAnalystSetting
public SSCPathAnalystSetting setNetworkDataset(DatasetVector value)
value
- 与SSC文件相关联的网络数据集。public SSCPathAnalystSetting setSSCFilePath(String sscFilePath)
sscFilePath
- SSC文件路径,包括文件名。public String getSSCFilePath()
public SSCPathAnalystSetting setTolerance(double tolerance)
tolerance
- 节点容限。public double getTolerance()
Copyright © 2021–2024 SuperMap. All rights reserved.