com.supermap.analyst.networkanalyst
类 TurnType

java.lang.Object
  继承者 com.supermap.analyst.networkanalyst.TurnType

public class TurnType
extends java.lang.Object

该类定义了用在行驶导引子项类中的转弯方向的型常量。


字段摘要
static TurnType AHEAD
          表示向前直行。
static TurnType BACK
          掉头。
static TurnType END
          终点,不转弯。
static TurnType LEFT
          左转弯。
static TurnType NONE
          无效值。
static TurnType RIGHT
          右转弯。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

END

public static final TurnType END
终点,不转弯。


LEFT

public static final TurnType LEFT
左转弯。


RIGHT

public static final TurnType RIGHT
右转弯。


BACK

public static final TurnType BACK
掉头。


AHEAD

public static final TurnType AHEAD
表示向前直行。


NONE

public static final TurnType NONE
无效值。