包 | com.supermap.web.iServerJava6R.networkAnalystServices |
类 | public class FindPathResult |
继承 | FindPathResult ![]() |
该类用于存储从服务端获取的最佳路径分析结果,从中可以获取一条或多条结果路径(Path)。
属性 | 定义方 | ||
---|---|---|---|
pathList : Array
[read-only] 获取交通网络分析结果路径数组 Array[Path].
|
FindPathResult |
方法 | 定义方 | ||
---|---|---|---|
初始化 FindPathResult 类的新实例。
|
FindPathResult |
pathList | 属性 |
pathList:Array
[read-only]
获取交通网络分析结果路径数组 Array[Path].
目前分析结果中只有一条路径(Path),其中包含路径途经的结点、弧段、该路径的路由、行驶引导、耗费等信息。
public function get pathList():Array
另请参见
FindPathResult | () | 构造函数 |
public function FindPathResult()
初始化 FindPathResult 类的新实例。