@RestController @RequestMapping(value="/datasource/input") public class DataInputController extends Object
| Constructor and Description |
|---|
DataInputController() |
| Modifier and Type | Method and Description |
|---|---|
com.geoway.adf.dms.common.web.Response<InputResultDTO> |
getInputResult(String id) |
com.geoway.adf.dms.common.web.Response<List<InputDataResultDTO>> |
uploadDataInput(org.springframework.web.multipart.MultipartFile file,
Integer srid,
Boolean create,
Boolean publishService,
String dsKey) |
com.geoway.adf.dms.common.web.Response<String> |
uploadDataInputAsync(org.springframework.web.multipart.MultipartFile file,
Integer srid,
Boolean create,
Boolean publishService,
String dsKey) |
com.geoway.adf.dms.common.web.Response<DatasetDTO> |
uploadS57DataInput(org.springframework.web.multipart.MultipartFile file) |
@UploadFileCheck @PostMapping(value="/uploadinput") public com.geoway.adf.dms.common.web.Response<List<InputDataResultDTO>> uploadDataInput(@RequestPart org.springframework.web.multipart.MultipartFile file, @RequestParam(required=false,defaultValue="4490") Integer srid, @RequestParam(required=false,defaultValue="true") Boolean create, @RequestParam(required=false,defaultValue="false") Boolean publishService, @RequestParam(required=false) String dsKey)
@UploadFileCheck @PostMapping(value="/uploadinput/async") public com.geoway.adf.dms.common.web.Response<String> uploadDataInputAsync(@RequestPart org.springframework.web.multipart.MultipartFile file, @RequestParam(required=false,defaultValue="4490") Integer srid, @RequestParam(required=false,defaultValue="true") Boolean create, @RequestParam(required=false,defaultValue="false") Boolean publishService, @RequestParam(required=false) String dsKey)
@GetMapping(value="/status") public com.geoway.adf.dms.common.web.Response<InputResultDTO> getInputResult(@RequestParam String id)
@UploadFileCheck @PostMapping(value="/uploadS57") public com.geoway.adf.dms.common.web.Response<DatasetDTO> uploadS57DataInput(@RequestPart org.springframework.web.multipart.MultipartFile file)
Copyright © 2025. All rights reserved.