| | |
| | | |
| | | public static final int I4490 = 4490; |
| | | |
| | | /** |
| | | * 字符1 |
| | | */ |
| | | public final static String S1 = "1"; |
| | | |
| | | /** |
| | | * 等号 |
| | | */ |
| | | public final static String EQ = "="; |
| | | |
| | | /** |
| | | * 字符点 |
| | | */ |
| | | public final static String POINT = "."; |
| | | |
| | | /** |
| | | * 逗号 |
| | | */ |
| | | public final static String COMMA = ","; |
| | | |
| | | /** |
| | | * 波浪号 |
| | | */ |
| | | public final static String TILDE = "~"; |
| | | |
| | | /** |
| | | * 单引号 |
| | | */ |
| | | public final static String SINGLE_QUOTES = "'"; |
| | | |
| | | public final static String BBOREHOLE = "bborehole"; |
| | | |
| | | /** |
| | | * 正斜杠 |
| | | */ |
| | | public final static String SLASH = "/"; |
| | | |
| | | public final static String IN = "in"; |
| | |
| | | |
| | | public final static String SYS_META = "sysmeta"; |
| | | |
| | | /** |
| | | * 版本号 |
| | | */ |
| | | public final static String VERSION = "1.0.0"; |
| | | |
| | | /** |
| | | * 令牌键 |
| | | */ |
| | | public final static String TOKEN_KEY = "token"; |
| | | |
| | | /** |
| | | * Cookie中令牌键 |
| | | */ |
| | | public final static String TOKEN_COOKIE_KEY = "token"; |
| | | |
| | | /** |
| | | * 文本编码方式 |
| | | */ |
| | | public final static String TEXT_ENCODER = "UTF-8"; |
| | | |
| | | /** |
| | | * 总质检 |
| | | */ |
| | | public final static String CHECK_MAIN = "checkMain"; |
| | | |
| | | /** |
| | | * Object对象 |
| | | */ |
| | | public final static String OBJECT = "java.lang.Object"; |
| | | |
| | | /** |
| | | * Cookie中druid键 |
| | | */ |
| | | public final static String DRUID_COOKIE_KEY = "JSESSIONID"; |
| | | |
| | | public final static String YES = "YES"; |
| | | |
| | | public final static String NO = "NO"; |
| | | |
| | | /** |
| | | * 线路 |
| | | */ |
| | | public final static String ROUTE = "线路"; |
| | | |
| | | /** |
| | | * 穿跨越 |
| | | */ |
| | | public final static String CROSSING = "穿跨越"; |
| | | |
| | | public final static String LINESTRING = "LINESTRING"; |
| | |
| | | * 16进制 |
| | | */ |
| | | public static final char[] HEX_DIGITS = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'}; |
| | | |
| | | /** |
| | | * 栅格数据扩展名 |
| | | */ |
| | | public final static List<String> RASTER_EXT = new ArrayList<>(Arrays.asList(".img", ".tif", ".tiff", ".jpg", ".jp2")); |
| | | |
| | | /** |
| | | * 密码正则表达式 |
| | |
| | | /** |
| | | * 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")); |
| | | |
| | | /** |
| | | * 所有文件扩展名 |