月球大数据地理空间分析展示平台-【后端】-月球后台服务
1
13693261870
2024-11-13 eb40365c9cffb2269fd3cbd31b050c33455bc84a
src/main/java/com/moon/server/entity/shujian/CreateLayerEntity.java
@@ -8,33 +8,16 @@
import java.util.List;
import java.util.Map;
/**
 * 数简.创建图层类
 * @author WWW
 * @date 2023-08-30
 */
@SuppressWarnings("AlibabaLowerCamelCaseVariableNaming")
public class CreateLayerEntity implements Serializable {
    private static final long serialVersionUID = 8392354493626395905L;
    /**
     * 图层信息
     */
    private Layer layer;
    /**
     * 影像目录列表
     */
    private List<ImagePathList> image_path_list;
    /**
     * 金字塔配置
     */
    private ImageOvr image_ovr;
    /**
     * 创建服务
     */
    private Integer create_service;
    public CreateLayerEntity() {
@@ -76,13 +59,7 @@
        this.create_service = create_service;
    }
    /**
     * 图层信息
     */
    public class Layer {
        /**
         * 名称
         */
        private String name;
        /**