| | |
| | | using System; |
| | | using OSGeo.GDAL; |
| | | using System; |
| | | using System.Runtime.InteropServices.ComTypes; |
| | | using System.Security.Policy; |
| | | |
| | | namespace DataLoader.Model |
| | | { |
| | |
| | | /// </summary> |
| | | public class SysMeta |
| | | { |
| | | public SysMeta() { } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public int id { set; get; } |
| | | |
| | | public string eventid { set; get; } |
| | | |
| | | public int metaid { set; get; } |
| | | |
| | | public int dirid { set; get; } |
| | | |
| | | public int depid { set; get; } |
| | | |
| | | public int verid { set; get; } |
| | | |
| | |
| | | |
| | | public string geom { set; get; } |
| | | |
| | | public SysMeta() { } |
| | | public string layer { set; get; } |
| | | |
| | | public string depcode { set; get; } |
| | | |
| | | public string dircode { set; get; } |
| | | |
| | | public int ismeta { set; get; } |
| | | |
| | | public string sensortype { set; get; } |
| | | |
| | | public DateTime acq_time { set; get; } |
| | | |
| | | public string resolution { set; get; } |
| | | |
| | | public string gridsize { set; get; } |
| | | |
| | | public string coor_sys { set; get; } |
| | | |
| | | public string epsg { set; get; } |
| | | |
| | | public string h_datum { set; get; } |
| | | |
| | | public string mata_type { set; get; } |
| | | |
| | | public string bands { set; get; } |
| | | |
| | | public string band_type { set; get; } |
| | | |
| | | public string ct { set; get; } |
| | | } |
| | | } |