| | |
| | | |
| | | import com.moon.server.entity.shujian.ColorTableEntity; |
| | | import com.moon.server.entity.shujian.GradientColorTableEntity; |
| | | import com.moon.server.helper.StringHelper; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.List; |
| | |
| | | public PubEntity() { |
| | | min = 0; |
| | | max = 18; |
| | | epsgCode = 104903; |
| | | epsg = 104903; |
| | | uuid = StringHelper.getGuid(); |
| | | } |
| | | |
| | | /** |
| | | * 发布ID |
| | | */ |
| | | private Integer pubid; |
| | | |
| | | /** |
| | | * 唯一键 |
| | | */ |
| | | private String uuid; |
| | | |
| | | /** |
| | | * 类型:DOM,DEM,Vector,Model |
| | |
| | | /** |
| | | * EPSG编码 |
| | | */ |
| | | private Integer epsgCode; |
| | | private Integer epsg; |
| | | |
| | | /** |
| | | * 用户ID |
| | |
| | | this.pubid = pubid; |
| | | } |
| | | |
| | | public String getUuid() { |
| | | return uuid; |
| | | } |
| | | |
| | | public void setUuid(String uuid) { |
| | | this.uuid = uuid; |
| | | } |
| | | |
| | | public String getType() { |
| | | return type; |
| | | } |
| | |
| | | this.max = max; |
| | | } |
| | | |
| | | public Integer getEpsgCode() { |
| | | return epsgCode; |
| | | public Integer getEpsg() { |
| | | return epsg; |
| | | } |
| | | |
| | | public void setEpsgCode(Integer epsgCode) { |
| | | this.epsgCode = epsgCode; |
| | | public void setEpsg(Integer epsg) { |
| | | this.epsg = epsg; |
| | | } |
| | | |
| | | public Integer getUserId() { |