Statistics
| Revision:

gvsig-raster / org.gvsig.raster / branches @ 6340

# Date Author Comment
6340 10/18/2016 11:50 AM Daniel Martinez

Tile Provider (En construccion)

6339 10/18/2016 09:49 AM Francisco Díaz Carsí

Fixed guessingColorInterpretation method when colorInterpretation are 4 band and is RGB for the first three & Undefined for the fourth.

6338 10/10/2016 01:39 PM Francisco Díaz Carsí

netCDF raster provider

6337 10/10/2016 01:20 PM Daniel Martinez

Tileado

6336 10/06/2016 11:15 AM Daniel Martinez

Proveedor de GDAL corregido. Usa factorías de FileSystemServerProvider, por lo que son necesarias modificaciones en el desktop.

6335 10/06/2016 11:13 AM Daniel Martinez

Proveedor de GDAL corregido. Usa factorías de FileSystemServerProvider, por lo que son necesarias modificaciones en el desktop.

6334 09/30/2016 01:07 PM Francisco Díaz Carsí

- Added units to BandAttributeDescriptor
- Added units label to JNetCDFLoaderParametersView

6333 09/30/2016 08:10 AM Francisco Díaz Carsí

Added units to BandAttributeDescriptor

6332 09/28/2016 09:07 AM Francisco Díaz Carsí

Added minval and maxval in integer fields that are specified by the driver.

6331 09/28/2016 08:57 AM Francisco Díaz Carsí

Added parameters for netCDF

6330 09/28/2016 08:39 AM Francisco Díaz Carsí

Added parameters for BMP driver

6329 09/28/2016 08:28 AM Daniel Martinez

XML de parametros de GDAL

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

Change gdal band info implementation

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.

6325 09/23/2016 11:55 AM Francisco Díaz Carsí

Mejorada considerablemente la velocidad de dibujado de capas raster con proyección al vuelo.

6324 09/23/2016 11:53 AM Francisco Díaz Carsí
6323 09/23/2016 11:53 AM Francisco Díaz Carsí
6322 09/23/2016 11:49 AM Francisco Díaz Carsí

Added constructor with parameters to DefaultTransparencyRange class

6321 09/23/2016 11:48 AM Francisco Díaz Carsí

Added to RasterLegendManager methods for create transparencyRanges

6320 09/23/2016 11:48 AM Francisco Díaz Carsí

Added to RasterLegendManager methods for create transparencyRanges

6319 09/22/2016 08:27 AM Lluís Marqués

Remove unused imports

6318 09/21/2016 10:57 AM Francisco Díaz Carsí

Mejora considerable en el tiempo de procesamiento del submuestreo de la interpolación por vecino más cercano.

6317 09/20/2016 05:13 PM Francisco Díaz Carsí

Resueltos algunos problemas de:
- interpretación de color
- disposición del store en la layer
- identificación de archivos en GDAL

6316 09/20/2016 01:25 PM Daniel Martinez

Added more scheme colors

6315 09/20/2016 12:43 PM Daniel Martinez

Added more scheme colors

6314 09/20/2016 12:30 PM Daniel Martinez

Added more scheme colors

6313 09/20/2016 12:26 PM Daniel Martinez

Added more scheme colors

6312 09/16/2016 09:39 AM Lluís Marqués

Add getNoData implementation

6311 09/15/2016 12:22 PM Lluís Marqués

Add project folders

6310 09/15/2016 12:15 PM Lluís Marqués

Create netcdf project folder

6309 09/15/2016 10:06 AM Lluís Marqués

Update desktop parent version

6308 09/15/2016 10:06 AM Lluís Marqués

Fix buffer and legend library test.

6307 09/15/2016 10:05 AM Lluís Marqués

Fix getBandInfo signature method

6306 09/15/2016 09:24 AM Lluís Marqués

Add getBandInfo method to AbstractBand

6305 09/15/2016 08:56 AM Lluís Marqués

Fix exception message

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

Override getBandInfo at AbstractClippedBand

6303 09/14/2016 01:15 PM Lluís Marqués

Move BandInfo attribute to AbstractPaginatedBand.
Fix JavaDoc of getBandInfo.

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

Add raster attribute query support

6301 09/14/2016 12:25 PM Lluís Marqués

Minor changes. Fix JavaDoc

6300 09/14/2016 12:25 PM Lluís Marqués

Minor changes. Fix JavaDoc

6299 09/14/2016 12:06 PM Lluís Marqués

Minor changes. Fix JavaDoc.

6298 09/13/2016 02:01 PM Daniel Martinez

Correcciones del proyecto y subida del proveedor de GDAL

6288 08/26/2016 01:52 PM Daniel Martinez

Se añade el proyecto JIMI Legend, aunque actualmente da problemas

6287 08/23/2016 02:53 PM Daniel Martinez

Generates a package to be installed in gvSIG where can load a png

6286 08/23/2016 10:49 AM Daniel Martinez

Correccion en el pom

6220 08/19/2016 02:26 PM Daniel Martinez

Correcciones y mejoras en el rendimientos

6219 08/10/2016 08:05 AM Lluís Marqués

Remove scope test of buffer lib api dependency refs #19987

6069 07/29/2016 02:24 PM Daniel Martinez

It shows the image, but it takes too much time. Also the viewport must be the same dimensions that the image

5986 07/25/2016 12:01 PM Daniel Martinez

Modificaciones al provider factory y casos prueba

5908 07/20/2016 12:11 PM Daniel Martinez

TestCase && RasterLegendChangedListener

5907 07/19/2016 01:15 PM Daniel Martinez

Raster Store, JIMI provider and Raster Layer:org.gvsig.fmap.dal.raster

