| | |
| | | |
| | | import com.lf.server.entity.ctrl.FmeReqEntity; |
| | | import com.lf.server.entity.ctrl.NameValueEntity; |
| | | import com.lf.server.entity.data.MetaEntity; |
| | | import com.lf.server.entity.data.MetaFileEntity; |
| | | import com.lf.server.helper.RestHelper; |
| | | import com.lf.server.helper.StringHelper; |
| | |
| | | List<NameValueEntity> list = getKeyValues("拓扑检查"); |
| | | list.add(new NameValueEntity("XMMC", fme.xmmc)); |
| | | list.add(new NameValueEntity("GCXMYSB", fme.zipPath)); |
| | | list.add(new NameValueEntity("S_MCDRC", fme.polyTolerance)); |
| | | list.add(new NameValueEntity("S_XCDRC", fme.lineTolerance)); |
| | | list.add(new NameValueEntity("S_DCDRC", fme.pointTolerance)); |
| | | list.add(new NameValueEntity("S_MCDRC", fme.tolerance)); |
| | | list.add(new NameValueEntity("S_XCDRC", fme.tolerance)); |
| | | list.add(new NameValueEntity("S_DCDRC", fme.tolerance)); |
| | | list.add(new NameValueEntity("OFFSET_GCD", fme.gcdOffset)); |
| | | list.add(new NameValueEntity("OFFSET_KZD", fme.kzdOffset)); |
| | | list.add(new NameValueEntity("Range_OFFSET", fme.rangeOffset)); |
| | |
| | | } |
| | | |
| | | /** |
| | | * 13.表格入库 |
| | | * 13.表格入库:S_RKBG、dirid、parentid,多个以英文逗号隔开 |
| | | */ |
| | | public String excelLoader(MetaFileEntity meta, HttpServletRequest req) { |
| | | String url = getUrl("datax/task/run/表格入库", req); |
| | | |
| | | // S_RKBG:为入库表格的完整路径,多个以英文逗号隔开 |
| | | List<NameValueEntity> list = getKeyValues("表格入库"); |
| | | list.add(new NameValueEntity("S_RKBG", meta.getPath())); |
| | | list.add(new NameValueEntity("COORDSYS", meta.getCs())); |
| | | list.add(new NameValueEntity("dirid", meta.getDirid())); |
| | | list.add(new NameValueEntity("depid", meta.getDepid())); |
| | | list.add(new NameValueEntity("COORDSYS", meta.getEpsgCode())); |
| | | list.add(new NameValueEntity("dirid", meta.getName())); |
| | | list.add(new NameValueEntity("depid", meta.getDepcode())); |
| | | list.add(new NameValueEntity("verid", meta.getVerid())); |
| | | list.add(new NameValueEntity("createuser", meta.getCreateUser())); |
| | | list.add(new NameValueEntity("parentid", meta.getEventid())); |