com.supermap.chart

类 AttributeChart

  • java.lang.Object
    • com.supermap.data.InternalHandle
      • com.supermap.data.InternalHandleDisposable
        • com.supermap.chart.AttributeChart
  • 所有已实现的接口:
    IDisposable
    直接已知子类:
    AttributeS100


    public abstract class AttributeChart
    extends com.supermap.data.InternalHandleDisposable
    • 构造器详细资料

      • AttributeChart

        public AttributeChart()
    • 方法详细资料

      • getAcronym

        public String getAcronym()
        获取属性简称。
        返回:
      • getName

        public String getName()
        获取属性的名称。
        返回:
        获取得到的属性的简称。
      • getCode

        public abstract String getCode()
        获取属性编码。 默认值为0。
        返回:
      • getStringLength

        public abstract Integer getStringLength()
        获取字符串长度。
        返回:
      • getTextPattern

        public abstract String getTextPattern()
        获取文本模式。
        返回:
      • getLowerBound

        public abstract Double getLowerBound()
      • getUpperBound

        public abstract Double getUpperBound()
      • getClosure

        public abstract String getClosure()
      • getPrecision

        public abstract Integer getPrecision()
      • getDefinition

        public String getDefinition()
      • setIsDisposable

        public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj,
                                           boolean disposable)
      • getHandle

        public static long getHandle(com.supermap.data.InternalHandle obj)
      • setHandle

        public static void setHandle(com.supermap.data.InternalHandle obj,
                                     long handle)

Copyright © 2021–2024 SuperMap. All rights reserved.