Revision 20098 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/layerOperations/Classifiable.java

View differences:

Classifiable.java
51 51

  
52 52
/**
53 53
 * <p>Interface that all layers that can be classifiable, must implement.</p> 
54
 * <p>The interface <code>Classifiable</code> allows to classify a layer in <i>raster</i> or <i>vector</i>,
55
 *  and then, it generates a legend.</p>
54
 * <p>The interface <code>Classifiable</code> allows classify a layer in <i>raster</i> or <i>vector</i>,
55
 *  and then, generates a legend.</p>
56 56
 */
57 57
public interface Classifiable {
58 58
	/**
......
95 95
	 * @see FShape
96 96
	 * @see FConstant
97 97
	 * 
98
	 * @throws DriverException if fails the driver used in this method.
98
	 * @throws ReadDriverException if the driver fails reading the data.
99 99
	 */
100 100
	public int getShapeType() throws ReadDriverException;
101 101
}

Also available in: Unified diff