com.supermap.analyst.networkanalyst
类 AnalystType

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

public class AnalystType
extends java.lang.Object

该类定义了用在物流分析中分析模式。


字段摘要
static AnalystType AREAANALYST
          区域分析模式。
static AnalystType AVERAGECOST
          平均耗费模式。
static AnalystType LEASTCOST
          耗费最少模式。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

LEASTCOST

public static final AnalystType LEASTCOST
耗费最少模式。


AVERAGECOST

public static final AnalystType AVERAGECOST
平均耗费模式。


AREAANALYST

public static final AnalystType AREAANALYST
区域分析模式。使分析结果中每条线路的需求点尽量集中在一个区域。