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

换乘路线信息类.



公共属性
  属性 定义方
    endStopIndex : int
[read-only] 下车站点在本公交路线中的索引。
TransferLine
    endStopName : String
[read-only] 下车站点名称。
TransferLine
    lineID : int
[read-only] 乘车路线ID。
TransferLine
    lineName : String
[read-only] 乘车路线名称。
TransferLine
    startStopIndex : int
[read-only] 上车站点在本公交路线中的索引。
TransferLine
    startStopName : String
[read-only] 上车站点名称。
TransferLine
公共方法
  方法 定义方
   
初始化 TransferLine 类新实例。
TransferLine
属性详细信息
endStopIndex 属性
endStopIndex:int  [read-only]

下车站点在本公交路线中的索引。


Implementation
    public function get endStopIndex():int
endStopName 属性  
endStopName:String  [read-only]

下车站点名称。


Implementation
    public function get endStopName():String
lineID 属性  
lineID:int  [read-only]

乘车路线ID。


Implementation
    public function get lineID():int
lineName 属性  
lineName:String  [read-only]

乘车路线名称。


Implementation
    public function get lineName():String
startStopIndex 属性  
startStopIndex:int  [read-only]

上车站点在本公交路线中的索引。


Implementation
    public function get startStopIndex():int
startStopName 属性  
startStopName:String  [read-only]

上车站点名称。


Implementation
    public function get startStopName():String
构造函数详细信息
TransferLine () 构造函数
public function TransferLine()

初始化 TransferLine 类新实例。