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

交通换乘策略枚举



公共常量
  常量 定义方
    LESS_TIME : String = LESS_TIME
[static] 时间短。
TransferTactic
    LESS_TRANSFER : String = LESS_TRANSFER
[static] 少换乘。
TransferTactic
    LESS_WALK : String = LESS_WALK
[static] 少步行。
TransferTactic
    MIN_DISTANCE : String = MIN_DISTANCE
[static] 距离最短。
TransferTactic
常量描述
LESS_TIME 常量
public static const LESS_TIME:String = LESS_TIME

时间短。

LESS_TRANSFER 常量  
public static const LESS_TRANSFER:String = LESS_TRANSFER

少换乘。

LESS_WALK 常量  
public static const LESS_WALK:String = LESS_WALK

少步行。

MIN_DISTANCE 常量  
public static const MIN_DISTANCE:String = MIN_DISTANCE

距离最短。