com.supermap.chart.conversion
类 ExportResultChart

java.lang.Object
  继承者 com.supermap.chart.conversion.ExportResultChart

public class ExportResultChart
extends java.lang.Object

海图数据导出结果类。该类提供 getSucceedSettings()getFailedSettings() 两种方法,用以查看成功和失败的任务。


方法摘要
 ExportSettingChart[] getFailedSettings()
          返回导出失败的任务的 ExportSettingChart 集合。
 ExportSettingChart[] getSucceedSettings()
          返回导出成功的任务的 ExportSettingChart 集合。
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

getSucceedSettings

public ExportSettingChart[] getSucceedSettings()
返回导出成功的任务的 ExportSettingChart 集合。

返回:
导出成功的任务的 ExportSettingChart 集合

getFailedSettings

public ExportSettingChart[] getFailedSettings()
返回导出失败的任务的 ExportSettingChart 集合。用户可以通过失败任务的个数是否为0来判断导入是否全部成功。

返回:
导出失败的任务的 ExportSettingChart 集合