Revision 12494 trunk/libraries/libRaster/src/org/gvsig/raster/dataset/io/EcwDriver.java

View differences:

EcwDriver.java
46 46
import com.ermapper.ecw.JNCSInvalidSetViewException;
47 47
import com.ermapper.ecw.JNCSProgressiveUpdate;
48 48

  
49
import es.gva.cit.jgdal.GdalException;
49 50

  
51

  
50 52
/**
51 53
 * Driver de Ecw
52 54
 * 
......
773 775
		} else
774 776
			return super.isCanceled(process);
775 777
	}
778
	
779
	/*
780
	 * (non-Javadoc)
781
	 * @see org.gvsig.raster.driver.GeoData#getStringProjection()
782
	 */
783
	public String getWktProjection() throws RasterDriverException{
784
		//System.err.println("======>" + file.projection);
785
		return null;
786
	}
776 787
}
777 788

  
778 789

  

Also available in: Unified diff