com.supermap.chart

类 AttributeTypeChart



  • public class AttributeTypeChart
    extends Enum
    该类定义了海图属性的类型常量。
    • 字段详细资料

      • ENUMERATED

        public static final AttributeTypeChart ENUMERATED
        枚举型(缩写为'E')。表示期望输入值从 S-57 物标属性的期望输入 AttributeExpectedInputsS57 集合中选择,且必须选择一个正确的值。
      • FLOAT

        public static final AttributeTypeChart FLOAT
        浮点型(缩写为'F')。表示期望输入是具有限定范围、分辨率、单位和格式的浮点数值。
      • INTEGER

        public static final AttributeTypeChart INTEGER
        整数型(缩写为'I')。表示期望输入是具有限定范围、单位和格式的整数值。
      • CODEDSTRING

        public static final AttributeTypeChart CODEDSTRING
        编码字符串(缩写为'A')。表示期望输入是在指定格式中的 ASCII 字符串。
      • FREETEXT

        public static final AttributeTypeChart FREETEXT
        任意字符串(缩写为'S')。表示期望输入是自由格式字母数字混合字符串。

Copyright © 2021–2024 SuperMap. All rights reserved.