Revision 20067

View differences:

trunk/extensions/extRasterTools-SE/src/org/gvsig/fmap/raster/layers/FLyrRasterSE.java
297 297
	public void init() throws LoadLayerException {
298 298
		if (dataset == null)
299 299
			throw new LoadLayerException("Formato no valido", new IOException());
300
		
301
		/*IProjection project = readProjection();
302
		if(project != null)
303
			setProjection(project);*/
304
		
300
				
305 301
		bufferFactory = new BufferFactory(dataset);
306 302
		render = new Rendering(bufferFactory);
307 303
		initFilters();
......
317 313
	}
318 314

  
319 315
	/**
320
	 * Obtiene la proyecci?n del fichero y la asigna a la capa.
316
	 * Obtiene la proyecci?n del fichero.
321 317
	 * @return IProjection
322 318
	 */
323 319
	public IProjection readProjection() {

Also available in: Unified diff