| | |
| | | @ApiModelProperty("防汛最大Y") |
| | | private Double floodMaxy; |
| | | |
| | | @ApiModelProperty("坐标系ID") |
| | | private Integer epsg; |
| | | |
| | | public DataPo() { |
| | | } |
| | | |
| | | public void setPath(String inPath, String outPath) { |
| | | this.inPath = inPath; |
| | | this.outPath = outPath; |
| | | } |
| | | |
| | | public String getBbox() { |
| | | // "116.64388473935195,39.884315914604464,116.64754729082588,39.887069143903496"; |
| | | return minx + "," + miny + "," + maxx + "," + maxy; |
| | | } |
| | | |
| | | public DataPo(String name, String inPath, String outPath, Double total, Integer duration, Integer isFlood) { |
| | |
| | | this.maxy = maxy; |
| | | this.total = total; |
| | | this.duration = duration; |
| | | } |
| | | |
| | | public void setPath(String inPath, String outPath) { |
| | | this.inPath = inPath; |
| | | this.outPath = outPath; |
| | | } |
| | | |
| | | public boolean setExtent(Double minx, Double miny, Double maxx, Double maxy) { |
| | |
| | | public void setFloodMaxy(Double floodMaxy) { |
| | | this.floodMaxy = floodMaxy; |
| | | } |
| | | |
| | | public Integer getEpsg() { |
| | | return epsg; |
| | | } |
| | | |
| | | public void setEpsg(Integer epsg) { |
| | | this.epsg = epsg; |
| | | } |
| | | } |