Revision 4440 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/edition/writers/shp/Prueba.java

View differences:

Prueba.java
101 101
			}
102 102
			try {
103 103
				ShpWriter writer=(ShpWriter)LayerFactory.getWM().getWriter("Shape Writer");
104
				writer.initialize(f,capa);
104
				writer.initialize(capa);
105 105
				vea.stopEdition(writer);
106
			} catch (IOException e) {
106
			} catch (EditionException e) {
107 107
				// TODO Auto-generated catch block
108 108
				e.printStackTrace();
109
			} catch (DriverException e) {
110
				// TODO Auto-generated catch block
111
				e.printStackTrace();
112 109
			}
113 110
		} catch (EditionException e) {
114 111
			// TODO Auto-generated catch block

Also available in: Unified diff