34353637383940
return null; List<Polygon> pgs = new ArrayList<Polygon>(); for (Polygon r : rs) { pgs.add(r); } return new MultiPolygon(pgs); }