com.supermap.data.conversion
类 ExportResult
- java.lang.Object
-
- com.supermap.data.conversion.ExportResult
-
public class ExportResult extends Object
导出结果类,提供ExportResult.getSucceedSettings()
和ExportResult.getFailedSettings()
用以查看成功和失败的任务对应的转换设置。
-
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 ExportSetting[]
getFailedSettings()
导出失败的任务的 ExportSetting 集合。ExportSetting[]
getSucceedSettings()
导出成功的任务的 ExportSetting 集合。
-
-
-
方法详细资料
-
getSucceedSettings
public ExportSetting[] getSucceedSettings()
导出成功的任务的 ExportSetting 集合。- 返回:
- 成功的任务的 ExportSetting 集合。
-
getFailedSettings
public ExportSetting[] getFailedSettings()
导出失败的任务的 ExportSetting 集合。用户可以使用导出失败任务的个数是否为 0 来判断导出是否全部成功。- 返回:
- 失败的任务的 ExportSetting 集合。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.