com.supermap.data.conversion
类 ExportResult

java.lang.Object
  继承者 com.supermap.data.conversion.ExportResult

public class ExportResult
extends java.lang.Object

导出结果类,提供 getSucceedSettings()getFailedSettings() 用以查看成功和失败的任务对应的转换设置。


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

方法详细信息

getSucceedSettings

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

返回:
成功的任务的 ExportSetting 集合。

getFailedSettings

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

返回:
失败的任务的 ExportSetting 集合。