anal_data_geom 의 polygon 중심좌표 테스트

This commit is contained in:
2025-11-25 18:40:39 +09:00
parent a4909efd5b
commit d2dd1f3152
10 changed files with 154 additions and 10 deletions

View File

@@ -0,0 +1,10 @@
package com.kamco.cd.kamcoback.changedetection.dto;
import org.locationtech.jts.geom.Geometry;
public record ChangeDetectionDto(
Long id,
Geometry polygon,
double centroidX,
double centroidY
) {}