| package com.ruoyi.management3d.tiles3d.domain; | 
|   | 
| import org.apache.commons.lang3.builder.ToStringBuilder; | 
| import org.apache.commons.lang3.builder.ToStringStyle; | 
| import com.ruoyi.common.annotation.Excel; | 
| import com.ruoyi.common.core.domain.BaseEntity; | 
|   | 
| /** | 
|  * 三维实景对象 ard_tiles3d | 
|  *  | 
|  * @author ard | 
|  * @date 2023-06-16 | 
|  */ | 
| public class ArdTiles3d extends BaseEntity | 
| { | 
|     private static final long serialVersionUID = 1L; | 
|   | 
|     /** ID */ | 
|     @Excel(name = "ID") | 
|     private String tilesId; | 
|   | 
|     /** 实景三维名称 */ | 
|     @Excel(name = "实景三维名称") | 
|     private String tilesName; | 
|   | 
|     /** 实景三维路径 */ | 
|     @Excel(name = "实景三维路径") | 
|     private String tilesUrl; | 
|   | 
|     /** 是否默认加载ff默认初始化 */ | 
|     @Excel(name = "是否默认加载ff默认初始化") | 
|     private String tilesType; | 
|   | 
|     /** x轴偏移 */ | 
|     @Excel(name = "x轴偏移") | 
|     private Integer tilesX; | 
|   | 
|     /** y轴偏移 */ | 
|     @Excel(name = "y轴偏移") | 
|     private Integer tilesY; | 
|   | 
|     /** z轴偏移 */ | 
|     @Excel(name = "z轴偏移") | 
|     private Integer tilesZ; | 
|   | 
|     /** 相机坐标 */ | 
|     @Excel(name = "相机坐标") | 
|     private String camPoi; | 
|   | 
|     /** 相机方位 */ | 
|     @Excel(name = "相机方位") | 
|     private Double camHeading; | 
|   | 
|     /** 相机俯仰 */ | 
|     @Excel(name = "相机俯仰") | 
|     private Double camPitch; | 
|   | 
|     /** 屏幕空间误差 */ | 
|     @Excel(name = "屏幕空间误差") | 
|     private Integer maximumScreenSpaceError; | 
|   | 
|     /** 内存最大使用量 */ | 
|     @Excel(name = "内存最大使用量") | 
|     private Integer maximumMemoryUsage; | 
|   | 
|     /** 自动超清化模型 */ | 
|     @Excel(name = "自动超清化模型") | 
|     private Double cullRequestsWhileMovingMultiplier; | 
|   | 
|     /** 模型加载速度 */ | 
|     @Excel(name = "模型加载速度") | 
|     private Double dynamicScreenSpaceErrorDensity; | 
|   | 
|     /** 部门id */ | 
|     @Excel(name = "部门id") | 
|     private Long deptId; | 
|   | 
|     /** 用户id */ | 
|     @Excel(name = "用户id") | 
|     private String userId; | 
|   | 
|     public void setTilesId(String tilesId)  | 
|     { | 
|         this.tilesId = tilesId; | 
|     } | 
|   | 
|     public String getTilesId()  | 
|     { | 
|         return tilesId; | 
|     } | 
|     public void setTilesName(String tilesName)  | 
|     { | 
|         this.tilesName = tilesName; | 
|     } | 
|   | 
|     public String getTilesName()  | 
|     { | 
|         return tilesName; | 
|     } | 
|     public void setTilesUrl(String tilesUrl)  | 
|     { | 
|         this.tilesUrl = tilesUrl; | 
|     } | 
|   | 
|     public String getTilesUrl()  | 
|     { | 
|         return tilesUrl; | 
|     } | 
|     public void setTilesType(String tilesType)  | 
|     { | 
|         this.tilesType = tilesType; | 
|     } | 
|   | 
|     public String getTilesType()  | 
|     { | 
|         return tilesType; | 
|     } | 
|     public void setTilesX(Integer tilesX)  | 
|     { | 
|         this.tilesX = tilesX; | 
|     } | 
|   | 
|     public Integer getTilesX()  | 
|     { | 
|         return tilesX; | 
|     } | 
|     public void setTilesY(Integer tilesY)  | 
|     { | 
|         this.tilesY = tilesY; | 
|     } | 
|   | 
|     public Integer getTilesY()  | 
|     { | 
|         return tilesY; | 
|     } | 
|     public void setTilesZ(Integer tilesZ)  | 
|     { | 
|         this.tilesZ = tilesZ; | 
|     } | 
|   | 
|     public Integer getTilesZ()  | 
|     { | 
|         return tilesZ; | 
|     } | 
|     public void setCamPoi(String camPoi)  | 
|     { | 
|         this.camPoi = camPoi; | 
|     } | 
|   | 
|     public String getCamPoi()  | 
|     { | 
|         return camPoi; | 
|     } | 
|     public void setCamHeading(Double camHeading)  | 
|     { | 
|         this.camHeading = camHeading; | 
|     } | 
|   | 
|     public Double getCamHeading()  | 
|     { | 
|         return camHeading; | 
|     } | 
|     public void setCamPitch(Double camPitch)  | 
|     { | 
|         this.camPitch = camPitch; | 
|     } | 
|   | 
|     public Double getCamPitch()  | 
|     { | 
|         return camPitch; | 
|     } | 
|     public void setMaximumScreenSpaceError(Integer maximumScreenSpaceError)  | 
|     { | 
|         this.maximumScreenSpaceError = maximumScreenSpaceError; | 
|     } | 
|   | 
|     public Integer getMaximumScreenSpaceError()  | 
|     { | 
|         return maximumScreenSpaceError; | 
|     } | 
|     public void setMaximumMemoryUsage(Integer maximumMemoryUsage)  | 
|     { | 
|         this.maximumMemoryUsage = maximumMemoryUsage; | 
|     } | 
|   | 
|     public Integer getMaximumMemoryUsage()  | 
|     { | 
|         return maximumMemoryUsage; | 
|     } | 
|     public void setCullRequestsWhileMovingMultiplier(Double cullRequestsWhileMovingMultiplier) | 
|     { | 
|         this.cullRequestsWhileMovingMultiplier = cullRequestsWhileMovingMultiplier; | 
|     } | 
|   | 
|     public Double getCullRequestsWhileMovingMultiplier() | 
|     { | 
|         return cullRequestsWhileMovingMultiplier; | 
|     } | 
|     public void setDynamicScreenSpaceErrorDensity(Double dynamicScreenSpaceErrorDensity) | 
|     { | 
|         this.dynamicScreenSpaceErrorDensity = dynamicScreenSpaceErrorDensity; | 
|     } | 
|   | 
|     public Double getDynamicScreenSpaceErrorDensity() | 
|     { | 
|         return dynamicScreenSpaceErrorDensity; | 
|     } | 
|     public void setDeptId(Long deptId) | 
|     { | 
|         this.deptId = deptId; | 
|     } | 
|   | 
|     public Long getDeptId() | 
|     { | 
|         return deptId; | 
|     } | 
|     public void setUserId(String userId)  | 
|     { | 
|         this.userId = userId; | 
|     } | 
|   | 
|     public String getUserId()  | 
|     { | 
|         return userId; | 
|     } | 
|   | 
|     @Override | 
|     public String toString() { | 
|         return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE) | 
|             .append("tilesId", getTilesId()) | 
|             .append("tilesName", getTilesName()) | 
|             .append("tilesUrl", getTilesUrl()) | 
|             .append("tilesType", getTilesType()) | 
|             .append("tilesX", getTilesX()) | 
|             .append("tilesY", getTilesY()) | 
|             .append("tilesZ", getTilesZ()) | 
|             .append("camPoi", getCamPoi()) | 
|             .append("camHeading", getCamHeading()) | 
|             .append("camPitch", getCamPitch()) | 
|             .append("maximumScreenSpaceError", getMaximumScreenSpaceError()) | 
|             .append("maximumMemoryUsage", getMaximumMemoryUsage()) | 
|             .append("cullRequestsWhileMovingMultiplier", getCullRequestsWhileMovingMultiplier()) | 
|             .append("dynamicScreenSpaceErrorDensity", getDynamicScreenSpaceErrorDensity()) | 
|             .append("deptId", getDeptId()) | 
|             .append("userId", getUserId()) | 
|             .append("createBy", getCreateBy()) | 
|             .append("createTime", getCreateTime()) | 
|             .append("updateBy", getUpdateBy()) | 
|             .append("updateTime", getUpdateTime()) | 
|             .toString(); | 
|     } | 
| } |