| | |
| | | import com.lf.server.entity.md.MdzxcgEntity; |
| | | import com.lf.server.helper.*; |
| | | import com.lf.server.mapper.bd.DlgagnpMapper; |
| | | import com.lf.server.service.data.FmeService; |
| | | import com.lf.server.service.data.MetaService; |
| | | import com.lf.server.service.data.UploadService; |
| | | import com.lf.server.service.show.LocateService; |
| | |
| | | @Autowired |
| | | MetaService metaService; |
| | | |
| | | @Autowired |
| | | FmeService fmeService; |
| | | |
| | | private final static Log log = LogFactory.getLog(TestService.class); |
| | | |
| | | public void testRegiste() { |
| | | // |
| | | } |
| | | |
| | | public void testGdal() { |
| | | GdalHelper.readTif("E:\\data\\7.Insar\\insartest.tif"); |
| | |
| | | // 页数 / 每页记录数 |
| | | Page<DlgagnpEntity> page = new Page<>(1, 10); |
| | | // 升序排序 |
| | | page.addOrder(OrderItem.asc("gid")); |
| | | page.addOrder(OrderItem.desc("gid")); |
| | | // 分页:Wrapper查询条件 |
| | | Page<DlgagnpEntity> userPage = dlgagnpMapper.selectPage(page, null); |
| | | // 总页数 / 总记录数:325 / 3247 |