public class ImportSettingCharts extends Object
ImportSettingChart
)的集合。限定符和类型 | 方法和说明 |
---|---|
int |
add(ImportSettingChart importSetting)
在海图数据导入设置信息集合对象(
ImportSettingCharts )中添加一个指定的(ImportSettingChart )对象。 |
void |
clear()
从海图数据导入设置信息集合对象(
ImportSettingCharts )中移除全部项。 |
ImportSettingChart |
get(int index)
根据给定的索引值 index 获取海图数据导入设置信息集合对象(
ImportSettingCharts )中的海图数据导入设置信息对象(ImportSettingChart )。 |
int |
getCount()
返回给定的海图数据导入设置信息集合对象(
ImportSettingCharts )中元素的总数。 |
boolean |
insert(int index,
ImportSettingChart importSetting)
在海图数据导入设置信息集合对象(
ImportSettingCharts )的指定索引处插入指定的海图数据导入设置信息对象(ImportSettingChart )。 |
boolean |
remove(int index)
从海图数据导入设置信息集合对象(
ImportSettingCharts )中移除指定索引处的项。 |
public int getCount()
ImportSettingCharts
)中元素的总数。public ImportSettingChart get(int index)
ImportSettingCharts
)中的海图数据导入设置信息对象(ImportSettingChart
)。index
- 指定的索引值。public int add(ImportSettingChart importSetting)
ImportSettingCharts
)中添加一个指定的(ImportSettingChart
)对象。importSetting
- 指定的海图数据导入设置信息对象。public boolean insert(int index, ImportSettingChart importSetting)
ImportSettingCharts
)的指定索引处插入指定的海图数据导入设置信息对象(ImportSettingChart
)。index
- 指定的索引值。importSetting
- 指定的海图数据导入设置信息对象。public boolean remove(int index)
ImportSettingCharts
)中移除指定索引处的项。index
- 指定的索引值。public void clear()
ImportSettingCharts
)中移除全部项。Copyright © 2021–2024 SuperMap. All rights reserved.