|
@@ -3,6 +3,7 @@ package com.onemap.analyse.task;
|
|
|
import com.onemap.analyse.domain.FzxzDTO;
|
|
|
import com.onemap.analyse.domain.FzxzXzyzDTO;
|
|
|
import com.onemap.common.core.web.domain.StatusMsg;
|
|
|
+import com.supermap.data.conversion.ImportSettingSHP;
|
|
|
import com.supermap.data.*;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
@@ -21,8 +22,6 @@ public class FzxzPlanSchedule {
|
|
|
public static void startPlan(FzxzDTO fzxzDTO, List<FzxzXzyzDTO> xzyzList) {
|
|
|
if (fzxzDTO.getFwlx() == 1) {
|
|
|
// 绘制
|
|
|
-
|
|
|
- //拿到区域
|
|
|
String geoWkt = fzxzDTO.getXzfw();
|
|
|
Geometry geometry = Toolkit.WKTToGeometry(geoWkt);
|
|
|
StatusMsg statusMsg = siteAnalysis(geometry);
|
|
@@ -30,6 +29,8 @@ public class FzxzPlanSchedule {
|
|
|
} else if (fzxzDTO.getFwlx() == 2) {
|
|
|
// shp文件
|
|
|
|
|
|
+ ImportSettingSHP importSettingSHP = new ImportSettingSHP();
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
|