|
@@ -77,17 +77,9 @@ public class RasterServiceImpl implements IRasterService {
|
|
|
Map<String, Object> ringMap = new HashMap<>();
|
|
|
ringMap.put("tableName", tableName);
|
|
|
ringMap.put("geomWkt", useGeom);
|
|
|
-
|
|
|
- // ringMap.put("height", (midHeight + maxHeight) / 2);
|
|
|
- // String midUpGeom = rasterMapper.getDemRing(ringMap);
|
|
|
-
|
|
|
ringMap.put("height", midHeight);
|
|
|
String midGeom = rasterMapper.getDemRing(ringMap);
|
|
|
|
|
|
- // ringMap.put("height", (midHeight + minHeight) / 2);
|
|
|
- // String midDownGeom = rasterMapper.getDemRing(ringMap);
|
|
|
-
|
|
|
-
|
|
|
Map<String, Object> resMap = new HashMap<>();
|
|
|
|
|
|
resMap.put("fillVolume", fillVolume);
|
|
@@ -101,9 +93,7 @@ public class RasterServiceImpl implements IRasterService {
|
|
|
}
|
|
|
|
|
|
bottomGeom = analyseUtilsDBMapper.differenceWkt(bottomGeom, midGeom);
|
|
|
- // resMap.put("midUpGeom",midUpGeom);
|
|
|
resMap.put("midGeom", midGeom);
|
|
|
- // resMap.put("midDownGeom",midDownGeom);
|
|
|
resMap.put("bottomGeom", bottomGeom);
|
|
|
return resMap;
|
|
|
}
|