| | |
| | | boundary_point_one.add(Double.parseDouble(boundary_point_one_array[1])); |
| | | boundary_pointList.add(boundary_point_one); |
| | | } |
| | | if (boundary_pointList.size()>0){ |
| | | boundary_pointList.add(boundary_pointList.get(0)); |
| | | } |
| | | bound.add(boundary_pointList); |
| | | resultMap.put("bound", bound); |
| | | List centerPoint = new ArrayList(); |
| | |
| | | boundary_point_one.add(Double.parseDouble(boundary_point_one_array[1])); |
| | | boundary_pointList.add(boundary_point_one); |
| | | } |
| | | if (boundary_pointList.size()>0){ |
| | | boundary_pointList.add(boundary_pointList.get(0)); |
| | | } |
| | | bound.add(boundary_pointList); |
| | | List centerPoint = new ArrayList(); |
| | | centerPoint.add(servicesScope.getCenterLongitude()); |