src/main/java/com/se/simu/service/UwService.java
@@ -195,4 +195,13 @@ return exec(cmd); } public String copeSwwDrainFiles(DataPo data) throws Exception { String time = StringHelper.YMDHMS_FORMAT.format(data.getStartTime()); String inPath = "H:\\simu\\semout"; String sww = "H:\\simu\\semout\\testsem\\.out\\" + "testsem.sww"; String cmd = config.getSww2tifBat() + " " + sww + " \"" + time + "\" " + data.getEpsg() + " " + inPath; return exec(cmd); } }