Revision 2183 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/VectorialLegend.java

View differences:

VectorialLegend.java
44 44
import com.hardcode.gdbms.engine.instruction.FieldNotFoundException;
45 45

  
46 46
import com.iver.cit.gvsig.fmap.DriverException;
47
import com.iver.cit.gvsig.fmap.core.IFeature;
47 48
import com.iver.cit.gvsig.fmap.core.v02.FSymbol;
48 49

  
49 50
import com.iver.utiles.XMLEntity;
......
78 79
	 * @throws DriverException
79 80
	 */
80 81
	FSymbol getSymbol(int recordIndex) throws DriverException;
82
    
83
    FSymbol getSymbolByFeature(IFeature feat);
81 84

  
82 85
	/**
83 86
	 * Devuelve el tipo de shape.
......
145 148
	 */
146 149
	void setXMLEntity(XMLEntity xml);
147 150

  
151
    /**
152
     * Inserta el XMLEntity.
153
     *
154
     * @param xml XMLEntity.
155
     */
156
    void setXMLEntity03(XMLEntity xml);
157

  
148 158
	/*
149 159
	 * supplierCardinality 0..*
150 160
	 *

Also available in: Unified diff