com.supermap.analyst.networkanalyst
类 DirectionType

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

public class DirectionType
extends java.lang.Object

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


字段摘要
static DirectionType EAST
          东。
static DirectionType NONE
          表示结点没有方向。
static DirectionType NORTH
          北。
static DirectionType SOUTH
          南。
static DirectionType WEST
          西。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

NONE

public static final DirectionType NONE
表示结点没有方向。


EAST

public static final DirectionType EAST
东。


SOUTH

public static final DirectionType SOUTH
南。


WEST

public static final DirectionType WEST
西。


NORTH

public static final DirectionType NORTH
北。