Revision 21102 branches/v2_0_0_prep/libraries/libFMap/src/org/gvsig/fmap/mapcontext/layers/FLayer.java

View differences:

FLayer.java
54 54

  
55 55
import org.cresques.cts.ICoordTrans;
56 56
import org.cresques.geo.Projected;
57
import org.gvsig.data.ReadException;
57 58
import org.gvsig.exceptions.BaseException;
58
import org.gvsig.fmap.drivers.exceptions.ExpansionFileReadException;
59
import org.gvsig.exceptions.DriverException;
59 60
import org.gvsig.fmap.mapcontext.MapContext;
60 61
import org.gvsig.fmap.mapcontext.ViewPort;
61 62
import org.gvsig.fmap.mapcontext.exceptions.LoadLayerException;
......
63 64
import org.gvsig.fmap.mapcontext.exceptions.StartEditionLayerException;
64 65
import org.gvsig.fmap.mapcontext.layers.operations.ComposedLayer;
65 66

  
66
import com.hardcode.gdbms.driver.exceptions.ReadDriverException;
67 67
import com.iver.utiles.XMLEntity;
68 68
import com.iver.utiles.swing.threads.Cancellable;
69 69

  
......
228 228
	 *
229 229
	 * @throws com.iver.cit.gvsig.fmap.DriverException if fails the driver used in this method.
230 230
	 */
231
	Rectangle2D getFullExtent() throws ReadDriverException, ExpansionFileReadException;
231
	Rectangle2D getFullExtent() throws ReadException;
232 232

  
233 233
	/**
234 234
	 * Draws the layer using a buffer.
......
244 244
	 * @see #print(Graphics2D, ViewPort, Cancellable, double, PrintRequestAttributeSet)
245 245
	 */
246 246
	void draw(BufferedImage image, Graphics2D g, ViewPort viewPort,
247
			Cancellable cancel,double scale) throws ReadDriverException;
247
			Cancellable cancel,double scale) throws ReadException;
248 248

  
249 249
	/**
250 250
	 * Prints this layer according to some properties requested.
......
260 260
	 * @see #draw(BufferedImage, Graphics2D, ViewPort, Cancellable, double)
261 261
	 */
262 262
	void print(Graphics2D g, ViewPort viewPort, Cancellable cancel, double scale, PrintRequestAttributeSet properties)
263
	throws ReadDriverException;
263
	throws ReadException;
264 264

  
265 265
	/**
266 266
	 * Inserts the transformation coordinates.

Also available in: Unified diff