com.supermap.services.components
Interface JobDataExporter
-
- All Known Implementing Classes:
- JobDataExporterImpl
public interface JobDataExporterTiling data push manager.
-
-
Method Summary
Methods Modifier and Type Method and Description DataExportercreate()Generates a tiling data push task.voidexport(DataExporter exporter)Push data.voidoutputAsZip(java.lang.String dataExporterId, java.lang.String dataItemId, java.io.OutputStream out, FileVerificationInfo[] infos)Packs the data that needs to be pushed.
-
-
-
Method Detail
-
create
DataExporter create()
Generates a tiling data push task.
- Returns:
-
export
void export(DataExporter exporter)
Push data.
- Parameters:
exporter-
-
outputAsZip
void outputAsZip(java.lang.String dataExporterId, java.lang.String dataItemId, java.io.OutputStream out, FileVerificationInfo[] infos) throws java.io.IOExceptionPacks the data that needs to be pushed.
- Parameters:
dataExporterId-dataItemId-out-infos-- Throws:
java.io.IOException
-
-