| 包 | com.supermap.web.iServerJava6R.trafficTransferAnalystServices |
| 类 | public class TransferLine |
| 继承 | TransferLine 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]
下车站点在本公交路线中的索引。
public function get endStopIndex():int| endStopName | 属性 |
endStopName:String [read-only]
下车站点名称。
public function get endStopName():String| lineID | 属性 |
lineID:int [read-only]
乘车路线ID。
public function get lineID():int| lineName | 属性 |
lineName:String [read-only]
乘车路线名称。
public function get lineName():String| startStopIndex | 属性 |
startStopIndex:int [read-only]
上车站点在本公交路线中的索引。
public function get startStopIndex():int| startStopName | 属性 |
startStopName:String [read-only]
上车站点名称。
public function get startStopName():String| TransferLine | () | 构造函数 |
public function TransferLine()
初始化 TransferLine 类新实例。