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 @ 6497

Name Size Revision Age Author Comment
  exceptions 5503 about 8 years Lluís Marqués Fix java doc of copy from exception
  statistics 5538 about 8 years Francisco Díaz Carsí Se ha eliminado el que las estadísticas observe...
AbstractBand.java 4.8 KB 6497 over 7 years Francisco Díaz Carsí Intentos de arreglar los errores de desbordamie...
AbstractBuffer.java 21.2 KB 6497 over 7 years Francisco Díaz Carsí Intentos de arreglar los errores de desbordamie...
AbstractClippedBand.java 2.51 KB 6497 over 7 years Francisco Díaz Carsí Intentos de arreglar los errores de desbordamie...
AbstractPaginatedBand.java 5.76 KB 6497 over 7 years Francisco Díaz Carsí Intentos de arreglar los errores de desbordamie...
AbstractROI.java 1.09 KB 5491 about 8 years Lluís Marqués Add vector ROI interface to default vector roi ...
AbstractTiledBand.java 5.93 KB 6494 over 7 years Francisco Díaz Carsí Primera aproximación a la "disposabilización" d...
BufferInterpolation.java 28.3 KB 6325 almost 8 years Francisco Díaz Carsí Mejorada considerablemente la velocidad de dibu...
ClippedBandByte.java 1.15 KB 5750 about 8 years Lluís Marqués Add type interfaces to Clipped bands.
ClippedBandDouble.java 1.17 KB 5750 about 8 years Lluís Marqués Add type interfaces to Clipped bands.
ClippedBandFloat.java 1.16 KB 5750 about 8 years Lluís Marqués Add type interfaces to Clipped bands.
ClippedBandInt.java 1.14 KB 5750 about 8 years Lluís Marqués Add type interfaces to Clipped bands.
ClippedBandShort.java 1.15 KB 5750 about 8 years Lluís Marqués Add type interfaces to Clipped bands.
ClippedBuffer.java 3 KB 6497 over 7 years Francisco Díaz Carsí Intentos de arreglar los errores de desbordamie...
DefaultBandInfo.java 2.34 KB 6327 almost 8 years Lluís Marqués Add band data type to band info entity
DefaultBandNotification.java 434 Bytes 5535 about 8 years Francisco Díaz Carsí Added BufferNotification and BandNotification, ...
DefaultBuffer.java 4.1 KB 6302 almost 8 years Lluís Marqués Add raster attribute query support
DefaultBufferLibrary.java 1.66 KB 5499 about 8 years Lluís Marqués Change RasterLocator to BufferLocator
DefaultBufferManager.java 8.79 KB 6385 over 7 years Francisco Díaz Carsí Modificaciones para cachear en memoria los últi...
DefaultBufferNotification.java 442 Bytes 5535 about 8 years Francisco Díaz Carsí Added BufferNotification and BandNotification, ...
DefaultNoData.java 2.54 KB 5486 about 8 years Francisco Díaz Carsí Statistics fixed median, implemented covariance.
DefaultVectorROI.java 3.41 KB 5524 about 8 years Lluís Marqués Fix envelope errors at vector ROI Add vector ro...
MemoryBandByte.java 3.47 KB 6385 over 7 years Francisco Díaz Carsí Modificaciones para cachear en memoria los últi...
MemoryBandDouble.java 3.09 KB 6337 over 7 years Daniel Martinez Tileado
MemoryBandFloat.java 3.07 KB 6337 over 7 years Daniel Martinez Tileado
MemoryBandInt.java 3.03 KB 6337 over 7 years Daniel Martinez Tileado
MemoryBandShort.java 3.07 KB 6337 over 7 years Daniel Martinez Tileado
PaginatedBandByte.java 2.88 KB 6487 over 7 years Francisco Díaz Carsí Improve buffers allocation size.
PaginatedBandDouble.java 2.95 KB 6487 over 7 years Francisco Díaz Carsí Improve buffers allocation size.
PaginatedBandFloat.java 2.93 KB 6487 over 7 years Francisco Díaz Carsí Improve buffers allocation size.
PaginatedBandInt.java 2.91 KB 6487 over 7 years Francisco Díaz Carsí Improve buffers allocation size.
PaginatedBandShort.java 2.93 KB 6487 over 7 years Francisco Díaz Carsí Improve buffers allocation size.
SimpleBandPageManager.java 4.73 KB 6326 almost 8 years Francisco Díaz Carsí Sustituído bucle por todas las celdas al cargar...
SimpleBandTileManager.java 5.34 KB 6385 over 7 years Francisco Díaz Carsí Modificaciones para cachear en memoria los últi...
TiledBandByte.java 3.18 KB 6487 over 7 years Francisco Díaz Carsí Improve buffers allocation size.
TiledBandDouble.java 3.23 KB 6487 over 7 years Francisco Díaz Carsí Improve buffers allocation size.
TiledBandFloat.java 3.2 KB 6487 over 7 years Francisco Díaz Carsí Improve buffers allocation size.
TiledBandInt.java 3.15 KB 6487 over 7 years Francisco Díaz Carsí Improve buffers allocation size.
TiledBandShort.java 3.2 KB 6487 over 7 years Francisco Díaz Carsí Improve buffers allocation size.

Latest revisions

# Date Author Comment
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

6493 11/04/2016 12:38 PM Francisco Díaz Carsí

Added traces in finalize methods of AbstractBand & AbstractBuffer

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

Improve buffers allocation size.

6385 10/24/2016 05:20 PM Francisco Díaz Carsí

Modificaciones para cachear en memoria los últimos 200 tiles accedidos y no tener que leerlos continuamente de disco.
Arreglado para que cada raster set se lea una vez por tile y no una vez por banda.

6341 10/19/2016 06:14 PM Francisco Díaz Carsí
6337 10/10/2016 01:20 PM Daniel Martinez

Tileado

6327 09/27/2016 12:47 PM Lluís Marqués

Add band data type to band info entity

6326 09/26/2016 12:32 PM Francisco Díaz Carsí

Sustituído bucle por todas las celdas al cargar un buffer de tipo byte por un put de todo el array en el buffer.

View revisions

Also available in: Atom