Revision 23842 branches/v2_0_0_prep/libraries/libFMap_dataFile/src-test/org/gvsig/fmap/data/feature/file/shp/ShpFeatureCollectionwithFeatureIDTest.java

View differences:

ShpFeatureCollectionwithFeatureIDTest.java
27 27
package org.gvsig.fmap.data.feature.file.shp;
28 28

  
29 29
import org.gvsig.fmap.data.ReadException;
30
import org.gvsig.fmap.data.feature.FeatureCollection;
30
import org.gvsig.fmap.data.feature.FeatureSet;
31 31
import org.gvsig.fmap.data.feature.FeatureStore;
32 32
import org.gvsig.fmap.data.feature.FeatureType;
33 33

  
......
37 37
public class ShpFeatureCollectionwithFeatureIDTest extends
38 38
        ShpFeatureCollectionTestParent {
39 39

  
40
    protected FeatureCollection createFeatureCollection(FeatureStore store,
40
    protected FeatureSet createFeatureCollection(FeatureStore store,
41 41
            FeatureType ft) throws ReadException {
42 42
        return new ShpFeatureCollectionWithFeatureID(null, (SHPStore) store,
43 43
                ft, null, "NOMBRE asc");

Also available in: Unified diff