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