| | |
| | | |
| | | private String geom; |
| | | |
| | | private String sensortype; |
| | | private int sensortype; |
| | | |
| | | private Timestamp acqTime; |
| | | |
| | |
| | | |
| | | private String hDatum; |
| | | |
| | | private String mataType; |
| | | private int mataType; |
| | | |
| | | private String bands; |
| | | |
| | |
| | | this.geom = geom; |
| | | } |
| | | |
| | | public String getSensortype() { |
| | | public int getSensortype() { |
| | | return sensortype; |
| | | } |
| | | |
| | | public void setSensortype(String sensortype) { |
| | | public void setSensortype(int sensortype) { |
| | | this.sensortype = sensortype; |
| | | } |
| | | |
| | |
| | | this.hDatum = hDatum; |
| | | } |
| | | |
| | | public String getMataType() { |
| | | public int getMataType() { |
| | | return mataType; |
| | | } |
| | | |
| | | public void setMataType(String mataType) { |
| | | public void setMataType(int mataType) { |
| | | this.mataType = mataType; |
| | | } |
| | | |