Revision 13162 trunk/libraries/libRaster/src/org/gvsig/raster/hierarchy/IRasterGeoOperations.java

View differences:

IRasterGeoOperations.java
3 3
import java.awt.geom.AffineTransform;
4 4

  
5 5
import org.cresques.cts.IProjection;
6
import org.gvsig.raster.dataset.RasterDriverException;
6 7
import org.gvsig.raster.datastruct.Extent;
7 8

  
8 9
/**
......
72 73
	 * 
73 74
	 * @return Proyecci?n en formato wkt
74 75
	 */
75
	public String getWktProjection();
76
	public String getWktProjection() throws RasterDriverException;
76 77
	
77 78
	/**
78 79
	 * Obtiene la matriz de transformaci?n que transforma puntos den coordenadas reales

Also available in: Unified diff