변화탐지 포인트 형식 수정, 폴리곤 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

@@ -84,7 +84,7 @@ public class ChangeDetectionApiController {
@Operation(summary = "변화탐지 결과 Point", description = "변화탐지 결과 Point")
@GetMapping("/point")
public ApiResponseDto<List<ChangeDetectionDto.PointFeature>> getChangeDetectionPointList(
public ApiResponseDto<ChangeDetectionDto.PointFeatureList> getChangeDetectionPointList(
@Parameter(description = "년도목록 id", example = "1") @RequestParam Long analUid,
@Parameter(description = "도엽번호", example = "34602060") @RequestParam String mapSheetNum) {
return ApiResponseDto.ok(