Revision 19603 trunk/libraries/libDataSourceBaseDrivers/src/org/gvsig/data/datastores/vectorial/driver/shp/ShpFeaturesWriter.java

View differences:

ShpFeaturesWriter.java
95 95
		}
96 96
	}
97 97

  
98
	public void deleteFeature(IFeature feature) {
99
		// TODO Apéndice de método generado automáticamente
100

  
101
	}
102

  
103
	public void updateFeature(IFeature feature) throws WriteException, UnsupportedEncodingDriverException {
98
	public void insertFeature(IFeature feature) throws WriteException, UnsupportedEncodingDriverException {
104 99
		/* System.out.println("Intento escribir el registro " +
105 100
		 numRows + " de la capa " + lyrVect.getName()); */
106 101

  
......
145 140
		setSupportedGeometryTypes();
146 141
	}
147 142

  
148
	public boolean isWriteAll() {
149
		return true;
150
	}
151 143
	public void setFile(File f)
152 144
	{
153 145
		shpPath = f.getAbsolutePath();

Also available in: Unified diff