5906 07/19/2016 12:38 PM Daniel Martinez

Raster Store, JIMI provider and Raster Layer

5751 06/21/2016 12:31 PM Lluís Marqués

Clip and interpolated before project buffer to improve performance when a buffer is drawn.
Add test to test draw methods with several envelopes and types.

5750 06/21/2016 12:30 PM Lluís Marqués

Add type interfaces to Clipped bands.

5674 06/20/2016 09:52 AM Lluís Marqués

Remove unused PAL band interpretation

5673 06/20/2016 09:38 AM Lluís Marqués

Add accept method to factory. This method allow us to ask factory if file can be read by factory.
Add getColorTables implementation from directory.
Add test.

5672 06/20/2016 08:04 AM Lluís Marqués

Add gvSIG Color Table IO implementation to read and write ColorTables

5671 06/20/2016 08:01 AM Lluís Marqués

Minor change.

5670 06/17/2016 01:29 PM Lluís Marqués

Change getValue method for getAlpha

5669 06/17/2016 12:10 PM Lluís Marqués

Add TODO comments at gvSIGColorTableIO. It has to be implemented when RMF file can be read and written.

5668 06/17/2016 11:59 AM Lluís Marqués

Fix NPE at compareTo method when one of two classes have null name.
Add ColorTablaIO test.

5667 06/17/2016 11:58 AM Lluís Marqués

Change method readFile to read.
Remove name of factory. Now it uses ColorTableIO name to ne registered.

5666 06/17/2016 10:01 AM Lluís Marqués

Add ColorTableIO to read and write color tables from gvSIG and Gimp formats.

5665 06/16/2016 03:50 PM Lluís Marqués

Add new tests

5664 06/16/2016 03:50 PM Lluís Marqués

Fix error when buffer is projected. It is necessary to know data type of band to set value.

5663 06/16/2016 03:46 PM Lluís Marqués

Fix error when transparency is applied to RGB buffer.

5662 06/16/2016 12:31 PM Lluís Marqués

Add draw gray buffer.
Fix global transparency over gray and rgb buffers.

5661 06/16/2016 12:26 PM Lluís Marqués

Change default value of transparency to 255 (opaque).

5660 06/16/2016 12:25 PM Lluís Marqués

Fix createColorTable method.

5659 06/16/2016 12:24 PM Lluís Marqués

Fix implementation of getRGBA method. This method can not use binary search.

5658 06/16/2016 07:50 AM Lluís Marqués

Add ColorInterpretation and RasterLegend test

5657 06/16/2016 07:42 AM Lluís Marqués

Fix transparency constructors.
Fix default value when there are not defined transparency ranges.

5656 06/16/2016 07:41 AM Lluís Marqués

Fix Color interpretation constructor when a color intepretation constant is received as parameter.
Fix isGray and isUndefined method

5655 06/16/2016 07:38 AM Lluís Marqués

Add methods to create Transparency entities.
Remove useless method to create color interpretation.

5654 06/16/2016 07:37 AM Lluís Marqués

Minor changes. Fix variable name.

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

Fix error when first row and column is calculated.

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

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

5651 06/15/2016 12:57 PM Lluís Marqués

Add first implementation of draw method.

5650 06/15/2016 12:56 PM Lluís Marqués

Change opacity for transparency.
Add method to get alpha of RGB value defined by TransparencyRanges.

5649 06/15/2016 12:54 PM Lluís Marqués

Add method to color table to get RGB of value defined by classes of ColorTable.

5648 06/15/2016 12:53 PM Lluís Marqués

Add is gray method to color interpretation

5647 06/14/2016 04:28 PM Lluís Marqués

Fix javadoc

5646 06/14/2016 04:15 PM Lluís Marqués

Add transparency implementation.

5645 06/14/2016 12:42 PM Lluís Marqués

Fix name of color interpretation persistence definition

5644 06/14/2016 12:26 PM Lluís Marqués

Minor changes. Fix javadoc.

5643 06/14/2016 12:17 PM Lluís Marqués

Add Color interpretation API
Add API to raster legend manager to create color interpretations
Add raster legend implementation
Add isNamePath check to Color Table to avoid set path as color table name.

5642 06/14/2016 09:19 AM Lluís Marqués

Minor changes.

5641 06/14/2016 09:12 AM Lluís Marqués

Add implementation of ColorTable and ColorTableClass.
Add create methods to Raster legend manager.

5640 06/13/2016 03:53 PM Lluís Marqués

Minnor changes. Fix javadoc.

5639 06/13/2016 03:50 PM Lluís Marqués

Remove SPI module. It is not necessary.

5638 06/13/2016 03:48 PM Lluís Marqués

Add default implementation classes.

5637 06/13/2016 02:49 PM Lluís Marqués

Add copyFrom method to ColorTable
Add read method to fill an ColorTable from file
Add ColorTableClass class.

5636 06/13/2016 02:07 PM Lluís Marqués

Rename ColorTableProvider to ColorTableIO.
Add methods to create table colors and get registered table color IO factories to write and read color tables from files.

5635 06/13/2016 11:39 AM Lluís Marqués

Add default implementation of Raster legend library and manager.

5634 06/13/2016 11:37 AM Lluís Marqués

Add raster legend project to dependency management.

5633 06/13/2016 11:35 AM Lluís Marqués

Add Raster legend API dependency to IMPL.

5632 06/13/2016 11:08 AM Lluís Marqués

Add library, locator and library file to register raster legend library. refs #19411 @2h

5542 05/27/2016 02:09 PM Francisco Díaz Carsí

Added interfaces of legend's api

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

Added ClipppedBuffer and ClipppedBands