com.supermap.web.iServerJava6R.networkAnalystServices
public class TurnType
继承 TurnType Inheritance Object

转弯方向类.

该常量用在行驶导引子项类中。



公共常量
  常量 定义方
    AHEAD : String = AHEAD
[static] 向前直行。
TurnType
    BACK : String = BACK
[static] 掉头。
TurnType
    END : String = END
[static] 终点,不转弯。
TurnType
    LEFT : String = LEFT
[static] 左转弯。
TurnType
    NONE : String = NONE
[static] 无效值。
TurnType
    RIGHT : String = RIGHT
[static] 右转弯。
TurnType
常量描述
AHEAD 常量
public static const AHEAD:String = AHEAD

向前直行。

BACK 常量  
public static const BACK:String = BACK

掉头。

END 常量  
public static const END:String = END

终点,不转弯。

LEFT 常量  
public static const LEFT:String = LEFT

左转弯。

NONE 常量  
public static const NONE:String = NONE

无效值。

RIGHT 常量  
public static const RIGHT:String = RIGHT

右转弯。