MapSheetAnalDataGeomEntity 폴리곤중앙값 추가
This commit is contained in:
@@ -14,6 +14,7 @@ import org.locationtech.jts.geom.Geometry;
|
||||
@Table(name = "tb_map_sheet_anal_data_geom")
|
||||
public class MapSheetAnalDataGeomEntity {
|
||||
|
||||
|
||||
@Id
|
||||
@GeneratedValue(
|
||||
strategy = GenerationType.SEQUENCE,
|
||||
@@ -110,4 +111,11 @@ public class MapSheetAnalDataGeomEntity {
|
||||
@Column(name = "fit_state_cmmnt", length = Integer.MAX_VALUE)
|
||||
private String fitStateCmmnt;
|
||||
|
||||
@Column(name = "ref_map_sheet_num", length = Integer.MAX_VALUE)
|
||||
private String refMapSheetNum;
|
||||
|
||||
@Column(name = "geom_center", columnDefinition = "geometry")
|
||||
private Geometry geomCenter;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user