| | |
| | | "D:\\simu\\input\\tongzhou-local-mesh2-buildings.tif", |
| | | "D:\\simu\\input\\waters", |
| | | "D:\\simu\\input\\flows", |
| | | "D:\\simu\\out"); |
| | | "D:\\simu\\out", |
| | | 4548); |
| | | LayerDto layer = new LayerDto(config.getVer(), 4528, config.getSizes()); |
| | | process(dto, layer); |
| | | |
| | |
| | | basePath + config.getBuildingFile(), |
| | | basePath + config.getWaterPath(), |
| | | basePath + config.getFlowPath(), |
| | | config.getOutPath()); |
| | | config.getOutPath(), |
| | | data.getEpsg()); |
| | | LayerDto layer = new LayerDto(config.getVer(), data.getEpsg(), config.getSizes()); |
| | | process(dto, layer); |
| | | } |