| | |
| | | * @return |
| | | */ |
| | | Integer saveWaylineFile(String workspaceId, WaylineFileDTO metadata); |
| | | |
| | | Integer saveWaylineFiles(String workspaceId, WaylineFileDTO metadata,String patchesId); |
| | | /** |
| | | * Updates whether the file is collected or not based on the passed parameters. |
| | | * @param workspaceId |
| | |
| | | * @param creator |
| | | * @return |
| | | */ |
| | | void importKmzFile(MultipartFile file, String workspaceId, String creator); |
| | | void importKmzFile(MultipartFile file, String workspaceId, String creator,String patchesId); |
| | | |
| | | WaylineFileDTO importKmzFileBack (MultipartFile file, String workspaceId, String creator); |
| | | WaylineFileEntity selectByName(String name); |
| | | |
| | | List<WaylineListDTO> waylineList(String workspaceId,String droneName); |
| | | |