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
保存目标字段属性。
-
-
-
字段详细资料
-
THESOURCEATTRIBUTE
public static final EdgeMatchAttributeMethod THESOURCEATTRIBUTE
保存源字段属性。如存在多条记录合并成一条记录,保留属性众数。
-
THETARGETATTRIBUTE
public static final EdgeMatchAttributeMethod THETARGETATTRIBUTE
保存目标字段属性。如存在多条记录合并成一条记录,保留属性众数。
-
THENOTNULL
public static final EdgeMatchAttributeMethod THENOTNULL
保存字段非空属性。如存在多条记录合并成一条记录,保留属性众数。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.