Statistics
| Revision:

gvsig-raster / org.gvsig.raster / branches / org.gvsig.raster.2.4 / org.gvsig.raster / org.gvsig.raster.lib / org.gvsig.raster.lib.legend / org.gvsig.raster.lib.legend.api @ 8797

# Date Author Comment
8682 01/29/2018 05:00 PM Francisco Díaz Carsí

- Arregladas dependencias
- Añadido un OperationManager separado del BufferManager
- Añadida la pestaña de filtros a la ventana de propiedades de las capas raster
- Arregladas la adición de las operaciones automáticas (LinearStretch y ColorTable) a los filtros...

8600 01/16/2018 02:58 PM Francisco Díaz Carsí

Añadida una ColorTableOperation a la lista de filtros en la página de propiedades de ColorTable de la capa cuando se selecciona una.

8425 11/26/2017 02:10 PM Francisco Díaz Carsí

- Actualización de dependencias.
- Introducción de las BufferOperation
- Implementación de LinearStretchOperation

6900 05/25/2017 11:08 AM Francisco Díaz Carsí

- Added color table page to raster layer properties with a previewer.
- Added event management to update the previewer.
- Moved the colorTable from the leend to the color interpretation.

6899 05/16/2017 01:44 PM Francisco Díaz Carsí

Gestión de la librería de tablas de color

6897 05/15/2017 03:05 PM Francisco Díaz Carsí

Prepared raster to manage color tables library.

6656 03/09/2017 12:22 PM Francisco Díaz Carsí

Arreglados problemas de tratamiento de los componentes de los colores en el dibujado de la leyenda. Se estaba usando byte y ahora se usa int.
También arreglados problemas en los rangos de transparencia.

6654 03/07/2017 12:41 PM Francisco Díaz Carsí

- Eliminado BandInfo del raster store y de los provider.
- Añadido a los provider el bandDescriptor y ampliado para que contenga los datos de NoData, DataType, Name y Description.
- Modificados los métodos create buffer de los provider para que tenga en cuenta estos valores en el bandDescriptor....

6653 02/27/2017 01:37 PM Francisco Díaz Carsí

Añadidos e implementados los paneles de propiedades de capa:
- Transparencia (solo para raster)
- Rango de escalas (para todo tipo de capas)

Añadido pero no implementado aún el panel de propiedades de capa:
- Bandas (solo para raster)

Arreglado el panel de Información para eliminar los titledBorders.

6557 02/09/2017 04:37 PM Francisco Díaz Carsí

Añadida al RasterStore la posibilidad de incorporarle bandas adicionales provenientes de otros RasterStores.

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.

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

Added to RasterLegendManager methods for create transparencyRanges

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

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

Added more scheme colors

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

Correcciones del proyecto y subida del proveedor de GDAL

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.

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

Change getValue method for getAlpha

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.

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.

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.

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.

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.

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

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

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.

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

5439 05/11/2016 02:27 PM Francisco Díaz Carsí

refs #19193 Refactoring of org.gvsig.raster first commit