변화탐지 API 커밋 cog,count,yearlist
This commit is contained in:
@@ -20,4 +20,16 @@ public class ChangeDetectionService {
|
||||
public List<JsonNode> getPolygonToJson(){
|
||||
return changeDetectionCoreService.getPolygonToJson();
|
||||
}
|
||||
|
||||
public List<ChangeDetectionDto.CountDto> getChangeDetectionClassCount(Long id) {
|
||||
return changeDetectionCoreService.getChangeDetectionClassCount(id);
|
||||
}
|
||||
|
||||
public ChangeDetectionDto.CogUrlDto getChangeDetectionCogUrl(ChangeDetectionDto.CogUrlReq req) {
|
||||
return changeDetectionCoreService.getChangeDetectionCogUrl(req);
|
||||
}
|
||||
|
||||
public List<ChangeDetectionDto.AnalYearList> getChangeDetectionYearList() {
|
||||
return changeDetectionCoreService.getChangeDetectionYearList();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user