com.supermap.chart

类 SequenceInfo

  • java.lang.Object
    • com.supermap.data.InternalHandle
      • com.supermap.data.InternalHandleDisposable
        • com.supermap.chart.SequenceInfo
  • 所有已实现的接口:
    IDisposable


    public class SequenceInfo
    extends com.supermap.data.InternalHandleDisposable
    特征标识号区间序列信息。
    • 构造器详细资料

      • SequenceInfo

        public SequenceInfo()
      • SequenceInfo

        public SequenceInfo(String name,
                            long startValue,
                            long maxValue)
    • 方法详细资料

      • dispose

        public void dispose()
        释放对象所占用的本地资源。
      • getMaxValue

        public int getMaxValue()
        获取最大值序列值。
        返回:
      • setMaxValue

        public void setMaxValue(long maxValue)
        设置最大值序列值。
        参数:
        maxValue -
      • getStartValue

        public int getStartValue()
        获取开始序列值。
        返回:
      • setStartValue

        public void setStartValue(long startValue)
        设置开始序列值。
        参数:
        startValue -
      • getSequenceName

        public String getSequenceName()
        获取特征标识号区间序列名称。
        返回:
      • setSequenceName

        public void setSequenceName(String sequenceName)
        设置特征标识号区间序列名称。
        参数:
        sequenceName -
      • 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.