Revision 33378 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/FeatureSelection.java

View differences:

FeatureSelection.java
27 27
package org.gvsig.fmap.dal.feature;
28 28

  
29 29
import org.gvsig.fmap.dal.exception.DataException;
30
import org.gvsig.tools.lang.Cloneable;
30 31

  
31 32
/**
32 33
 * Manages a selection of Features.
33 34
 * 
34 35
 * @author <a href="mailto:cordin@disid.com">C?sar Ordi?ana</a>
35 36
 */
36
public interface FeatureSelection extends FeatureReferenceSelection, FeatureSet {
37
public interface FeatureSelection extends FeatureReferenceSelection,
38
		FeatureSet, Cloneable {
37 39

  
38 40
    /**
39 41
     * Adds a feature to the selection.

Also available in: Unified diff