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 / PaginatedBandByte.java @ 8800

History | View | Annotate | Download (3 KB)

# Date Author Comment
6503 11/10/2016 02:46 PM Francisco Díaz Carsí

Reserved memory buffers the first time a page is loaded instead of in the constructor of the PaginatedBands.

6487 11/02/2016 04:44 PM Francisco Díaz Carsí

Improve buffers allocation size.

6324 09/23/2016 11:53 AM Francisco Díaz Carsí
6220 08/19/2016 02:26 PM Daniel Martinez

Correcciones y mejoras en el rendimientos

5535 05/25/2016 10:53 AM Francisco Díaz Carsí

Added BufferNotification and BandNotification, StatisticsBandNotification.

5527 05/23/2016 02:19 PM Francisco Díaz Carsí

- Introducing interpolation of buffer
- Moved isPaginated and isReadOnly methods from buffer to bands.

5522 05/20/2016 10:55 AM Francisco Díaz Carsí

Added paginated bands