Revision 21144 branches/v2_0_0_prep/libraries/libFMap/src/org/gvsig/fmap/mapcontext/rendering/legend/IVectorLegend.java

View differences:

IVectorLegend.java
43 43
import org.gvsig.data.DataStore;
44 44
import org.gvsig.data.ReadException;
45 45
import org.gvsig.data.vectorial.Feature;
46
import org.gvsig.data.vectorial.FeatureStore;
46 47
import org.gvsig.exceptions.DriverException;
47 48
import org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol;
48 49

  
......
63 64
	 * @throws FieldNotFoundException when the field is not found.
64 65
	 * @throws DriverException When the driver fails.
65 66
	 */
66
	void setDataStore(DataStore ds)
67
	void setFeatureStore(FeatureStore fs)
67 68
		throws ReadException;
68 69

  
69 70
	/**
......
75 76
	 *
76 77
	 * @throws DriverException
77 78
	 */
78
	ISymbol getSymbol(int i) throws ReadException;
79
//	ISymbol getSymbol(int i) throws ReadException;
79 80

  
80 81
    ISymbol getSymbolByFeature(Feature feat);
81 82

  

Also available in: Unified diff