Revision 42775 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/main/java/org/gvsig/fmap/mapcontext/layers/vectorial/VectorLayer.java

View differences:

VectorLayer.java
23 23
 */
24 24
package org.gvsig.fmap.mapcontext.layers.vectorial;
25 25

  
26
import org.gvsig.fmap.dal.feature.FeatureQuery;
26 27
import org.gvsig.fmap.dal.feature.FeatureStore;
27 28
import org.gvsig.fmap.mapcontext.layers.operations.ClassifiableVectorial;
28 29
import org.gvsig.fmap.mapcontext.layers.operations.InfoByPoint;
......
32 33
public interface VectorLayer  extends SingleLayer, ILabelable, InfoByPoint,
33 34
ClassifiableVectorial  {
34 35

  
35
	FeatureStore getFeatureStore();
36
	public FeatureStore getFeatureStore();
37
        public void setBaseQuery(FeatureQuery baseQuery) ;
38
        public FeatureQuery getBaseQuery();
36 39
}

Also available in: Unified diff