com.supermap.analyst.spatialanalyst
类 EventDissolveType

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.analyst.spatialanalyst.EventDissolveType

public class EventDissolveType
extends Enum

该类定义了事件表的融合类型常量。


字段摘要
static EventDissolveType EVENT_CONCATENATE
          连接。
static EventDissolveType EVENT_OVERLAP
          交叠。
 
方法摘要
 
从类 com.supermap.data.Enum 继承的方法
equals, getEnums, getNameByValue, getNames, getPredefineValues, getValueByName, getValues, hashCode, isDefined, isDefined, name, parse, parse, toString, value
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

EVENT_OVERLAP

public static final EventDissolveType EVENT_OVERLAP
交叠。如果两个具有相同路由 ID 和融合字段值的事件有交叠部分,就将这两个事件合并为一个事件。


EVENT_CONCATENATE

public static final EventDissolveType EVENT_CONCATENATE
连接。将两个具有相同路由 ID 和融合字段值,并且首尾相连的事件合并为一个事件。