public class ExportSettingCharts extends Object
限定符和类型 | 方法和说明 |
---|---|
int |
add(ExportSettingChart exportSettingChart)
将指定的海图数据导出设置信息对象(
ExportSettingChart )添加到对象海图数据导出设置信息集合对象(ExportSettingCharts )中。 |
void |
clear()
从海图数据导出设置信息集合对象(
ExportSettingCharts )中移除全部项。 |
ExportSettingChart |
get(int index)
根据给定的索引值 index 获取海图数据导出设置信息集合对象(
ExportSettingCharts )中的海图数据导出设置信息对象(ExportSettingChart )。 |
int |
getCount()
返回给定的数据导出设置信息集合对象
ExportSettingCharts 中元素的总数。 |
boolean |
insert(int index,
ExportSettingChart exportSettingChart)
在海图数据导出设置信息集合对象(
ExportSettingCharts )的指定索引处插入指定的海图数据导出设置信息对象(ExportSettingChart )。 |
boolean |
remove(int index)
从海图数据导出设置信息集合对象(
ExportSettingCharts )中移除指定索引处的项。 |
public int getCount()
ExportSettingCharts
中元素的总数。public ExportSettingChart get(int index)
ExportSettingCharts
)中的海图数据导出设置信息对象(ExportSettingChart
)。index
- 指定的索引值。index 必须大于等 0 且小于 Count,否则抛出异常。public int add(ExportSettingChart exportSettingChart)
ExportSettingChart
)添加到对象海图数据导出设置信息集合对象(ExportSettingCharts
)中。exportSettingChart
- 指定的海图数据导出设置信息对象。public boolean insert(int index, ExportSettingChart exportSettingChart)
ExportSettingCharts
)的指定索引处插入指定的海图数据导出设置信息对象(ExportSettingChart
)。index
- 指定的索引值。exportSettingChart
- 指定的海图数据导出设置信息对象。public boolean remove(int index)
ExportSettingCharts
)中移除指定索引处的项。index
- 指定的索引值。public void clear()
ExportSettingCharts
)中移除全部项。Copyright © 2021–2024 SuperMap. All rights reserved.