Revision 30038 branches/v2_0_0_prep/libraries/libFMap_mapcontext/src/org/gvsig/fmap/mapcontext/layers/vectorial/VectorLayer.java

View differences:

VectorLayer.java
1 1
package org.gvsig.fmap.mapcontext.layers.vectorial;
2 2

  
3
import org.gvsig.fmap.dal.feature.FeatureStore;
3 4
import org.gvsig.fmap.mapcontext.layers.operations.ClassifiableVectorial;
4 5
import org.gvsig.fmap.mapcontext.layers.operations.InfoByPoint;
5 6
import org.gvsig.fmap.mapcontext.layers.operations.SingleLayer;
......
8 9
public interface VectorLayer  extends SingleLayer, ILabelable, InfoByPoint,
9 10
ClassifiableVectorial  {
10 11

  
12
	FeatureStore getFeatureStore();
11 13
}

Also available in: Unified diff