com.supermap.data
类 AttributeExtentType
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.data.AttributeExtentType
-
public class AttributeExtentType extends Enum
该枚举定义了属性存储类型常量,包括s3md和attribute两种类型。attribute属性文件更小,可以提升属性文件的下载效率。
-
-
字段概要
字段 限定符和类型 字段和说明 static AttributeExtentType
ATTRIBUTE
attribute属性存储类型。static AttributeExtentType
DB
db属性存储类型,支持模型、矢量、点外挂模型生成三维瓦片时,生成db属性存储类型。static AttributeExtentType
S3MD
s3md属性存储类型。
-
-
-
字段详细资料
-
S3MD
public static final AttributeExtentType S3MD
s3md属性存储类型。
-
ATTRIBUTE
public static final AttributeExtentType ATTRIBUTE
attribute属性存储类型。
-
DB
public static final AttributeExtentType DB
db属性存储类型,支持模型、矢量、点外挂模型生成三维瓦片时,生成db属性存储类型。- 从以下版本开始:
- 11.2.0。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.