com.supermap.web.iServerJava6R.networkAnalystServices
public class FindPathResult
继承 FindPathResult Inheritance Object

最佳路径分析结果类.

该类用于存储从服务端获取的最佳路径分析结果,从中可以获取一条或多条结果路径(Path)。



公共属性
  属性 定义方
    pathList : Array
[read-only] 获取交通网络分析结果路径数组 Array[Path].
FindPathResult
公共方法
  方法 定义方
   
初始化 FindPathResult 类的新实例。
FindPathResult
属性详细信息
pathList 属性
pathList:Array  [read-only]

获取交通网络分析结果路径数组 Array[Path].

目前分析结果中只有一条路径(Path),其中包含路径途经的结点、弧段、该路径的路由、行驶引导、耗费等信息。


Implementation
    public function get pathList():Array

另请参见

构造函数详细信息
FindPathResult () 构造函数
public function FindPathResult()

初始化 FindPathResult 类的新实例。