| | |
| | | import java.io.Serializable; |
| | | import java.sql.Timestamp; |
| | | |
| | | /** |
| | | * 元数据文件 |
| | | * @author WWW |
| | | */ |
| | | @SuppressWarnings("ALL") |
| | | public class MetaFileEntity implements Serializable { |
| | | private static final long serialVersionUID = -3688958480700165163L; |
| | | |
| | |
| | | |
| | | private int rows; |
| | | |
| | | private int records; |
| | | |
| | | private String msg; |
| | | |
| | | private Boolean isMeta; |
| | | |
| | | private String xlsPath; |
| | | |
| | | private String geom; |
| | | |
| | | private int sensortype; |
| | | |
| | | private Timestamp acqTime; |
| | | |
| | | private String resolution; |
| | | |
| | | private String gridsize; |
| | | |
| | | private String coorSys; |
| | | |
| | | private String epsg; |
| | | |
| | | private String hDatum; |
| | | |
| | | private int mataType; |
| | | |
| | | private String bands; |
| | | |
| | | private String min; |
| | | |
| | | private String max; |
| | | |
| | | private String bandType; |
| | | |
| | | private String ct; |
| | | |
| | | public String getEventid() { |
| | | return eventid; |
| | |
| | | this.rows = rows; |
| | | } |
| | | |
| | | public int getRecords() { |
| | | return records; |
| | | } |
| | | |
| | | public void setRecords(int records) { |
| | | this.records = records; |
| | | } |
| | | |
| | | public String getMsg() { |
| | | return msg; |
| | | } |
| | |
| | | public void setXlsPath(String xlsPath) { |
| | | this.xlsPath = xlsPath; |
| | | } |
| | | |
| | | public String getGeom() { |
| | | return geom; |
| | | } |
| | | |
| | | public void setGeom(String geom) { |
| | | this.geom = geom; |
| | | } |
| | | |
| | | public int getSensortype() { |
| | | return sensortype; |
| | | } |
| | | |
| | | public void setSensortype(int sensortype) { |
| | | this.sensortype = sensortype; |
| | | } |
| | | |
| | | public Timestamp getAcqTime() { |
| | | return acqTime; |
| | | } |
| | | |
| | | public void setAcqTime(Timestamp acqTime) { |
| | | this.acqTime = acqTime; |
| | | } |
| | | |
| | | public String getResolution() { |
| | | return resolution; |
| | | } |
| | | |
| | | public void setResolution(String resolution) { |
| | | this.resolution = resolution; |
| | | } |
| | | |
| | | public String getGridsize() { |
| | | return gridsize; |
| | | } |
| | | |
| | | public void setGridsize(String gridsize) { |
| | | this.gridsize = gridsize; |
| | | } |
| | | |
| | | public String getCoorSys() { |
| | | return coorSys; |
| | | } |
| | | |
| | | public void setCoorSys(String coorSys) { |
| | | this.coorSys = coorSys; |
| | | } |
| | | |
| | | public String getEpsg() { |
| | | return epsg; |
| | | } |
| | | |
| | | public void setEpsg(String epsg) { |
| | | this.epsg = epsg; |
| | | } |
| | | |
| | | public String gethDatum() { |
| | | return hDatum; |
| | | } |
| | | |
| | | public void sethDatum(String hDatum) { |
| | | this.hDatum = hDatum; |
| | | } |
| | | |
| | | public int getMataType() { |
| | | return mataType; |
| | | } |
| | | |
| | | public void setMataType(int mataType) { |
| | | this.mataType = mataType; |
| | | } |
| | | |
| | | public String getBands() { |
| | | return bands; |
| | | } |
| | | |
| | | public void setBands(String bands) { |
| | | this.bands = bands; |
| | | } |
| | | |
| | | public String getMin() { |
| | | return min; |
| | | } |
| | | |
| | | public void setMin(String min) { |
| | | this.min = min; |
| | | } |
| | | |
| | | public String getMax() { |
| | | return max; |
| | | } |
| | | |
| | | public void setMax(String max) { |
| | | this.max = max; |
| | | } |
| | | |
| | | public String getBandType() { |
| | | return bandType; |
| | | } |
| | | |
| | | public void setBandType(String bandType) { |
| | | this.bandType = bandType; |
| | | } |
| | | |
| | | public String getCt() { |
| | | return ct; |
| | | } |
| | | |
| | | public void setCt(String ct) { |
| | | this.ct = ct; |
| | | } |
| | | } |