Revision 27719

View differences:

branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/impl/DefaultFeatureSelection.java
70 70
        super(featureStore);
71 71
    }
72 72

  
73
    /**
74
     * Creates a new Selection with the total size of Features from which the
75
     * selection will be performed.
76
     * 
77
     * @param featureStore
78
     *            the FeatureStore of the selected FeatureReferences
79
     * @param helper
80
     *            to get some information of the Store
81
     * @throws DataException
82
     *             if there is an error while getting the total number of
83
     *             Features of the Store.
84
     */
85
    public DefaultFeatureSelection(FeatureStore featureStore,
86
            FeatureSelectionHelper helper) throws DataException {
87
        super(featureStore, helper);
88
    }
89

  
73 90
    public boolean select(Feature feature) {
74 91
        return select(feature, true);
75 92
    }

Also available in: Unified diff