Revision 21535 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/IVectorLegend.java

View differences:

IVectorLegend.java
76 76
	 * @throws DriverException
77 77
	 */
78 78
	ISymbol getSymbol(int i) throws ReadDriverException;
79

  
79
	
80
	/**
81
     * Returns a symbol starting from an IFeature.
82
	 * 
83
	 * TAKE CARE!! When we are using a feature iterator as a database
84
	 * the only field that will be filled is the fieldID.
85
	 * The rest of fields will be null to reduce the time of creation
86
	 *
87
	 * @param feat IFeature.
88
	 *
89
	 * @return S?mbolo.
90
	 */
80 91
    ISymbol getSymbolByFeature(IFeature feat);
81 92

  
82 93
	/**

Also available in: Unified diff