public class ExportSettings extends Object
ExportSetting
类对象的集合。构造器和说明 |
---|
ExportSettings()
构造一个新的 ExportSettings 对象。
|
限定符和类型 | 方法和说明 |
---|---|
int |
add(ExportSetting exportSetting)
向导出设置信息集合中添加一个导出设置信息对象。
|
void |
clear()
从导出设置信息集合对象中移除全部子项。
|
ExportSetting |
get(int index)
根据给定的索引值 index 返回导出设置信息集合对象中的导出设置信息对象。
|
int |
getCount()
返回给定的导出设置信息集合中元素的总数。
|
boolean |
insert(int index,
ExportSetting ExportSetting)
根据指定的索引值向导出设置信息集合中插入一个导出设置信息对象。
|
boolean |
remove(int index)
从导出设置信息集合对象中移除指定的索引处的子项。
|
public int getCount()
public ExportSetting get(int index)
index
- 指定的索引值,index 从 0 开始。public int add(ExportSetting exportSetting)
exportSetting
- 待添加的导出设置信息对象。public boolean insert(int index, ExportSetting ExportSetting)
index
- 将要插入元素的索引值。exportSetting
- 要插入的导出设置信息对象。public boolean remove(int index)
index
- 将要删除元素的索引。public void clear()
Copyright © 2021–2024 SuperMap. All rights reserved.