| | |
| | | |
| | | public final static double MAX_X_OFFSET = 0.002; |
| | | |
| | | public String testResuslt() throws Exception { |
| | | ResultDto dto = new ResultDto( |
| | | "202409", |
| | | "D:\\simu\\input\\tongzhou-local-mesh2-terrain.tif", |
| | | "D:\\simu\\input\\tongzhou-local-mesh2-buildings.tif", |
| | | "D:\\simu\\input\\waters", |
| | | "D:\\simu\\input\\flows", |
| | | "D:\\simu\\out", |
| | | ""); |
| | | LayerDto layer = new LayerDto(config.getVer(), 4528, config.getSizes()); |
| | | process(dto, layer); |
| | | |
| | | return "OK"; |
| | | } |
| | | |
| | | public void process(DataPo data) throws Exception { |
| | | String basePath = config.getInPath() + File.separator + data.getInPath() + File.separator; |
| | | ResultDto dto = new ResultDto( |