Revision 21743 branches/v2_0_0_prep/applications/appgvSIG/src/com/iver/cit/gvsig/addlayer/fileopen/IFileOpen.java

View differences:

IFileOpen.java
18 18
 */
19 19
package com.iver.cit.gvsig.addlayer.fileopen;
20 20

  
21
import java.awt.geom.Rectangle2D;
22 21
import java.io.File;
23 22
import java.util.ArrayList;
24 23

  
25 24
import org.cresques.cts.IProjection;
25
import org.gvsig.fmap.geom.primitive.Envelope;
26 26
import org.gvsig.fmap.mapcontrol.MapControl;
27 27

  
28 28
/**
......
60 60
	 * @param driverName
61 61
	 * @return
62 62
	 */
63
	public Rectangle2D createLayer(File file, MapControl mapControl, String driverName, IProjection proj);
63
	public Envelope createLayer(File file, MapControl mapControl, String driverName, IProjection proj);
64 64

  
65 65
	/**
66 66
	 * Devolver? todos los FileFilter que puede manejar dicha extensi?n

Also available in: Unified diff