| | |
| | | getGdbFiles(f.getName(), subPath, list); |
| | | continue; |
| | | } |
| | | if (!fileName.contains(ZIP)) { |
| | | // |
| | | if (fileName.contains(ZIP)) { |
| | | // 暂时不实现 |
| | | } |
| | | } |
| | | |
| | |
| | | case "shp": |
| | | case "gdb": |
| | | case "mdb": |
| | | insertDb(type, temp, entity, mf, tab); |
| | | insertDb(type, temp, entity, tab); |
| | | break; |
| | | // case "xls": |
| | | default: |
| | |
| | | /** |
| | | * 插入DB |
| | | */ |
| | | private void insertDb(String type, String root, MetaEntity me, MetaFileEntity mf, TabMapperEntity tab) { |
| | | private void insertDb(String type, String root, MetaEntity me, TabMapperEntity tab) { |
| | | BasicMapper basicMapper = ClassHelper.getBasicMapper(tab.getEntity()); |
| | | if (null == basicMapper) { |
| | | return; |