analDataGeom, analData 제거

This commit is contained in:
2026-01-07 11:24:05 +09:00
parent 91ebcc9551
commit 904b512f2c
16 changed files with 503 additions and 923 deletions

View File

@@ -26,17 +26,17 @@ public class InferenceResultShpDto {
private Integer input2; // target_yyyy
// ===== 추론 결과 =====
private Float cdProb;
private Double cdProb;
private String beforeClass;
private Float beforeProbability;
private Double beforeProbability;
private String afterClass;
private Float afterProbability;
private Double afterProbability;
// ===== 공간 정보 =====
private Geometry geometry;
private Float area;
private Double area;
/** Entity → DTO 변환 */
public static Basic from(MapSheetAnalDataInferenceGeomEntity e) {