程序包 | 说明 |
---|---|
com.supermap.chart.conversion |
限定符和类型 | 类和说明 |
---|---|
class |
ExportSettingChartS100
导出 S-100 格式海图数据信息设置类。
|
class |
ExportSettingChartS57
导出 S-57 格式海图数据信息设置类。
|
限定符和类型 | 方法和说明 |
---|---|
ExportSettingChart |
ExportSettingCharts.get(int index)
根据给定的索引值 index 获取海图数据导出设置信息集合对象(
ExportSettingCharts )中的海图数据导出设置信息对象(ExportSettingChart )。 |
ExportSettingChart |
ExportChartSteppedEvent.getCurrentTask()
返回当前进行的子项信息。
|
ExportSettingChart[] |
ExportResultChart.getFailedSettings()
返回导出失败的任务的
ExportSettingChart
集合。 |
ExportSettingChart[] |
ExportResultChart.getSucceedSettings()
返回导出成功的任务的
ExportSettingChart 集合。 |
限定符和类型 | 方法和说明 |
---|---|
int |
ExportSettingCharts.add(ExportSettingChart exportSettingChart)
将指定的海图数据导出设置信息对象(
ExportSettingChart )添加到对象海图数据导出设置信息集合对象(ExportSettingCharts )中。 |
boolean |
ExportSettingCharts.insert(int index,
ExportSettingChart exportSettingChart)
在海图数据导出设置信息集合对象(
ExportSettingCharts )的指定索引处插入指定的海图数据导出设置信息对象(ExportSettingChart )。 |
构造器和说明 |
---|
ExportChartSteppedEvent(Object source,
String title,
String message,
int percent,
int subPercent,
ExportSettingChart currentTask,
int count,
boolean cancel)
根据给定的参数构造一个新的
ExportChartSteppedEvent 对象。 |
Copyright © 2021–2024 SuperMap. All rights reserved.