月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-09-02 457ed9442bf9fcb36baf2babf0bc2252b5ac4247
src/main/java/com/moon/server/entity/all/StaticData.java
@@ -16,11 +16,17 @@
     */
    public static String[] EXCLUDE_PATH = new String[]{"/sign/", "/perms/", "/floatserver/", "/proxy/", "/swagger", "/error"};
    public final static int TWO = 2;
    public final static int I0 = 0;
    public final static int THREE = 3;
    public final static int I1 = 1;
    public final static int FOUR = 4;
    public final static int I2 = 2;
    public final static int I3 = 3;
    public final static int I4 = 4;
    public final static int I5 = 5;
    public final static int NINE = 9;
@@ -154,9 +160,7 @@
    public final static String NO = "NO";
    public final static String ROUTE = "线路";
    public final static String CROSSING = "穿跨越";
    public final static String SUCCESS = "$SUCCESS";
    public final static String LINESTRING = "LINESTRING";
@@ -205,7 +209,7 @@
    /**
     * 栅格数据扩展名
     */
    public final static List<String> RASTER_EXT = new ArrayList<>(Arrays.asList(".img", ".tif", ".tiff", "jpg", "jp2"));
    public final static List<String> RASTER_EXT = new ArrayList<>(Arrays.asList(".img", ".tif", ".tiff", ".jpg", ".jp2"));
    /**
     * MPT文件扩展名
@@ -245,7 +249,7 @@
    /**
     * Mapper排除扩展名
     */
    public final static List<String> MAPPER_EXCLUDE_EXT = new ArrayList<>(Arrays.asList(".jpg.aux.xml", ".jpg.xml", ".jp2.aux.xml", ".jp2.xml", ".jp2.html", ".jp2.txt", ".img.aux.xml", ".img.xml", ".tif.aux.xml", ".tif.xml", ".tiff.aux.xml", ".tiff.xml", ".shp.xml"));
    public final static List<String> MAPPER_EXCLUDE_EXT = new ArrayList<>(Arrays.asList(".jpg.aux.xml", ".jpg.xml", ".jp2.aux.xml", ".jp2.xml", ".jp2.html", ".jp2.txt", ".img.aux.xml", ".img.xml", ".tif.aux.xml", ".tif.xml", ".tiff.aux.xml", ".tiff.xml", ".shp.xml", ".ecw.xml", "ecw.aux.xml"));
    /**
     * 所有文件扩展名