| | |
| | | add("type"); |
| | | add("diff_val"); |
| | | }}; |
| | | |
| | | /** |
| | | * 策略34: 变形值大于20mm小于50mm |
| | | */ |
| | | public static List<String> wyOver2Less5 = new ArrayList<String>() |
| | | {{ |
| | | add("city_nm"); |
| | | add("county_nm"); |
| | | add("res_nm"); |
| | | add("cd_nm"); |
| | | add("direction"); |
| | | add("val"); |
| | | }}; |
| | | |
| | | /** |
| | | * 策略35: 变形值大于50mm小于100mm |
| | | */ |
| | | public static List<String> wyOver5Less10 = new ArrayList<String>() |
| | | {{ |
| | | add("city_nm"); |
| | | add("county_nm"); |
| | | add("res_nm"); |
| | | add("cd_nm"); |
| | | add("direction"); |
| | | add("val"); |
| | | }}; |
| | | |
| | | /** |
| | | * 策略36: 变形值大于100mm |
| | | */ |
| | | public static List<String> wyOver10 = new ArrayList<String>() |
| | | {{ |
| | | add("city_nm"); |
| | | add("county_nm"); |
| | | add("res_nm"); |
| | | add("cd_nm"); |
| | | add("direction"); |
| | | add("val"); |
| | | }}; |
| | | |
| | | /** |
| | | * 策略36: 变形值大于100mm |
| | | */ |
| | | public static List<String> wy1hChangeOver10 = new ArrayList<String>() |
| | | {{ |
| | | add("city_nm"); |
| | | add("county_nm"); |
| | | add("res_nm"); |
| | | add("cd_nm"); |
| | | add("direction"); |
| | | add("val"); |
| | | }}; |
| | | |
| | | /** |
| | | * 策略36: 变形值大于100mm |
| | | */ |
| | | public static List<String> slOverLess = new ArrayList<String>() |
| | | {{ |
| | | add("county_nm"); |
| | | add("town_nm"); |
| | | add("res_nm"); |
| | | add("cd_nm"); |
| | | add("value"); |
| | | }}; |
| | | } |