com.supermap.data
类 VersionChangeType
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.data.VersionChangeType
-
public class VersionChangeType extends Enum
该类定义了数据记录的变更类型常量,包括新增、修改、删除。
-
-
字段概要
字段 限定符和类型 字段和说明 static VersionChangeType
VERSIONCHANGE_ADD
新增,对应枚举值为1。static VersionChangeType
VERSIONCHANGE_DELETE
删除,对应枚举值为3。static VersionChangeType
VERSIONCHANGE_MODIFY
修改,对应枚举值为2。
-
-
-
字段详细资料
-
VERSIONCHANGE_ADD
public static final VersionChangeType VERSIONCHANGE_ADD
新增,对应枚举值为1。表示这条数据记录在当前版本内是新增的。
-
VERSIONCHANGE_MODIFY
public static final VersionChangeType VERSIONCHANGE_MODIFY
修改,对应枚举值为2。表示这条数据记录在当前版本内经过了修改,包括属性修改或几何修改。
-
VERSIONCHANGE_DELETE
public static final VersionChangeType VERSIONCHANGE_DELETE
删除,对应枚举值为3。表示这条数据记录在当前版本内被删除。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.