@Service public class DataInputServiceImpl extends Object implements DataInputService
| Constructor and Description |
|---|
DataInputServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
InputResultDTO |
getDataInputResult(String id)
获取数据导入结果
|
List<InputDataResultDTO> |
uploadDataInput(org.springframework.web.multipart.MultipartFile file,
Integer srid,
Boolean create,
Boolean publishService)
数据上传导入
|
List<InputDataResultDTO> |
uploadDataInput(org.springframework.web.multipart.MultipartFile file,
Integer srid,
Boolean create,
Boolean publishService,
String dsKey)
数据上传导入
|
String |
uploadDataInputAsync(org.springframework.web.multipart.MultipartFile file,
Integer srid,
Boolean create,
Boolean publishService)
数据上传异步导入
|
String |
uploadDataInputAsync(org.springframework.web.multipart.MultipartFile file,
Integer srid,
Boolean create,
Boolean publishService,
String dsKey)
数据上传异步导入
|
public List<InputDataResultDTO> uploadDataInput(org.springframework.web.multipart.MultipartFile file, Integer srid, Boolean create, Boolean publishService)
DataInputServiceuploadDataInput in interface DataInputServicefile - 上传文件srid - 目标空间参考create - 是否创建新图层publishService - 是否发布服务public List<InputDataResultDTO> uploadDataInput(org.springframework.web.multipart.MultipartFile file, Integer srid, Boolean create, Boolean publishService, String dsKey)
DataInputServiceuploadDataInput in interface DataInputServicefile - 上传文件srid - 目标空间参考create - 是否创建新图层publishService - 是否发布服务dsKey - 目标数据源public String uploadDataInputAsync(org.springframework.web.multipart.MultipartFile file, Integer srid, Boolean create, Boolean publishService)
DataInputServiceuploadDataInputAsync in interface DataInputServicefile - 上传文件srid - 目标空间参考create - 是否创建新图层publishService - 是否发布服务public String uploadDataInputAsync(org.springframework.web.multipart.MultipartFile file, Integer srid, Boolean create, Boolean publishService, String dsKey)
DataInputServiceuploadDataInputAsync in interface DataInputServicefile - 上传文件srid - 目标空间参考create - 是否创建新图层publishService - 是否发布服务dsKey - 目标数据源public InputResultDTO getDataInputResult(String id)
DataInputServicegetDataInputResult in interface DataInputServiceCopyright © 2025. All rights reserved.