추론결과 Geometry 가져오는 로직 수정
This commit is contained in:
@@ -269,8 +269,13 @@ public class MapSheetAnalDataInferenceRepositoryImpl
|
||||
MapSheetAnalDataInferenceGeomEntity.classAfterCd,
|
||||
MapSheetAnalDataInferenceGeomEntity.classAfterProb,
|
||||
MapSheetAnalDataInferenceGeomEntity.mapSheetNum,
|
||||
MapSheetAnalDataInferenceGeomEntity.geom,
|
||||
MapSheetAnalDataInferenceGeomEntity.geomCenter))
|
||||
Expressions.stringTemplate(
|
||||
"ST_AsGeoJSON({0})", MapSheetAnalDataInferenceGeomEntity.geom),
|
||||
Expressions.stringTemplate(
|
||||
"ST_AsGeoJSON({0})", MapSheetAnalDataInferenceGeomEntity.geomCenter)
|
||||
// MapSheetAnalDataInferenceGeomEntity.geom,
|
||||
// MapSheetAnalDataInferenceGeomEntity.geomCenter)
|
||||
))
|
||||
.from(mapSheetAnalInferenceEntity)
|
||||
.join(MapSheetAnalDataInferenceEntity)
|
||||
.on(MapSheetAnalDataInferenceEntity.analUid.eq(mapSheetAnalInferenceEntity.id))
|
||||
|
||||
Reference in New Issue
Block a user