| | |
| | | |
| | | public final static int I5 = 5; |
| | | |
| | | public final static int I6 = 6; |
| | | |
| | | public final static int I8 = 8; |
| | | |
| | | public final static int NINE = 9; |
| | | |
| | | public final static int TEN = 10; |
| | |
| | | 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; |
| | | |
| | |
| | | |
| | | 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; |
| | |
| | | |
| | | public static final int I1000 = 1000; |
| | | |
| | | public static final int I1024 = 1024; |
| | | |
| | | public static final int I2050 = 2050; |
| | | |
| | | public static final int I4326 = 4326; |
| | |
| | | public final static String COMMA = ","; |
| | | |
| | | public final static String TILDE = "~"; |
| | | |
| | | public final static String QUESTION = "?"; |
| | | |
| | | public final static String BACKSLASH = "\\\\"; |
| | | |
| | |
| | | |
| | | public final static String DOM = "DOM"; |
| | | |
| | | public final static String LAYERS = "layers"; |
| | | |
| | | public final static String REQUEST = "request"; |
| | | |
| | | public final static String SERVICE = "service"; |
| | | |
| | | public final static String GET_CAPABILITIES = "GetCapabilities"; |
| | | |
| | | public final static String SUCCESS = "$SUCCESS"; |
| | | |
| | | public final static String LINESTRING = "LINESTRING"; |
| | |
| | | |
| | | public final static String COMPOUNDCURVE = "COMPOUNDCURVE"; |
| | | |
| | | public final static String QUERYABLE = "<Layer queryable=\"1\" opaque=\"0\">"; |
| | | |
| | | public static final String NO_FILE = JSON.toJSONString(new ResponseMsg<String>(HttpStatus.NOT_FOUND, "文件找不到")); |
| | | |
| | | /** |