Revision 28676 branches/v2_0_0_prep/libraries/libFMap_dalfile/src/org/gvsig/fmap/dal/store/shp/SHPStoreProvider.java

View differences:

SHPStoreProvider.java
530 530
		return super.getState();
531 531
	}
532 532

  
533
	public void append(Feature feature) throws DataException {
533
	public void append(FeatureData featureData) throws DataException {
534 534
		this.resourcesBegin();
535 535
		try {
536
			writer.append(feature);
536
			writer.append(store.createFeature(featureData));
537 537
		} finally {
538 538
			this.resourcesEnd();
539 539
		}

Also available in: Unified diff