com.supermap.analyst.spatialanalyst
类 EdgeMatchAttributeMethod

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

public class EdgeMatchAttributeMethod
extends Enum


字段摘要
static EdgeMatchAttributeMethod THENOTNULL
          保存字段非空属性。
static EdgeMatchAttributeMethod THESOURCEATTRIBUTE
          保存源字段属性。
static EdgeMatchAttributeMethod THETARGETATTRIBUTE
          保存目标字段属性。
 
方法摘要
 
从类 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
 

字段详细信息

THESOURCEATTRIBUTE

public static final EdgeMatchAttributeMethod THESOURCEATTRIBUTE
保存源字段属性。

如存在多条记录合并成一条记录,保留属性众数。


THETARGETATTRIBUTE

public static final EdgeMatchAttributeMethod THETARGETATTRIBUTE
保存目标字段属性。

如存在多条记录合并成一条记录,保留属性众数。


THENOTNULL

public static final EdgeMatchAttributeMethod THENOTNULL
保存字段非空属性。

如存在多条记录合并成一条记录,保留属性众数。