Statistics
| Revision:

gvsig-raster / 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.impl / src / main / java / org / gvsig / raster / lib / buffer / impl / AbstractClippedBand.java @ 8800

History | View | Annotate | Download (2.85 KB)

# Date Author Comment
6538 12/23/2016 02:08 PM Francisco Díaz Carsí

Added copyFrom(Band source, int row, int column) to the bands.

6498 11/09/2016 01:52 PM Francisco Díaz Carsí

- Arreglados problemas de desbordamientos de memoria con los clippedBuffer.
- Tile hecho Disposable para poder desechar el buffer que posee.

6497 11/08/2016 05:19 PM Francisco Díaz Carsí

Intentos de arreglar los errores de desbordamientos de memoria.

6495 11/07/2016 05:03 PM Francisco Díaz Carsí

Fixed memory overflow.

6494 11/04/2016 01:20 PM Francisco Díaz Carsí

Primera aproximación a la "disposabilización" de buffer y bands

6304 09/15/2016 08:49 AM Lluís Marqués

Override getBandInfo at AbstractClippedBand

6302 09/14/2016 12:59 PM Lluís Marqués

Add raster attribute query support

5652 06/15/2016 05:29 PM Lluís Marqués

Fix error when a value is obtained in clipped band implementation.

5541 05/27/2016 01:34 PM Francisco Díaz Carsí

Added ClipppedBuffer and ClipppedBands