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对象的集合类。
-
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 ImportDataInfoget(int index)根据给定的 index 值,返回导入设置信息集合对象中的导入设置信息对象。intgetCount()返回给定的导入设置信息集合中元素的总数。List<GroupInfo>getGroupInfos()获取当前GDB文件下的所有分组信息,分组信息包括:分组名称、当前分组下包含的图层名称。booleangetImportState(int index)返回指定索引处的项是否从导入设置信息集合中移除。voidsetImportState(int index, boolean excludeDataInfo)该方法用于从导入设置信息集合移除指定的索引处的项。
-
-
-
方法详细资料
-
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- 在集合中将要移除项的索引号。- 返回:
- 指定索引处的项是否从导入设置信息集合中移除。
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.