Revision 28676 branches/v2_0_0_prep/libraries/libFMap_dalfile/src/org/gvsig/fmap/dal/store/dbf/DBFStoreProvider.java

View differences:

DBFStoreProvider.java
628 628
	}
629 629

  
630 630

  
631
	public void append(Feature feature) throws DataException {
631
	public void append(FeatureData featureData) throws DataException {
632 632
		this.resourcesBegin();
633 633
		try {
634
			writer.append(feature);
634
			writer.append(store.createFeature(featureData));
635 635
		} finally {
636 636
			this.resourcesEnd();
637 637
		}

Also available in: Unified diff