com.supermap.data.conversion
类 ImportSettings
- java.lang.Object
-
- com.supermap.data.conversion.ImportSettings
-
public class ImportSettings extends Object
导入设置信息集合类。可以通过该类来导入设置信息对象的集合。
-
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 int
add(ImportSetting importSetting)
在导入设置信息集合中加入一个指定的元素。void
clear()
从导入设置信息集合中移除全部项。ImportSetting
get(int index)
返回导入设置信息集合对象中制定的序列号处的导入设置信息对象。int
getCount()
返回给定的导入设置信息集合中元素的总数。boolean
insert(int index, ImportSetting importSetting)
在导入设置信息集合中的指定序号处加入一个元素。boolean
remove(int index)
从导入设置信息集合中移除指定的索引处的项。
-
-
-
方法详细资料
-
getCount
public int getCount()
返回给定的导入设置信息集合中元素的总数。- 返回:
- 给定的导入设置信息集合中元素的总数。
-
get
public ImportSetting get(int index)
返回导入设置信息集合对象中制定的序列号处的导入设置信息对象。- 参数:
index
- 制定的序列号。- 返回:
- 导入设置信息集合对象中制定的序列号处的导入设置信息对象。
-
add
public int add(ImportSetting importSetting)
在导入设置信息集合中加入一个指定的元素。- 参数:
importSetting
- 要加入的导入设置信息对象。- 返回:
- 新加入元素的序列号。
-
insert
public boolean insert(int index, ImportSetting importSetting)
在导入设置信息集合中的指定序号处加入一个元素。- 参数:
index
- 指定的序号。importSetting
- 要加入的导入设置信息对象。- 返回:
- 加入成功返回 true,否则返回 false。
-
remove
public boolean remove(int index)
从导入设置信息集合中移除指定的索引处的项。- 参数:
index
- 指定的索引。- 返回:
- 移除成功返回 true,否则返回 false。
-
clear
public void clear()
从导入设置信息集合中移除全部项。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.