Revision 341 org.gvsig.toolbox/trunk/org.gvsig.toolbox/org.gvsig.toolbox.core/src/main/java/es/unex/sextante/dataObjects/IVectorLayer.java

View differences:

IVectorLayer.java
7 7
import org.gvsig.tools.exception.BaseException;
8 8

  
9 9
import es.unex.sextante.dataObjects.vectorFilters.IVectorLayerFilter;
10
import org.gvsig.fmap.dal.feature.FeatureStore;
10 11

  
11 12
/**
12 13
 * This is the base interface that all vector layers have to implement to be able to be used by SEXTANTE algorithms.
......
177 178
   
178 179
   public boolean hasSelection();
179 180

  
181
   public FeatureStore getFeatureStore();
180 182
}

Also available in: Unified diff