com.supermap.web.iServerJava6R.trafficTransferAnalystServices
public class TransferPathResult
继承 TransferPathResult Inheritance Object

交通换乘结果类.



公共属性
  属性 定义方
    transferGuide : TransferGuide
[read-only] 交通换乘导引对象,记录了从换乘分析起始站点到终止站点的交通换乘导引方案,通过 此对象可以获取交通换乘导引对象中子项的个数,根据序号获取交通换乘导引的子项对象,导引总距离以及总花费等。
TransferPathResult
公共方法
  方法 定义方
   
初始化 TransferPathResult 类的新实例。
TransferPathResult
属性详细信息
transferGuide 属性
transferGuide:TransferGuide  [read-only]

交通换乘导引对象,记录了从换乘分析起始站点到终止站点的交通换乘导引方案,通过 此对象可以获取交通换乘导引对象中子项的个数,根据序号获取交通换乘导引的子项对象,导引总距离以及总花费等。


Implementation
    public function get transferGuide():TransferGuide
构造函数详细信息
TransferPathResult () 构造函数
public function TransferPathResult()

初始化 TransferPathResult 类的新实例。