| | |
| | | import com.moon.server.entity.sys.ResEntity; |
| | | import com.moon.server.helper.*; |
| | | import com.moon.server.service.data.MetaService; |
| | | import com.moon.server.service.data.RasterService; |
| | | import com.moon.server.service.data.ReadRasterService; |
| | | import com.moon.server.service.data.UploadService; |
| | | import com.moon.server.service.sys.ArgsService; |
| | | import com.moon.server.service.sys.BlacklistService; |
| | |
| | | MetaService metaService; |
| | | |
| | | @Resource |
| | | RasterService rasterService; |
| | | ReadRasterService readRasterService; |
| | | |
| | | private final static Log log = LogFactory.getLog(TestService.class); |
| | | |
| | |
| | | |
| | | public void testRaster() { |
| | | MetaFileEntity mf1 = new MetaFileEntity(); |
| | | rasterService.readRasterInfo(mf1, "D:\\Moon\\data\\20230828\\5154.00-415.50.tif"); |
| | | readRasterService.readRasterInfo(mf1, "D:\\Moon\\data\\20230828\\5154.00-415.50.tif"); |
| | | |
| | | //MetaFileEntity mf2 = new MetaFileEntity(); |
| | | //rasterService.readRasterInfo(mf2, "D:\\xyz\\dem\\dem\\33b.tif"); |