| | |
| | | |
| | | /** |
| | | * 三维实景对象 ard_tiles3d |
| | | * |
| | | * |
| | | * @author ard |
| | | * @date 2023-06-16 |
| | | */ |
| | |
| | | @Excel(name = "用户id") |
| | | private String userId; |
| | | |
| | | public void setTilesId(String tilesId) |
| | | |
| | | public void setTilesId(String tilesId) |
| | | { |
| | | this.tilesId = tilesId; |
| | | } |
| | | |
| | | public String getTilesId() |
| | | public String getTilesId() |
| | | { |
| | | return tilesId; |
| | | } |
| | | public void setTilesName(String tilesName) |
| | | public void setTilesName(String tilesName) |
| | | { |
| | | this.tilesName = tilesName; |
| | | } |
| | | |
| | | public String getTilesName() |
| | | public String getTilesName() |
| | | { |
| | | return tilesName; |
| | | } |
| | | public void setTilesUrl(String tilesUrl) |
| | | public void setTilesUrl(String tilesUrl) |
| | | { |
| | | this.tilesUrl = tilesUrl; |
| | | } |
| | | |
| | | public String getTilesUrl() |
| | | public String getTilesUrl() |
| | | { |
| | | return tilesUrl; |
| | | } |
| | | public void setTilesType(String tilesType) |
| | | public void setTilesType(String tilesType) |
| | | { |
| | | this.tilesType = tilesType; |
| | | } |
| | | |
| | | public String getTilesType() |
| | | public String getTilesType() |
| | | { |
| | | return tilesType; |
| | | } |
| | | public void setTilesX(Integer tilesX) |
| | | public void setTilesX(Integer tilesX) |
| | | { |
| | | this.tilesX = tilesX; |
| | | } |
| | | |
| | | public Integer getTilesX() |
| | | public Integer getTilesX() |
| | | { |
| | | return tilesX; |
| | | } |
| | | public void setTilesY(Integer tilesY) |
| | | public void setTilesY(Integer tilesY) |
| | | { |
| | | this.tilesY = tilesY; |
| | | } |
| | | |
| | | public Integer getTilesY() |
| | | public Integer getTilesY() |
| | | { |
| | | return tilesY; |
| | | } |
| | | public void setTilesZ(Integer tilesZ) |
| | | public void setTilesZ(Integer tilesZ) |
| | | { |
| | | this.tilesZ = tilesZ; |
| | | } |
| | | |
| | | public Integer getTilesZ() |
| | | public Integer getTilesZ() |
| | | { |
| | | return tilesZ; |
| | | } |
| | | public void setCamPoi(String camPoi) |
| | | public void setCamPoi(String camPoi) |
| | | { |
| | | this.camPoi = camPoi; |
| | | } |
| | | |
| | | public String getCamPoi() |
| | | public String getCamPoi() |
| | | { |
| | | return camPoi; |
| | | } |
| | | public void setCamHeading(Double camHeading) |
| | | public void setCamHeading(Double camHeading) |
| | | { |
| | | this.camHeading = camHeading; |
| | | } |
| | | |
| | | public Double getCamHeading() |
| | | public Double getCamHeading() |
| | | { |
| | | return camHeading; |
| | | } |
| | | public void setCamPitch(Double camPitch) |
| | | public void setCamPitch(Double camPitch) |
| | | { |
| | | this.camPitch = camPitch; |
| | | } |
| | | |
| | | public Double getCamPitch() |
| | | public Double getCamPitch() |
| | | { |
| | | return camPitch; |
| | | } |
| | | public void setMaximumScreenSpaceError(Integer maximumScreenSpaceError) |
| | | public void setMaximumScreenSpaceError(Integer maximumScreenSpaceError) |
| | | { |
| | | this.maximumScreenSpaceError = maximumScreenSpaceError; |
| | | } |
| | | |
| | | public Integer getMaximumScreenSpaceError() |
| | | public Integer getMaximumScreenSpaceError() |
| | | { |
| | | return maximumScreenSpaceError; |
| | | } |
| | | public void setMaximumMemoryUsage(Integer maximumMemoryUsage) |
| | | public void setMaximumMemoryUsage(Integer maximumMemoryUsage) |
| | | { |
| | | this.maximumMemoryUsage = maximumMemoryUsage; |
| | | } |
| | | |
| | | public Integer getMaximumMemoryUsage() |
| | | public Integer getMaximumMemoryUsage() |
| | | { |
| | | return maximumMemoryUsage; |
| | | } |
| | |
| | | { |
| | | return deptId; |
| | | } |
| | | public void setUserId(String userId) |
| | | public void setUserId(String userId) |
| | | { |
| | | this.userId = userId; |
| | | } |
| | | |
| | | public String getUserId() |
| | | public String getUserId() |
| | | { |
| | | return userId; |
| | | } |