no message
This commit is contained in:
@ -2,26 +2,27 @@ package com.ruoyi.system.domain_yada;
|
||||
|
||||
/**
|
||||
* 森林覆盖率
|
||||
*
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/5/20 14:06
|
||||
*/
|
||||
public class AorestCoverageVO extends SysBaseEntity {
|
||||
public class AorestCoverageVO extends SysBaseEntity {
|
||||
|
||||
private String id;
|
||||
private String id;
|
||||
|
||||
private String particularYear;
|
||||
private String particularYear;
|
||||
|
||||
private String region;
|
||||
private String region;
|
||||
|
||||
private String regionEn;
|
||||
private String regionEn;
|
||||
|
||||
private Double protectedLands;
|
||||
private Double protectedLands;
|
||||
|
||||
private Double nonProtectedLands;
|
||||
private Double nonProtectedLands;
|
||||
|
||||
private Double mountain;
|
||||
private Double mountain;
|
||||
|
||||
private Double nonMountain;
|
||||
private Double nonMountain;
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
|
@ -6,21 +6,20 @@ import java.time.LocalDate;
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/5/19 14:50
|
||||
*/
|
||||
public class AustraliaMiddleEastVO extends SysBaseEntity
|
||||
{
|
||||
private String id;
|
||||
public class AustraliaMiddleEastVO extends SysBaseEntity {
|
||||
private String id;
|
||||
|
||||
private String yearMonth;
|
||||
|
||||
private String month;
|
||||
|
||||
private Double sstAnomalyIndex;
|
||||
private Double sstAnomalyIndex;
|
||||
|
||||
private Double temperatureAnomolies;
|
||||
private Double temperatureAnomolies;
|
||||
|
||||
private Double precipitationAnomolies;
|
||||
private Double precipitationAnomolies;
|
||||
|
||||
private Double vaiAnomolies;
|
||||
private Double vaiAnomolies;
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
|
@ -6,27 +6,26 @@ import java.time.LocalDate;
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/6/10 10:04
|
||||
*/
|
||||
public class CastsVo
|
||||
{
|
||||
public class CastsVo {
|
||||
private String date;
|
||||
|
||||
private String week;
|
||||
private String week;
|
||||
|
||||
private String dayweather;
|
||||
private String dayweather;
|
||||
|
||||
private String nightweather;
|
||||
private String nightweather;
|
||||
|
||||
private String daytemp;
|
||||
private String daytemp;
|
||||
|
||||
private String nighttemp;
|
||||
private String nighttemp;
|
||||
|
||||
private String daywind;
|
||||
private String daywind;
|
||||
|
||||
private String nightwind;
|
||||
private String nightwind;
|
||||
|
||||
private String daypower;
|
||||
private String daypower;
|
||||
|
||||
private String nightpower;
|
||||
private String nightpower;
|
||||
|
||||
public String getDate() {
|
||||
return date;
|
||||
|
@ -6,15 +6,15 @@ package com.ruoyi.system.domain_yada;
|
||||
*/
|
||||
public class ChangeTable {
|
||||
|
||||
private String id;
|
||||
private String id;
|
||||
|
||||
private String country;
|
||||
private String country;
|
||||
|
||||
private String forestloss;
|
||||
private String forestloss;
|
||||
|
||||
private String forestgain;
|
||||
private String forestgain;
|
||||
|
||||
private String china;
|
||||
private String china;
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
|
@ -4,25 +4,24 @@ package com.ruoyi.system.domain_yada;
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/7/1 10:15
|
||||
*/
|
||||
public class CityFocusVO extends SysBaseEntity
|
||||
{
|
||||
private String id;
|
||||
public class CityFocusVO extends SysBaseEntity {
|
||||
private String id;
|
||||
|
||||
private String xAxis;
|
||||
private String xAxis;
|
||||
|
||||
private String yAxis;
|
||||
private String yAxis;
|
||||
|
||||
private String city;
|
||||
private String city;
|
||||
|
||||
// private String year;
|
||||
|
||||
private String xAxisPy;
|
||||
private String xAxisPy;
|
||||
|
||||
private String yAxisPy;
|
||||
private String yAxisPy;
|
||||
|
||||
private String cityEn;
|
||||
private String cityEn;
|
||||
|
||||
private String country;
|
||||
private String country;
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
|
@ -4,18 +4,17 @@ package com.ruoyi.system.domain_yada;
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/7/1 13:55
|
||||
*/
|
||||
public class CityInformation
|
||||
{
|
||||
private String id;
|
||||
public class CityInformation {
|
||||
private String id;
|
||||
|
||||
/**
|
||||
* 城市
|
||||
*/
|
||||
private String city;
|
||||
private String city;
|
||||
/**
|
||||
* 城市
|
||||
*/
|
||||
private String cityEn;
|
||||
private String cityEn;
|
||||
/**
|
||||
* 面积
|
||||
*/
|
||||
@ -23,11 +22,11 @@ public class CityInformation
|
||||
/**
|
||||
* 年份
|
||||
*/
|
||||
private String year;
|
||||
private String year;
|
||||
/**
|
||||
* 不透水面面积km
|
||||
*/
|
||||
private String imperviousSurfaceArea;
|
||||
private String imperviousSurfaceArea;
|
||||
/**
|
||||
* 不透水面覆盖率%
|
||||
*/
|
||||
@ -39,17 +38,17 @@ public class CityInformation
|
||||
/**
|
||||
* 不透水面扩张强度%
|
||||
*/
|
||||
private String strength;
|
||||
private String strength;
|
||||
/**
|
||||
* 不透水面扩张贡献度%
|
||||
*/
|
||||
private String contribution;
|
||||
private String contribution;
|
||||
/**
|
||||
* 所属国家
|
||||
*/
|
||||
private String superior;
|
||||
private String superior;
|
||||
|
||||
private String country;
|
||||
private String country;
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
|
@ -4,21 +4,20 @@ package com.ruoyi.system.domain_yada;
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/6/24 9:51
|
||||
*/
|
||||
public class CityVo extends SysBaseEntity
|
||||
{
|
||||
private String id;
|
||||
public class CityVo extends SysBaseEntity {
|
||||
private String id;
|
||||
|
||||
private String city;
|
||||
private String city;
|
||||
|
||||
private String cityEn;
|
||||
private String cityEn;
|
||||
|
||||
private String area;
|
||||
private String area;
|
||||
|
||||
private String year;
|
||||
private String year;
|
||||
|
||||
private Double imperviousSurfaceArea;
|
||||
private Double imperviousSurfaceArea;
|
||||
|
||||
private Double imperviousSurfaceCoverage;
|
||||
private Double imperviousSurfaceCoverage;
|
||||
|
||||
public Double getImperviousSurfaceExpansionSpeed() {
|
||||
return imperviousSurfaceExpansionSpeed;
|
||||
@ -28,13 +27,13 @@ public class CityVo extends SysBaseEntity
|
||||
this.imperviousSurfaceExpansionSpeed = imperviousSurfaceExpansionSpeed;
|
||||
}
|
||||
|
||||
private Double imperviousSurfaceExpansionSpeed;
|
||||
private Double imperviousSurfaceExpansionSpeed;
|
||||
|
||||
private Double imperviousSurfaceExpansionStrength;
|
||||
private Double imperviousSurfaceExpansionStrength;
|
||||
|
||||
private Double imperviousSurfaceExpansionCntribution ;
|
||||
private Double imperviousSurfaceExpansionCntribution;
|
||||
|
||||
private String superior;
|
||||
private String superior;
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
|
@ -6,15 +6,15 @@ package com.ruoyi.system.domain_yada;
|
||||
*/
|
||||
public class CloumnarTable {
|
||||
|
||||
private String id;
|
||||
private String id;
|
||||
|
||||
private String country;
|
||||
private String country;
|
||||
|
||||
private String year;
|
||||
private String year;
|
||||
|
||||
private String forestcover;
|
||||
private String forestcover;
|
||||
|
||||
private String china;
|
||||
private String china;
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
|
@ -5,19 +5,18 @@ package com.ruoyi.system.domain_yada;
|
||||
* @Date: 2022/5/30 8:50
|
||||
*/
|
||||
//字典表
|
||||
public class Dictionary extends SysBaseEntity
|
||||
{
|
||||
private String codingType;
|
||||
public class Dictionary extends SysBaseEntity {
|
||||
private String codingType;
|
||||
|
||||
private String codingType1;
|
||||
private String codingType1;
|
||||
|
||||
private String codingType2;
|
||||
private String codingType2;
|
||||
|
||||
private String dictionary;
|
||||
private String dictionary;
|
||||
|
||||
private String name;
|
||||
|
||||
private String nameEn;
|
||||
private String nameEn;
|
||||
|
||||
public String getCodingType1() {
|
||||
return codingType1;
|
||||
|
@ -9,11 +9,11 @@ import java.util.List;
|
||||
*/
|
||||
public class ForecastVo {
|
||||
|
||||
private String city;
|
||||
private String city;
|
||||
|
||||
private String adcode;
|
||||
private String adcode;
|
||||
|
||||
private String province;
|
||||
private String province;
|
||||
|
||||
private String reporttime;
|
||||
|
||||
|
@ -11,9 +11,11 @@ public class ForestDetectionVO {
|
||||
|
||||
private List<ChangeTable> changes;
|
||||
|
||||
private List<CloumnarTable> cloumnars;
|
||||
private List<CloumnarTable> cloumnars;
|
||||
|
||||
private List<TypeTable> types;
|
||||
private List<TypeTable> types;
|
||||
|
||||
private List<TypeConversion> conversions;
|
||||
|
||||
public List<ChangeTable> getChanges() {
|
||||
return changes;
|
||||
@ -38,4 +40,12 @@ public class ForestDetectionVO {
|
||||
public void setTypes(List<TypeTable> types) {
|
||||
this.types = types;
|
||||
}
|
||||
|
||||
public List<TypeConversion> getConversions() {
|
||||
return conversions;
|
||||
}
|
||||
|
||||
public void setConversions(List<TypeConversion> conversions) {
|
||||
this.conversions = conversions;
|
||||
}
|
||||
}
|
||||
|
@ -2,24 +2,25 @@ package com.ruoyi.system.domain_yada;
|
||||
|
||||
/**
|
||||
* 全球各类型占比
|
||||
*
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/5/20 14:07
|
||||
*/
|
||||
public class GlobalTypeVO extends SysBaseEntity {
|
||||
public class GlobalTypeVO extends SysBaseEntity {
|
||||
|
||||
private String id;
|
||||
private String id;
|
||||
|
||||
private String typeName;
|
||||
private String typeName;
|
||||
|
||||
private String typeNameEn;
|
||||
private String typeNameEn;
|
||||
|
||||
private Double areaProportion;
|
||||
private Double areaProportion;
|
||||
|
||||
private Double area;
|
||||
private Double area;
|
||||
|
||||
private Double areaChange;
|
||||
private Double areaChange;
|
||||
|
||||
private int particularYear;
|
||||
private int particularYear;
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
|
@ -6,32 +6,31 @@ import java.time.LocalDateTime;
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/6/10 9:57
|
||||
*/
|
||||
public class LivesVo
|
||||
{
|
||||
public class LivesVo {
|
||||
/**
|
||||
* 省份名
|
||||
*/
|
||||
private String province;
|
||||
private String province;
|
||||
/**
|
||||
* 城市名
|
||||
*/
|
||||
private String city;
|
||||
private String city;
|
||||
/**
|
||||
* 区域编码
|
||||
*/
|
||||
private String adcode;
|
||||
private String adcode;
|
||||
/**
|
||||
*天气现象
|
||||
* 天气现象
|
||||
*/
|
||||
private String weather;
|
||||
private String weather;
|
||||
|
||||
private String temperature;
|
||||
private String temperature;
|
||||
|
||||
private String winddirection;
|
||||
private String winddirection;
|
||||
|
||||
private String windpower;
|
||||
private String windpower;
|
||||
|
||||
private String humidity;
|
||||
private String humidity;
|
||||
|
||||
private LocalDateTime reporttime;
|
||||
|
||||
|
@ -2,34 +2,34 @@ package com.ruoyi.system.domain_yada;
|
||||
|
||||
/**
|
||||
* 地图服务类
|
||||
*
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/6/30 15:48
|
||||
*/
|
||||
public class MapServicesVO extends SysBaseEntity
|
||||
{
|
||||
private String id;
|
||||
public class MapServicesVO extends SysBaseEntity {
|
||||
private String id;
|
||||
/**
|
||||
* 地图类型
|
||||
*/
|
||||
private String chartType;
|
||||
private String chartType;
|
||||
/**
|
||||
* 地图名称
|
||||
*/
|
||||
private String chartName;
|
||||
private String chartName;
|
||||
/**
|
||||
* 图层
|
||||
*/
|
||||
private String layer;
|
||||
private String layer;
|
||||
/**
|
||||
* 年份
|
||||
*/
|
||||
private String particularYear;
|
||||
private String particularYear;
|
||||
/**
|
||||
* 分辨率
|
||||
*/
|
||||
private String resolvingPower;
|
||||
private String resolvingPower;
|
||||
|
||||
private String serviceType;
|
||||
private String serviceType;
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
|
@ -2,23 +2,24 @@ package com.ruoyi.system.domain_yada;
|
||||
|
||||
import java.time.LocalDate;
|
||||
|
||||
/**+
|
||||
/**
|
||||
* +
|
||||
* 海面温度监测
|
||||
*
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/5/20 14:08
|
||||
*/
|
||||
public class OceanTemperatureVO extends SysBaseEntity
|
||||
{
|
||||
public class OceanTemperatureVO extends SysBaseEntity {
|
||||
|
||||
private String id;
|
||||
private String id;
|
||||
|
||||
private Integer ninoPhenomenon;
|
||||
private Integer ninoPhenomenon;
|
||||
|
||||
private Integer laNina;
|
||||
private Integer laNina;
|
||||
|
||||
private LocalDate startDate;
|
||||
|
||||
private LocalDate endDate;
|
||||
private LocalDate endDate;
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
|
@ -4,19 +4,19 @@ package com.ruoyi.system.domain_yada;
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/7/1 11:08
|
||||
*/
|
||||
public class Orientation extends SysBaseEntity{
|
||||
public class Orientation extends SysBaseEntity {
|
||||
|
||||
private String id;
|
||||
private String id;
|
||||
|
||||
private String city;
|
||||
private String city;
|
||||
/**
|
||||
* 扩张方位
|
||||
*/
|
||||
private String position;
|
||||
private String position;
|
||||
|
||||
private String areaValue;
|
||||
private String areaValue;
|
||||
|
||||
private String superior;
|
||||
private String superior;
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
|
@ -4,21 +4,20 @@ package com.ruoyi.system.domain_yada;
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/6/24 15:04
|
||||
*/
|
||||
public class OrientationVO extends SysBaseEntity
|
||||
{
|
||||
private String id;
|
||||
public class OrientationVO extends SysBaseEntity {
|
||||
private String id;
|
||||
|
||||
private String city;
|
||||
private String city;
|
||||
|
||||
private String position;
|
||||
private String position;
|
||||
|
||||
private Double areaValue;
|
||||
|
||||
private String superior;
|
||||
private String superior;
|
||||
|
||||
private String cityEn;
|
||||
private String cityEn;
|
||||
|
||||
private String country;
|
||||
private String country;
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
|
@ -9,23 +9,23 @@ import java.time.LocalDateTime;
|
||||
* @Date: 2022/5/19 16:53
|
||||
*/
|
||||
public class RegionVGIVO implements Serializable {
|
||||
private String id;
|
||||
private String id;
|
||||
|
||||
private String region;
|
||||
private String region;
|
||||
|
||||
private String regionEn;
|
||||
private String regionEn;
|
||||
|
||||
private String typeName;
|
||||
private String typeName;
|
||||
|
||||
private String typeNameEn;
|
||||
private String typeNameEn;
|
||||
|
||||
private Double forest;
|
||||
private Double forest;
|
||||
|
||||
private Double grassland;
|
||||
private Double grassland;
|
||||
|
||||
private String particularYear;
|
||||
private String particularYear;
|
||||
|
||||
private String createdBy;
|
||||
private String createdBy;
|
||||
|
||||
private LocalDateTime createdTime;
|
||||
|
||||
|
@ -2,25 +2,26 @@ package com.ruoyi.system.domain_yada;
|
||||
|
||||
/**
|
||||
* 区域生态系统
|
||||
*
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/5/20 14:09
|
||||
*/
|
||||
|
||||
public class RegionalSystemVO extends SysBaseEntity{
|
||||
public class RegionalSystemVO extends SysBaseEntity {
|
||||
|
||||
private String id;
|
||||
private String id;
|
||||
|
||||
private String region;
|
||||
private String region;
|
||||
|
||||
private String regionEn;
|
||||
private String regionEn;
|
||||
|
||||
private String typeConversion;
|
||||
private String typeConversion;
|
||||
|
||||
private String typeconversionEn;
|
||||
private String typeconversionEn;
|
||||
|
||||
private Double proportionOfChangedAreas;
|
||||
private Double proportionOfChangedAreas;
|
||||
|
||||
private String particularYear;
|
||||
private String particularYear;
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
|
@ -4,27 +4,26 @@ package com.ruoyi.system.domain_yada;
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/7/20 11:48
|
||||
*/
|
||||
public class SpecialVO extends SysBaseEntity
|
||||
{
|
||||
private String id;
|
||||
public class SpecialVO extends SysBaseEntity {
|
||||
private String id;
|
||||
|
||||
private String fileName;
|
||||
private String fileName;
|
||||
|
||||
private String fileNameEn;
|
||||
private String fileNameEn;
|
||||
|
||||
private String dateTime;
|
||||
private String dateTime;
|
||||
|
||||
private String spaceDistinguish;
|
||||
private String spaceDistinguish;
|
||||
|
||||
private String timeDistinguish;
|
||||
private String timeDistinguish;
|
||||
|
||||
private String timeDistinguishEn;
|
||||
private String timeDistinguishEn;
|
||||
|
||||
private String zone;
|
||||
private String zone;
|
||||
|
||||
private String zoneEn;
|
||||
private String zoneEn;
|
||||
|
||||
private String filePath;
|
||||
private String filePath;
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
|
@ -7,38 +7,47 @@ import java.util.Map;
|
||||
|
||||
/**
|
||||
* Entity基类
|
||||
*
|
||||
*
|
||||
* @author ruoyi
|
||||
*/
|
||||
public class SysBaseEntity implements Serializable
|
||||
{
|
||||
public class SysBaseEntity implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/** 创建者 */
|
||||
/**
|
||||
* 创建者
|
||||
*/
|
||||
private String createBy;
|
||||
|
||||
/** 创建时间 */
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
private LocalDateTime createTime;
|
||||
|
||||
/** 更新者 */
|
||||
/**
|
||||
* 更新者
|
||||
*/
|
||||
private String updateBy;
|
||||
|
||||
/** 更新时间 */
|
||||
/**
|
||||
* 更新时间
|
||||
*/
|
||||
private LocalDateTime updateTime;
|
||||
|
||||
/** 备注 */
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
private String remark;
|
||||
|
||||
/** 请求参数 */
|
||||
/**
|
||||
* 请求参数
|
||||
*/
|
||||
private Map<String, Object> params;
|
||||
|
||||
public String getCreateBy()
|
||||
{
|
||||
public String getCreateBy() {
|
||||
return createBy;
|
||||
}
|
||||
|
||||
public void setCreateBy(String createBy)
|
||||
{
|
||||
public void setCreateBy(String createBy) {
|
||||
this.createBy = createBy;
|
||||
}
|
||||
|
||||
@ -50,13 +59,11 @@ public class SysBaseEntity implements Serializable
|
||||
this.createTime = createTime;
|
||||
}
|
||||
|
||||
public String getUpdateBy()
|
||||
{
|
||||
public String getUpdateBy() {
|
||||
return updateBy;
|
||||
}
|
||||
|
||||
public void setUpdateBy(String updateBy)
|
||||
{
|
||||
public void setUpdateBy(String updateBy) {
|
||||
this.updateBy = updateBy;
|
||||
}
|
||||
|
||||
@ -68,27 +75,22 @@ public class SysBaseEntity implements Serializable
|
||||
this.updateTime = updateTime;
|
||||
}
|
||||
|
||||
public String getRemark()
|
||||
{
|
||||
public String getRemark() {
|
||||
return remark;
|
||||
}
|
||||
|
||||
public void setRemark(String remark)
|
||||
{
|
||||
public void setRemark(String remark) {
|
||||
this.remark = remark;
|
||||
}
|
||||
|
||||
public Map<String, Object> getParams()
|
||||
{
|
||||
if (params == null)
|
||||
{
|
||||
public Map<String, Object> getParams() {
|
||||
if (params == null) {
|
||||
params = new HashMap<>();
|
||||
}
|
||||
return params;
|
||||
}
|
||||
|
||||
public void setParams(Map<String, Object> params)
|
||||
{
|
||||
public void setParams(Map<String, Object> params) {
|
||||
this.params = params;
|
||||
}
|
||||
|
||||
|
@ -4,6 +4,7 @@ import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* 专题图实体类
|
||||
*
|
||||
* @Author: taco chen
|
||||
* @Date: 2022/5/20 14:09
|
||||
*/
|
||||
@ -15,7 +16,7 @@ public class ThematicMapDomain extends SysBaseEntity {
|
||||
|
||||
private String pictureTypeOne;
|
||||
|
||||
private String pictureTypeTwo;
|
||||
private String pictureTypeTwo;
|
||||
|
||||
private String pictureZh;
|
||||
|
||||
@ -23,7 +24,7 @@ public class ThematicMapDomain extends SysBaseEntity {
|
||||
|
||||
private String pictureName;
|
||||
|
||||
private String pictureNameEn;
|
||||
private String pictureNameEn;
|
||||
|
||||
private String pictureType;
|
||||
|
||||
@ -35,7 +36,7 @@ public class ThematicMapDomain extends SysBaseEntity {
|
||||
|
||||
private String createdBy;
|
||||
|
||||
private String year;
|
||||
private String year;
|
||||
|
||||
private LocalDateTime createdTime;
|
||||
|
||||
|
@ -1,5 +1,50 @@
|
||||
package com.ruoyi.system.domain_yada;/**
|
||||
package com.ruoyi.system.domain_yada;
|
||||
|
||||
import java.lang.ref.PhantomReference;
|
||||
import java.security.KeyStore;
|
||||
|
||||
/**
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/11/1 15:17
|
||||
*/public class TypeConversion {
|
||||
*/
|
||||
public class TypeConversion {
|
||||
private String id;
|
||||
|
||||
private String class1;
|
||||
|
||||
private String increase;
|
||||
|
||||
private String reduce;
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
public void setId(String id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public String getClass1() {
|
||||
return class1;
|
||||
}
|
||||
|
||||
public void setClass1(String class1) {
|
||||
this.class1 = class1;
|
||||
}
|
||||
|
||||
public String getIncrease() {
|
||||
return increase;
|
||||
}
|
||||
|
||||
public void setIncrease(String increase) {
|
||||
this.increase = increase;
|
||||
}
|
||||
|
||||
public String getReduce() {
|
||||
return reduce;
|
||||
}
|
||||
|
||||
public void setReduce(String reduce) {
|
||||
this.reduce = reduce;
|
||||
}
|
||||
}
|
||||
|
@ -8,13 +8,23 @@ import java.time.Period;
|
||||
*/
|
||||
public class TypeTable {
|
||||
|
||||
private String id;
|
||||
private String id;
|
||||
|
||||
private String class1;
|
||||
private String class1;
|
||||
|
||||
private String percentage;
|
||||
private String percentage;
|
||||
|
||||
private String china;
|
||||
private String china;
|
||||
|
||||
private String year1;
|
||||
|
||||
public String getYear1() {
|
||||
return year1;
|
||||
}
|
||||
|
||||
public void setYear1(String year1) {
|
||||
this.year1 = year1;
|
||||
}
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
|
@ -6,17 +6,16 @@ import java.time.LocalDate;
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/5/24 14:24
|
||||
*/
|
||||
public class UploadFile extends SysBaseEntity
|
||||
{
|
||||
private String id;
|
||||
public class UploadFile extends SysBaseEntity {
|
||||
private String id;
|
||||
|
||||
private String fileId;
|
||||
|
||||
private String fileName;
|
||||
private String fileName;
|
||||
|
||||
private String filePath;
|
||||
private String filePath;
|
||||
|
||||
private String fileSize;
|
||||
private String fileSize;
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
|
@ -7,14 +7,13 @@ import java.awt.*;
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/7/20 16:47
|
||||
*/
|
||||
public class UploadSpecialVO extends SysBaseEntity
|
||||
{
|
||||
public class UploadSpecialVO extends SysBaseEntity {
|
||||
|
||||
private String id;
|
||||
private String id;
|
||||
|
||||
private String fileName;
|
||||
private String fileName;
|
||||
|
||||
private String fileNameEn;
|
||||
private String fileNameEn;
|
||||
|
||||
private String uploadNum;
|
||||
|
||||
@ -22,11 +21,11 @@ public class UploadSpecialVO extends SysBaseEntity
|
||||
|
||||
private String type;
|
||||
|
||||
private String remarks1;
|
||||
private String remarks1;
|
||||
|
||||
private String remarks2;
|
||||
private String remarks2;
|
||||
|
||||
private String sign;
|
||||
private String sign;
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
|
@ -4,18 +4,19 @@ import java.time.LocalDate;
|
||||
|
||||
/**
|
||||
* 城市监测
|
||||
*
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/5/20 16:55
|
||||
*/
|
||||
public class UrbanVO extends SysBaseEntity{
|
||||
public class UrbanVO extends SysBaseEntity {
|
||||
|
||||
private String id;
|
||||
private String id;
|
||||
|
||||
private String particularYear;
|
||||
|
||||
private String name;
|
||||
private String name;
|
||||
|
||||
private String nameEn;
|
||||
private String nameEn;
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
@ -57,5 +58,5 @@ public class UrbanVO extends SysBaseEntity{
|
||||
this.urbanArea = urbanArea;
|
||||
}
|
||||
|
||||
private Double urbanArea;
|
||||
private Double urbanArea;
|
||||
}
|
||||
|
@ -4,26 +4,26 @@ import java.time.LocalDate;
|
||||
|
||||
/**
|
||||
* 平均植被覆盖度和净初级生产力
|
||||
*
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/5/20 14:09
|
||||
*/
|
||||
public class VegetationCoverageVO extends SysBaseEntity
|
||||
{
|
||||
private String id;
|
||||
public class VegetationCoverageVO extends SysBaseEntity {
|
||||
private String id;
|
||||
|
||||
private String region;
|
||||
private String region;
|
||||
|
||||
private String regionEn;
|
||||
private String regionEn;
|
||||
|
||||
private String particularYear;
|
||||
private String particularYear;
|
||||
|
||||
private Double mountain;
|
||||
private Double mountain;
|
||||
|
||||
private Double nonMountain;
|
||||
private Double nonMountain;
|
||||
|
||||
private Double protectedLands;
|
||||
private Double protectedLands;
|
||||
|
||||
private Double nonProtectedLands;
|
||||
private Double nonProtectedLands;
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
|
@ -10,19 +10,19 @@ public class WeatherUtilsVO {
|
||||
/**
|
||||
* 接口返回状态
|
||||
*/
|
||||
private String status;
|
||||
private String status;
|
||||
/**
|
||||
* 返回结果数量
|
||||
*/
|
||||
private String count;
|
||||
private String count;
|
||||
|
||||
private String info;
|
||||
private String info;
|
||||
|
||||
private String infocode;
|
||||
private String infocode;
|
||||
/**
|
||||
* 实时天气预报
|
||||
*/
|
||||
private List<LivesVo> lives;
|
||||
private List<LivesVo> lives;
|
||||
/**
|
||||
* 预报天气
|
||||
*/
|
||||
@ -66,7 +66,6 @@ public class WeatherUtilsVO {
|
||||
}
|
||||
|
||||
|
||||
|
||||
public List<ForecastVo> getForecasts() {
|
||||
return forecasts;
|
||||
}
|
||||
|
@ -22,7 +22,7 @@ public interface AorestCoverageMapper {
|
||||
|
||||
Integer IntoUpload(UploadFile file);
|
||||
|
||||
List<UploadFile> selectUpload(@Param("fileId") String fileId,@Param("fileName") String fileName);
|
||||
List<UploadFile> selectUpload(@Param("fileId") String fileId, @Param("fileName") String fileName);
|
||||
|
||||
List<Dictionary> selectDic(@Param("codingType") String codingType);
|
||||
|
||||
|
@ -8,6 +8,7 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* 澳大利亚中东部地区
|
||||
*
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/5/11 15:17
|
||||
*/
|
||||
|
@ -14,16 +14,16 @@ import java.util.List;
|
||||
public interface CityExpandMapper {
|
||||
|
||||
List<CityFocusVO> selectExpand(@Param("city") String city,
|
||||
@Param("country") String country);
|
||||
@Param("country") String country);
|
||||
|
||||
List<OrientationVO> selectOrientation( @Param("city") String city,
|
||||
@Param("superior") String superior,
|
||||
@Param("country") String country);
|
||||
List<OrientationVO> selectOrientation(@Param("city") String city,
|
||||
@Param("superior") String superior,
|
||||
@Param("country") String country);
|
||||
|
||||
List<CityInformation> selectInfrom(@Param("city") String city,
|
||||
@Param("country") String country,
|
||||
@Param("year") String year,
|
||||
@Param("basin")String basin);
|
||||
@Param("basin") String basin);
|
||||
|
||||
List<CityInformation> selectMain( @Param("year") String year);
|
||||
List<CityInformation> selectMain(@Param("year") String year);
|
||||
}
|
||||
|
@ -2,6 +2,7 @@ package com.ruoyi.system.mapper_yada;
|
||||
|
||||
import com.ruoyi.system.domain_yada.ChangeTable;
|
||||
import com.ruoyi.system.domain_yada.CloumnarTable;
|
||||
import com.ruoyi.system.domain_yada.TypeConversion;
|
||||
import com.ruoyi.system.domain_yada.TypeTable;
|
||||
|
||||
import java.util.List;
|
||||
@ -17,4 +18,6 @@ public interface ForestDetectionMapper {
|
||||
List<CloumnarTable> selectCloumnar();
|
||||
|
||||
List<ChangeTable> selectChange();
|
||||
|
||||
List<TypeConversion> selectConversion();
|
||||
}
|
||||
|
@ -11,6 +11,7 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* 森林覆盖率
|
||||
*
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/5/11 11:32
|
||||
*/
|
||||
@ -24,8 +25,9 @@ public interface IAorestCoverageService {
|
||||
|
||||
public Integer IntoUpload(UploadFile file);
|
||||
|
||||
public List<UploadFile> selectUpload(String fileId,String fileName);
|
||||
public List<UploadFile> selectUpload(String fileId, String fileName);
|
||||
|
||||
List<Dictionary> selectDic(String codingType);
|
||||
|
||||
List<Dictionary> selectNow(String codingType2);
|
||||
}
|
||||
|
@ -2,6 +2,7 @@ package com.ruoyi.system.service_yada;
|
||||
|
||||
import com.ruoyi.system.domain_yada.ChangeTable;
|
||||
import com.ruoyi.system.domain_yada.CloumnarTable;
|
||||
import com.ruoyi.system.domain_yada.TypeConversion;
|
||||
import com.ruoyi.system.domain_yada.TypeTable;
|
||||
|
||||
import java.util.List;
|
||||
@ -17,4 +18,6 @@ public interface IForestDetectionService {
|
||||
List<CloumnarTable> selectCloumnar();
|
||||
|
||||
List<ChangeTable> selectChange();
|
||||
|
||||
List<TypeConversion> selectConversion();
|
||||
}
|
||||
|
@ -13,12 +13,14 @@ public interface IRegionVGIService {
|
||||
|
||||
/**
|
||||
* 查询
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public List<RegionVGIVO> selectRegion(/*String typeName,String particularYear*/);
|
||||
|
||||
/**
|
||||
* 删除
|
||||
*
|
||||
* @param id
|
||||
* @return
|
||||
*/
|
||||
@ -26,6 +28,7 @@ public interface IRegionVGIService {
|
||||
|
||||
/**
|
||||
* 添加
|
||||
*
|
||||
* @param eastVO
|
||||
* @return
|
||||
*/
|
||||
|
@ -9,6 +9,7 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* 专题图服务
|
||||
*
|
||||
* @Author: taco chen
|
||||
* @Date: 2022/5/11 11:40
|
||||
*/
|
||||
@ -17,20 +18,23 @@ public interface ThematicMapService {
|
||||
|
||||
/**
|
||||
* 获取全部专题图
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
List<ThematicMapDomain> selectAll(String pictureType,String pictureTypeOne, String pictureTypeTwo);
|
||||
List<ThematicMapDomain> selectAll(String pictureType, String pictureTypeOne, String pictureTypeTwo);
|
||||
|
||||
/**
|
||||
* 获取地图服务
|
||||
*
|
||||
* @param chartName
|
||||
* @param chartType
|
||||
* @return
|
||||
*/
|
||||
List<MapServicesVO> selMapServers(String chartName, String chartType,String particularYear);
|
||||
List<MapServicesVO> selMapServers(String chartName, String chartType, String particularYear);
|
||||
|
||||
/**
|
||||
* 删除专题图根据编号
|
||||
*
|
||||
* @param id 编号
|
||||
* @return
|
||||
*/
|
||||
@ -38,6 +42,7 @@ public interface ThematicMapService {
|
||||
|
||||
/**
|
||||
* 保存专题图
|
||||
*
|
||||
* @param thematicMapDomain
|
||||
* @return
|
||||
*/
|
||||
|
@ -16,6 +16,7 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* 森林覆盖率
|
||||
*
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/5/11 11:43
|
||||
*/
|
||||
@ -47,16 +48,16 @@ public class AorestCoverageServiceimpl implements IAorestCoverageService {
|
||||
|
||||
@Override
|
||||
public List<UploadFile> selectUpload(String fileId, String fileName) {
|
||||
return coverageMapper.selectUpload(fileId,fileName);
|
||||
return coverageMapper.selectUpload(fileId, fileName);
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Dictionary> selectDic(String codingType) {
|
||||
return coverageMapper.selectDic(codingType);
|
||||
return coverageMapper.selectDic(codingType);
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Dictionary> selectNow(String codingType2) {
|
||||
return coverageMapper.selectNow(codingType2);
|
||||
return coverageMapper.selectNow(codingType2);
|
||||
}
|
||||
}
|
||||
|
@ -11,19 +11,18 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* 亚大综合监测
|
||||
*
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/5/11 11:43
|
||||
*/
|
||||
@Service
|
||||
public class AustraliaMiddleEastServiceimpl implements IAustraliaMiddleEastService
|
||||
{
|
||||
public class AustraliaMiddleEastServiceimpl implements IAustraliaMiddleEastService {
|
||||
@Resource
|
||||
private AustraliaMiddleEastMapper australiaMiddleEastMapper;
|
||||
|
||||
@Override
|
||||
public List<AustraliaMiddleEastVO> selectAustralia(String yearMonth,String month)
|
||||
{
|
||||
return australiaMiddleEastMapper.selectAustralia(yearMonth,month);
|
||||
public List<AustraliaMiddleEastVO> selectAustralia(String yearMonth, String month) {
|
||||
return australiaMiddleEastMapper.selectAustralia(yearMonth, month);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -26,17 +26,17 @@ public class CityExpandServiceimpl implements ICityExpandService {
|
||||
|
||||
@Override
|
||||
public List<CityFocusVO> selectExpand(String city, String country, String year) {
|
||||
return mapper.selectExpand(city,country);
|
||||
return mapper.selectExpand(city, country);
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<OrientationVO> selectOrientation(String city, String superior,String country) {
|
||||
return mapper.selectOrientation(city,superior,country);
|
||||
public List<OrientationVO> selectOrientation(String city, String superior, String country) {
|
||||
return mapper.selectOrientation(city, superior, country);
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<CityInformation> selectInfrom(String city, String country,String year,String basin) {
|
||||
return mapper.selectInfrom(city,country,year,basin);
|
||||
public List<CityInformation> selectInfrom(String city, String country, String year, String basin) {
|
||||
return mapper.selectInfrom(city, country, year, basin);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -19,13 +19,14 @@ public class CityServiceimpl implements ICityService {
|
||||
|
||||
@Resource
|
||||
private CityMapper cityMapper;
|
||||
|
||||
@Override
|
||||
public List<CityVo> selectCity(String city, String gj) {
|
||||
return cityMapper.selectCity(city,gj);
|
||||
return cityMapper.selectCity(city, gj);
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<OrientationVO> selectOrientation(String city, String gj) {
|
||||
return cityMapper.selectOrientation(city,gj);
|
||||
return cityMapper.selectOrientation(city, gj);
|
||||
}
|
||||
}
|
||||
|
@ -2,6 +2,7 @@ package com.ruoyi.system.service_yada.impl;
|
||||
|
||||
import com.ruoyi.system.domain_yada.ChangeTable;
|
||||
import com.ruoyi.system.domain_yada.CloumnarTable;
|
||||
import com.ruoyi.system.domain_yada.TypeConversion;
|
||||
import com.ruoyi.system.domain_yada.TypeTable;
|
||||
import com.ruoyi.system.mapper_yada.ForestDetectionMapper;
|
||||
import com.ruoyi.system.service_yada.IForestDetectionService;
|
||||
@ -35,4 +36,9 @@ public class ForestDetectionServiceImpl implements IForestDetectionService {
|
||||
public List<ChangeTable> selectChange() {
|
||||
return mapper.selectChange();
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<TypeConversion> selectConversion() {
|
||||
return mapper.selectConversion();
|
||||
}
|
||||
}
|
||||
|
@ -15,6 +15,7 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* 全球各类型占比
|
||||
*
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/5/11 11:47
|
||||
*/
|
||||
|
@ -14,6 +14,7 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* 森林监测
|
||||
*
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/5/11 11:47
|
||||
*/
|
||||
|
@ -12,6 +12,7 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* 大气质量监测
|
||||
*
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/5/11 11:45
|
||||
*/
|
||||
|
@ -14,6 +14,7 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* 区域生态系统
|
||||
*
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/5/11 11:46
|
||||
*/
|
||||
|
@ -11,11 +11,12 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* 专题报告
|
||||
*
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/5/11 11:48
|
||||
*/
|
||||
@Service
|
||||
public class SpecialReportServiceimpl implements ISpecialReportService {
|
||||
public class SpecialReportServiceimpl implements ISpecialReportService {
|
||||
|
||||
@Resource
|
||||
private SpecialReportMapper mapper;
|
||||
@ -32,7 +33,7 @@ public class SpecialReportServiceimpl implements ISpecialReportService {
|
||||
|
||||
@Override
|
||||
public List<UploadSpecialVO> selectUploadSpecial1(String fileName) {
|
||||
return mapper.selectUploadSpecial1(fileName);
|
||||
return mapper.selectUploadSpecial1(fileName);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -13,6 +13,7 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* * 专题图服务
|
||||
*
|
||||
* @author : taco chen
|
||||
*/
|
||||
@Service
|
||||
@ -23,35 +24,38 @@ public class ThematicMapServiceImpl implements ThematicMapService {
|
||||
|
||||
/**
|
||||
* 获取全部专题图
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
public List<ThematicMapDomain> selectAll(String pictureType,String pictureTypeOne, String pictureTypeTwo){
|
||||
return thematicMapMapper.selectAllThematicMap(pictureType,pictureTypeOne,pictureTypeTwo);
|
||||
public List<ThematicMapDomain> selectAll(String pictureType, String pictureTypeOne, String pictureTypeTwo) {
|
||||
return thematicMapMapper.selectAllThematicMap(pictureType, pictureTypeOne, pictureTypeTwo);
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<MapServicesVO> selMapServers(String chartName, String chartType,String particularYear) {
|
||||
return thematicMapMapper.selMapServers(chartName,chartType,particularYear);
|
||||
public List<MapServicesVO> selMapServers(String chartName, String chartType, String particularYear) {
|
||||
return thematicMapMapper.selMapServers(chartName, chartType, particularYear);
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除专题图根据编号
|
||||
*
|
||||
* @param id 编号
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
public Integer deleteById(Long id){
|
||||
public Integer deleteById(Long id) {
|
||||
return thematicMapMapper.deleteThematicMap(id);
|
||||
}
|
||||
|
||||
/**
|
||||
* 保存专题图
|
||||
*
|
||||
* @param thematicMapDomain
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
public Integer save(ThematicMapDomain thematicMapDomain){
|
||||
public Integer save(ThematicMapDomain thematicMapDomain) {
|
||||
return thematicMapMapper.saveThematicMap(thematicMapDomain);
|
||||
}
|
||||
}
|
||||
|
@ -13,6 +13,7 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* * 城市监测
|
||||
*
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/5/11 11:49
|
||||
*/
|
||||
@ -25,7 +26,7 @@ public class UrbanServiceimpl implements IUrbanService {
|
||||
@Override
|
||||
|
||||
public List<UrbanVO> selectUrban(String name, String particularYear) {
|
||||
return urbanMapper.selectUrban(name,particularYear);
|
||||
return urbanMapper.selectUrban(name, particularYear);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -14,6 +14,7 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* 平均植被覆盖度和净初级生产力
|
||||
*
|
||||
* @Author: JinSheng Song
|
||||
* @Date: 2022/5/11 11:45
|
||||
*/
|
||||
|
@ -12,7 +12,7 @@
|
||||
<!-- -->
|
||||
|
||||
<select id="selectType" resultType="com.ruoyi.system.domain_yada.TypeTable">
|
||||
SELECT id,class1,percentage,china FROM type_table
|
||||
SELECT id,class1,percentage,china,year1 FROM type_table
|
||||
</select>
|
||||
|
||||
|
||||
@ -23,4 +23,8 @@
|
||||
<select id="selectCloumnar" resultType="com.ruoyi.system.domain_yada.CloumnarTable">
|
||||
SELECT id,country,year,forestcover,china FROM columnar_table
|
||||
</select>
|
||||
|
||||
<select id="selectConversion" resultType="com.ruoyi.system.domain_yada.TypeConversion">
|
||||
SELECT id,class1,increase,reduce FROM type_conversion
|
||||
</select>
|
||||
</mapper>
|
Reference in New Issue
Block a user