public class ImportDataInfos
extends com.supermap.data.InternalHandle
该类是导入设置信息 ImportDataInfo
对象的集合类。
限定符和类型 | 方法和说明 |
---|---|
ImportDataInfo |
get(int index)
根据给定的 index 值,返回导入设置信息集合对象中的导入设置信息对象。
|
int |
getCount()
返回给定的导入设置信息集合中元素的总数。
|
List<GroupInfo> |
getGroupInfos()
获取当前GDB文件下的所有分组信息,分组信息包括:分组名称、当前分组下包含的图层名称。
|
boolean |
getImportState(int index)
返回指定索引处的项是否从导入设置信息集合中移除。
|
void |
setImportState(int index,
boolean excludeDataInfo)
该方法用于从导入设置信息集合移除指定的索引处的项。
|
public int getCount()
public ImportDataInfo get(int index)
index
- 给定的 index 值。public void setImportState(int index, boolean excludeDataInfo)
index
- 在集合中将要移除项的索引号。excludeDataInfo
- 导入时是否排除指定索引项public boolean getImportState(int index)
index
- 在集合中将要移除项的索引号。Copyright © 2021–2024 SuperMap. All rights reserved.