Revision 5454 org.gvsig.raster/branches/org.gvsig.raster.2.4/org.gvsig.raster/org.gvsig.raster.lib/org.gvsig.raster.lib.buffer/org.gvsig.raster.lib.buffer.api/src/main/java/org/gvsig/raster/lib/buffer/api/BufferManager.java

View differences:

BufferManager.java
28 28
import org.cresques.cts.IProjection;
29 29

  
30 30
import org.gvsig.raster.lib.buffer.api.exceptions.BandException;
31
import org.gvsig.raster.lib.buffer.api.exceptions.BufferException;
31 32

  
32 33

  
33 34

  
......
73 74
     * @param rows
74 75
     * @param columns
75 76
     * @param bandDataTypes
77
     * @param projection
76 78
     * @param pageManager
77 79
     * @return Buffer
80
     * @throws CreateBufferException
78 81
     */
79
    public Buffer createBuffer(int rows, int columns, int[] bandDataTypes, IProjection projection, BandPageManager pageManager);
82
    public Buffer createBuffer(int rows, int columns, int[] bandDataTypes, IProjection projection, BandPageManager pageManager) throws BufferException;
80 83

  
81 84

  
82 85
    /**

Also available in: Unified diff