Geometry 변환 hibernate-spatial 적용
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package com.kamco.cd.kamcoback.changedetection.dto;
|
||||
|
||||
import com.fasterxml.jackson.databind.JsonNode;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
||||
@@ -53,7 +52,7 @@ public class ChangeDetectionDto {
|
||||
public static class CogUrlDto {
|
||||
private String beforeCogUrl;
|
||||
private String afterCogUrl;
|
||||
private JsonNode bbox;
|
||||
private Geometry bbox;
|
||||
}
|
||||
|
||||
@Schema(name = "AnalYearList", description = "년도(차수) 목록")
|
||||
|
||||
Reference in New Issue
Block a user