com.supermap.chart

类 SimpleAttributes

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


    public class SimpleAttributes
    extends com.supermap.data.InternalHandleDisposable
    S-100简单属性集合类。
    • 方法详细资料

      • dispose

        public void dispose()
      • getCount

        public int getCount()
        获取简单属性个数。
        返回:
      • get

        public AttributeS100 get(int index)
        根据给定的索引获取简单属性对象。
        参数:
        index - 给定的索引。
        返回:
        AttributeS100
      • get

        public AttributeS100 get(String code)
        根据给定的简单属性编码获取简单属性对象。
        参数:
        code - 给定的简单属性编码。
        返回:
        AttributeS100
      • 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.