Revision 29289 branches/v2_0_0_prep/libraries/libFMap_daldb/src/org/gvsig/fmap/dal/store/jdbc/JDBCFastIterator.java

View differences:

JDBCFastIterator.java
32 32

  
33 33
import org.gvsig.fmap.dal.exception.DataException;
34 34
import org.gvsig.fmap.dal.feature.FeatureType;
35
import org.gvsig.fmap.dal.feature.spi.FeatureData;
35
import org.gvsig.fmap.dal.feature.spi.FeatureProvider;
36 36

  
37 37
/**
38 38
 * @author jmvivo
......
40 40
 */
41 41
public class JDBCFastIterator extends JDBCIterator {
42 42

  
43
	protected FeatureData featureData;
43
	protected FeatureProvider featureData;
44 44

  
45 45
	protected JDBCFastIterator(JDBCStoreProvider store, JDBCSetProvider set,
46 46
			FeatureType featureType, int resultsetID) throws DataException {
......
48 48
		this.featureData = super.createFeatureData();
49 49
	}
50 50

  
51
	protected FeatureData createFeatureData() throws DataException {
51
	protected FeatureProvider createFeatureData() throws DataException {
52 52
		return this.featureData;
53 53
	}
54 54

  

Also available in: Unified diff