Revision 11981 trunk/libraries/libRaster/src/org/gvsig/raster/dataset/GeoRasterWriter.java

View differences:

GeoRasterWriter.java
28 28
import java.util.TreeMap;
29 29

  
30 30
import org.gvsig.raster.RasterLibrary;
31
import org.gvsig.raster.dataset.properties.WriteFileFormatFeatures;
31
import org.gvsig.raster.dataset.io.features.WriteFileFormatFeatures;
32 32
import org.gvsig.raster.shared.Extent;
33 33
import org.gvsig.raster.util.RasterUtilities;
34 34
import org.gvsig.raster.util.extensionPoints.ExtensionPoint;
......
59 59
    protected int 				nBands = 0;
60 60
    protected String 			ident = null;
61 61
    protected String 			driver = null;
62
    protected Params			driverParams = new Params();
62
    protected Params			driverParams = null;
63 63
    protected Extent			extent = null;
64 64
    protected int				percent = 0;
65 65
    protected int 				dataType = IBuffer.TYPE_BYTE;
......
67 67
    /**
68 68
     * Carga los par?metros comunes a todos los drivers en el objeto WriterParams.
69 69
     */
70
    public void loadParams() {
70
    /*public void loadParams() {
71 71
    	driverParams.clear();
72 72
    	
73 73
    	driverParams.setParam(	"blocksize", 
......
79 79
								"true", 
80 80
								Params.CHECK, 
81 81
								null);
82
    }
82
    }*/
83 83
    
84 84
    /**
85 85
     * Obtiene la lista de extensiones registradas
......
337 337
     * propiedad=valor.
338 338
     * @param props        Propiedades
339 339
     */
340
    public abstract void setProps(String[] props);
340
    //public abstract void setProps(String[] props);
341 341

  
342 342
    /**
343 343
     * Realiza la funci?n de compresi?n a partir de un GeoRasterFile.

Also available in: Unified diff