com.supermap.chart

类 IntendedUsages

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


    public class IntendedUsages
    extends com.supermap.data.InternalHandleDisposable
    获取航海用途集合。
    • 方法详细资料

      • dispose

        public void dispose()
      • getCount

        public int getCount()
        获取航海用途的个数。
        返回:
      • get

        public IntendedUsage get(int index)
        根据指定索引获取航海用途。
        参数:
        index - 指定索引
        返回:
        航海用途 IntendedUsage
      • getByCode

        public IntendedUsage getByCode(String code)
        根据给定的机构编码返回航海用途IntendedUsage 对象。
        参数:
        code - 指定的航海用途编码。
        返回:
        航海用途对象。
      • 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.