com.supermap.data.conversion

类 ImportDataInfos

  • java.lang.Object
    • com.supermap.data.InternalHandle
      • com.supermap.data.conversion.ImportDataInfos


  • public class ImportDataInfos
    extends com.supermap.data.InternalHandle
    导入设置信息集合类。

    该类是导入设置信息 ImportDataInfo 对象的集合类。

    • 方法详细资料

      • getCount

        public int getCount()
        返回给定的导入设置信息集合中元素的总数。
        返回:
        给定的导入设置信息集合中元素的总数。
      • get

        public ImportDataInfo get(int index)
        根据给定的 index 值,返回导入设置信息集合对象中的导入设置信息对象。
        参数:
        index - 给定的 index 值。
        返回:
        导入设置信息集合对象中的导入设置信息对象。
      • setImportState

        public void setImportState(int index,
                                   boolean excludeDataInfo)
        该方法用于从导入设置信息集合移除指定的索引处的项。
        参数:
        index - 在集合中将要移除项的索引号。
        excludeDataInfo - 导入时是否排除指定索引项
      • getImportState

        public boolean getImportState(int index)
        返回指定索引处的项是否从导入设置信息集合中移除。
        参数:
        index - 在集合中将要移除项的索引号。
        返回:
        指定索引处的项是否从导入设置信息集合中移除。
      • getGroupInfos

        public List<GroupInfo> getGroupInfos()
        获取当前GDB文件下的所有分组信息,分组信息包括:分组名称、当前分组下包含的图层名称。
        返回:
        当前GDB文件下的所有分组信息对象列表。
        从以下版本开始:
        11.2.0版本
        另请参阅:
        GroupInfo

Copyright © 2021–2024 SuperMap. All rights reserved.