com.supermap.analyst.networkanalyst
类 VRPDirectionType

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

public class VRPDirectionType
extends java.lang.Object

该枚举定义了VRP分析路线的类型。


字段摘要
static VRPDirectionType ENDBYCENTER
          不从中心点出发但回到中心点。
static VRPDirectionType ROUNDROUTE
          从中心点出发并回到中心点。
static VRPDirectionType STARTBYCENTER
          从中心点出发但不回到中心点。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

ROUNDROUTE

public static final VRPDirectionType ROUNDROUTE
从中心点出发并回到中心点。


STARTBYCENTER

public static final VRPDirectionType STARTBYCENTER
从中心点出发但不回到中心点。


ENDBYCENTER

public static final VRPDirectionType ENDBYCENTER
不从中心点出发但回到中心点。