public class AttributeTypeChart extends Enum
限定符和类型 | 字段和说明 |
---|---|
static AttributeTypeChart |
BOOLEAN |
static AttributeTypeChart |
CODEDSTRING
编码字符串(缩写为'A')。
|
static AttributeTypeChart |
DATE |
static AttributeTypeChart |
DATETIME |
static AttributeTypeChart |
ENUMERATED
枚举型(缩写为'E')。
|
static AttributeTypeChart |
FLOAT
浮点型(缩写为'F')。
|
static AttributeTypeChart |
FREETEXT
任意字符串(缩写为'S')。
|
static AttributeTypeChart |
INTEGER
整数型(缩写为'I')。
|
static AttributeTypeChart |
LIST
列表型(缩写为'L')。
|
static AttributeTypeChart |
NONE
未知类型。
|
static AttributeTypeChart |
TIME |
static AttributeTypeChart |
TRUNCATED_DATE |
public static final AttributeTypeChart NONE
public static final AttributeTypeChart ENUMERATED
AttributeExpectedInputsS57
集合中选择,且必须选择一个正确的值。public static final AttributeTypeChart LIST
AttributeExpectedInputsS57
集合中选出的一个或多个值。public static final AttributeTypeChart FLOAT
public static final AttributeTypeChart INTEGER
public static final AttributeTypeChart CODEDSTRING
public static final AttributeTypeChart FREETEXT
public static final AttributeTypeChart BOOLEAN
public static final AttributeTypeChart DATE
public static final AttributeTypeChart TIME
public static final AttributeTypeChart DATETIME
public static final AttributeTypeChart TRUNCATED_DATE
Copyright © 2021–2024 SuperMap. All rights reserved.