변화탐지 포인트 형식 수정, 폴리곤 json으로 리턴

This commit is contained in:
2025-12-01 16:04:21 +09:00
parent 83bb2695bf
commit dfee8c751f
6 changed files with 108 additions and 149 deletions

View File

@@ -39,7 +39,7 @@ public class ChangeDetectionService {
return changeDetectionCoreService.getChangeDetectionPolygonList(analUid, mapSheetNum);
}
public List<ChangeDetectionDto.PointFeature> getChangeDetectionPointList(
public ChangeDetectionDto.PointFeatureList getChangeDetectionPointList(
Long analUid, String mapSheetNum) {
return changeDetectionCoreService.getChangeDetectionPointList(analUid, mapSheetNum);
}