| | |
| | | /** |
| | | * 发布信息,默认为"{}" |
| | | */ |
| | | private Object pub_config; |
| | | private String pub_config; |
| | | |
| | | /** |
| | | * 图层和影像相关的配置,默认"{}",配置内容包括但不限于:处理过程、边界控制方法 |
| | |
| | | stats_type = 1; |
| | | enhance_type = 0; |
| | | boundary_cal_mode = 0; |
| | | pub_config = new Object(); |
| | | } |
| | | |
| | | public String getName() { |
| | |
| | | this.end_scale = end_scale; |
| | | } |
| | | |
| | | public Object getPub_config() { |
| | | public String getPub_config() { |
| | | return pub_config; |
| | | } |
| | | |
| | | public void setPub_config(Object pub_config) { |
| | | public void setPub_config(String pub_config) { |
| | | this.pub_config = pub_config; |
| | | } |
| | | |
| | |
| | | /** |
| | | * 属性过滤 |
| | | */ |
| | | private Object attr_filter; |
| | | private String attr_filter; |
| | | |
| | | public ImageList() { |
| | | datasource = "Local"; |
| | |
| | | this.image_time = image_time; |
| | | } |
| | | |
| | | public Object getAttr_filter() { |
| | | public String getAttr_filter() { |
| | | return attr_filter; |
| | | } |
| | | |
| | | public void setAttr_filter(Object attr_filter) { |
| | | public void setAttr_filter(String attr_filter) { |
| | | this.attr_filter = attr_filter; |
| | | } |
| | | } |