Revision 11704 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/ILegend.java

View differences:

ILegend.java
41 41
package com.iver.cit.gvsig.fmap.rendering;
42 42

  
43 43
import com.hardcode.gdbms.engine.data.driver.DriverException;
44
import com.iver.cit.gvsig.fmap.core.IFeature;
44 45
import com.iver.cit.gvsig.fmap.core.symbols.ISymbol;
45 46
import com.iver.cit.gvsig.fmap.layers.XMLException;
46 47
import com.iver.utiles.XMLEntity;
......
65 66
	 * @throws DriverException
66 67
	 */
67 68
	XMLEntity getXMLEntity();
68
	
69

  
69 70
	/**
70 71
	 * Gets the SLD string.
71 72
	 *
......
73 74
	 *
74 75
	 * @throws DriverException
75 76
	 */
76
	String getSLDString(String layerName);	
77
	
77
	String getSLDString(String layerName);
78 78

  
79

  
79 80
	/**
80 81
	 * Clona la leyenda.
81 82
	 *
......
85 86
	 * @throws DriverException
86 87
	 */
87 88
	ILegend cloneLegend() throws XMLException;
89

  
90

  
88 91
}

Also available in: Unified diff