包 | com.supermap.web.iServerJava6R.trafficTransferAnalystServices |
类 | public class TransferGuideItem |
继承 | TransferGuideItem ![]() |
交通换乘导引记录了从换乘分析起始站点到终止站点需要换乘或者步行的线路,其中每一换乘或步行线路就是一个交通换乘导引子项。利用该类可以返回交通换乘导引对象的子项信息,诸如交通换乘导引子项的起始站点信息、终止站点信息、公交线路信息等。
属性 | 定义方 | ||
---|---|---|---|
distance : Number
[read-only] 返回该 TransferGuideItem 对象所表示的一段换乘或者步行线路的距离。
|
TransferGuideItem | ||
endIndex : int
[read-only] 返回该 TransferGuideItem 对象所表示的一段换乘线路的终止站点在其完整的公交线路中处在第几个站点位置。
|
TransferGuideItem | ||
endPosition : Point2D
[read-only] 该 TransferGuideItem 对象所表示的一段换乘或者步行线路的终止站点位置坐标。
|
TransferGuideItem | ||
endStopName : String
[read-only] 返回该 TransferGuideItem 对象所表示的一段换乘线路的终点站点的名称。
|
TransferGuideItem | ||
isWalking : Boolean
[read-only] 返回该 TransferGuideItem 对象所表示是步行线路还是乘车线路。
|
TransferGuideItem | ||
lineName : String
[read-only] 该 TransferGuideItem 对象所表示的一段换乘线路名称。
|
TransferGuideItem | ||
lineType : int
[read-only] 线路类型,0代表公交车,1代表地铁,2代表轻轨。
|
TransferGuideItem | ||
passStopCount : int
[read-only] 返回该 TransferGuideItem 对象所表示的一段换乘线路所经过的站点个数。
|
TransferGuideItem | ||
route : GeoLine
[read-only] 返回该 TransferGuideItem 对象所表示的一段换乘线路信息。
|
TransferGuideItem | ||
startIndex : int
[read-only] 返回该 TransferGuideItem 对象所表示的一段换乘线路的起始站点在其完整的公交线路中处在第几个站点位置。
|
TransferGuideItem | ||
startPosition : Point2D
[read-only] 返回该 TransferGuideItem 对象所表示的一段换乘或者步行线路的起始站点的位置坐标。
|
TransferGuideItem | ||
startStopName : String
[read-only] 返回该 TransferGuideItem 对象所表示的一段换乘线路的起始站点的名称。
|
TransferGuideItem |
方法 | 定义方 | ||
---|---|---|---|
初始化 TransferGuideItem 类新实例。
|
TransferGuideItem |
distance | 属性 |
distance:Number
[read-only]
返回该 TransferGuideItem 对象所表示的一段换乘或者步行线路的距离。
public function get distance():Number
endIndex | 属性 |
endIndex:int
[read-only]
返回该 TransferGuideItem 对象所表示的一段换乘线路的终止站点在其完整的公交线路中处在第几个站点位置。
public function get endIndex():int
endPosition | 属性 |
endPosition:Point2D
[read-only]
该 TransferGuideItem 对象所表示的一段换乘或者步行线路的终止站点位置坐标。
public function get endPosition():Point2D
endStopName | 属性 |
endStopName:String
[read-only]
返回该 TransferGuideItem 对象所表示的一段换乘线路的终点站点的名称。
public function get endStopName():String
isWalking | 属性 |
isWalking:Boolean
[read-only]
返回该 TransferGuideItem 对象所表示是步行线路还是乘车线路。
public function get isWalking():Boolean
lineName | 属性 |
lineName:String
[read-only]
该 TransferGuideItem 对象所表示的一段换乘线路名称。
public function get lineName():String
lineType | 属性 |
lineType:int
[read-only]
线路类型,0代表公交车,1代表地铁,2代表轻轨。
public function get lineType():int
passStopCount | 属性 |
passStopCount:int
[read-only]
返回该 TransferGuideItem 对象所表示的一段换乘线路所经过的站点个数。
public function get passStopCount():int
route | 属性 |
route:GeoLine
[read-only]
返回该 TransferGuideItem 对象所表示的一段换乘线路信息。
public function get route():GeoLine
startIndex | 属性 |
startIndex:int
[read-only]
返回该 TransferGuideItem 对象所表示的一段换乘线路的起始站点在其完整的公交线路中处在第几个站点位置。
public function get startIndex():int
startPosition | 属性 |
startPosition:Point2D
[read-only]
返回该 TransferGuideItem 对象所表示的一段换乘或者步行线路的起始站点的位置坐标。
public function get startPosition():Point2D
startStopName | 属性 |
startStopName:String
[read-only]
返回该 TransferGuideItem 对象所表示的一段换乘线路的起始站点的名称。
public function get startStopName():String
TransferGuideItem | () | 构造函数 |
public function TransferGuideItem()
初始化 TransferGuideItem 类新实例。