| | |
| | | public final static int FOUR = 4; |
| | | |
| | | /** |
| | | * 数值:9 |
| | | */ |
| | | public final static int NINE = 9; |
| | | |
| | | /** |
| | | * 数值:200 |
| | | */ |
| | | public final static int TWO_HUNDRED = 200; |
| | |
| | | /** |
| | | * GDB排除字段 |
| | | */ |
| | | public final static List<String> GDB_EXCLUDE_FIELDS= new ArrayList<>(Arrays.asList("geom", "objectid", "shape_leng", "shape_area", "serialVersionUID", "dirName", "depName", "verName", "createName", "updateName")); |
| | | public final static List<String> GDB_EXCLUDE_FIELDS = new ArrayList<>(Arrays.asList("geom", "objectid", "shape_leng", "shape_area", "serialVersionUID", "dirName", "depName", "verName", "createName", "updateName")); |
| | | } |