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

交通换乘时乘车偏好枚举.



公共常量
  常量 定义方
    BUS : String = BUS
[static] 公交汽车优先。
TransferPreference
    NONE : String = NONE
[static] 无乘车偏好。
TransferPreference
    NO_SUBWAY : String = NO_SUBWAY
[static] 不乘地铁。
TransferPreference
    SUBWAY : String = SUBWAY
[static] 地铁优先。
TransferPreference
常量描述
BUS 常量
public static const BUS:String = BUS

公交汽车优先。

NO_SUBWAY 常量  
public static const NO_SUBWAY:String = NO_SUBWAY

不乘地铁。

NONE 常量  
public static const NONE:String = NONE

无乘车偏好。

SUBWAY 常量  
public static const SUBWAY:String = SUBWAY

地铁优先。