月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-09-27 08d894697a501522902dc25f016298ad68a6361b
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;
@@ -33,6 +39,8 @@
    public final static int TWO_HUNDRED = 200;
    public final static int ONE_HUNDRED_THOUSAND = 100000;
    public static final double D05 = 0.05;
    public static final double D90 = 90.0;
@@ -54,6 +62,8 @@
    public static final int I60 = 60;
    public static final int I64 = 64;
    public static final int I90 = 90;
    public static final int I90_NEG = -90;
@@ -66,7 +76,13 @@
    public static final int I180_NEG = -180;
    public static final int I200 = 200;
    public static final int I500 = 500;
    public static final int I1000 = 1000;
    public static final int I1024 = 1024;
    public static final int I2050 = 2050;
@@ -85,6 +101,10 @@
    public final static String COMMA = ",";
    public final static String TILDE = "~";
    public final static String QUESTION = "?";
    public final static String BACKSLASH = "\\\\";
    public final static String SINGLE_QUOTES = "'";
@@ -132,6 +152,8 @@
    public final static String OSGB = ".osgb";
    public final static String NULL = "null";
    public static String ADMIN = "admin";
    public final static String SYS_META = "sysmeta";
@@ -154,9 +176,13 @@
    public final static String NO = "NO";
    public final static String ROUTE = "线路";
    public final static String DOM = "DOM";
    public final static String CROSSING = "穿跨越";
    public final static String REQUEST = "request";
    public final static String GET_CAPABILITIES = "GetCapabilities";
    public final static String SUCCESS = "$SUCCESS";
    public final static String LINESTRING = "LINESTRING";
@@ -203,6 +229,11 @@
    public final static String PWD_REG = "^(?![a-zA-Z]+$)(?![A-Z0-9]+$)(?![A-Z\\W!@#$%^&*`~()\\-_+=,.?;<>]+$)(?![a-z0-9]+$)(?![a-z\\W!@#$%^&*`~()\\-_+=,.?;<>]+$)(?![0-9\\W!@#$%^&*`~()\\-_+=,.?;<>]+$)[a-zA-Z0-9\\W!@#$%^&*`~()\\-_+=,.?;<>]{12,20}$";
    /**
     * 栅格数据扩展名
     */
    public final static List<String> RASTER_EXT = new ArrayList<>(Arrays.asList(".img", ".tif", ".tiff", ".jpg", ".jp2"));
    /**
     * MPT文件扩展名
     */
    public final static List<String> MPT_EXT = new ArrayList<>(Arrays.asList(".midx", ".strmi", ".ei.midx", ".ei.mpt", ".ei.strmi"));
@@ -240,7 +271,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"));
    /**
     * 所有文件扩展名