com.supermap.analyst.networkanalyst
类 SupplyCenterType

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

public class SupplyCenterType
extends java.lang.Object

该类定义了网络分析中资源中心点类型常量,主要用于资源分配和选址分区。


字段摘要
static SupplyCenterType FIXEDCENTER
          固定中心点,用于资源分配和选址分区。
static SupplyCenterType NULL
          非中心点,在资源分配和选址分区时都不予考虑。
static SupplyCenterType OPTIONALCENTER
          可选中心点,用于选址分区。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

NULL

public static final SupplyCenterType NULL
非中心点,在资源分配和选址分区时都不予考虑。


OPTIONALCENTER

public static final SupplyCenterType OPTIONALCENTER
可选中心点,用于选址分区。


FIXEDCENTER

public static final SupplyCenterType FIXEDCENTER
固定中心点,用于资源分配和选址分区。