管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-11 30272471be13ecb9a1a711a5c037fe27127c9056
src/main/java/com/lf/server/entity/all/StaticData.java
@@ -35,6 +35,11 @@
    public final static int SIXTEEN = 16;
    /**
     * 数值:100
     */
    public final static int ONE_HUNDRED = 100;
    /**
     * 数值:200
     */
    public final static int TWO_HUNDRED = 200;
@@ -48,6 +53,11 @@
     * 数值:1050.0
     */
    public static final double D1050 = 1050.0;
    /**
     * 字符1
     */
    public final static String S1 = "1";
    /**
     * 等号
@@ -80,9 +90,9 @@
    public final static String XLS = ".xls";
    /**
     * SHP文件
     * xlsx文件
     */
    public final static String SHP = ".shp";
    public final static String XLSX = ".xlsx";
    /**
     * MDB文件
@@ -90,19 +100,29 @@
    public final static String MDB = ".mdb";
    /**
     * SHP文件
     */
    public final static String SHP = ".shp";
    /**
     * GDB文件
     */
    public final static String GDB = ".gdb";
    /**
     * xlsx文件
     */
    public final static String XLSX = ".xlsx";
    /**
     * IMG文件
     */
    public final static String IMG = ".img";
    /**
     * MPT文件
     */
    public final static String MPT = ".mpt";
    /**
     * 3DML文件
     */
    public final static String D3DML = ".3dml";
    /**
     * TIF文件
@@ -150,7 +170,7 @@
    public final static String DRUID_COOKIE_KEY = "JSESSIONID";
    /**
     * 上传文件类型
     * 上传文件类型 *
     */
    public final static String FILE_TYPES = "'xls','shp','gdb','mdb'";
@@ -167,17 +187,17 @@
    /**
     * MPT文件扩展名
     */
    public final static List<String> MPT_EXTENSIONS = new ArrayList<>(Arrays.asList(".mpt", ".midx", ".strmi"));
    public final static List<String> MPT_EXT = new ArrayList<>(Arrays.asList(".midx", ".strmi"));
    /**
     * IMG文件扩展名
     */
    public final static List<String> IMG_EXT = new ArrayList<>(Arrays.asList( ".rrd", ".img.aux.xml", ".hdr", ".img.enp", ".img.xml"));
    public final static List<String> IMG_EXT = new ArrayList<>(Arrays.asList(".rrd", ".img.aux.xml", ".hdr", ".img.enp", ".img.xml"));
    /**
     * TIF文件扩展名
     */
    public final static List<String> TIF_EXTENSIONS = new ArrayList<>(Arrays.asList(".prj", ".tfw", ".tif.ovr", ".tif.aux.xml", ".tif.enp", ".tif.xml"));
    public final static List<String> TIF_EXT = new ArrayList<>(Arrays.asList(".prj", ".tfw", ".tif.ovr", ".tif.aux.xml", ".tif.enp", ".tif.xml"));
    /**
     * TIFF文件扩展名