| | |
| | | DirService dirService; |
| | | |
| | | @Resource |
| | | RasterService rasterService; |
| | | ReadRasterService readRasterService; |
| | | |
| | | @Override |
| | | public List<CoordEntity> selectCoords(String zoning) { |
| | |
| | | public void insertFiles(UserEntity ue, List<MetaFileEntity> list, HttpServletRequest req) { |
| | | checkMetaFiles(ue, list); |
| | | readRasterInfo(list); |
| | | List<MetaFileEntity> xlsList = getExcelFiles(list); |
| | | loadData(list); |
| | | copyFiles(list); |
| | | insertMetas(list); |
| | | if (xlsList.size() > 0) { |
| | | String guid = excelLoader(xlsList, req); |
| | | } |
| | | } |
| | | |
| | | /** |
| | |
| | | } |
| | | |
| | | if (StaticData.RASTER_EXT.contains("." + mf.getType())) { |
| | | rasterService.readRasterInfo(mf, mf.getPath()); |
| | | readRasterService.readRasterInfo(mf, mf.getPath()); |
| | | } |
| | | } |
| | | } |