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

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

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

Add getBandInfo method to AbstractBand

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

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

Correcciones del proyecto y subida del proveedor de GDAL

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

Correcciones y mejoras en el rendimientos

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

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

Add type interfaces to Clipped bands.

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.

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.

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

Added ClipppedBuffer and ClipppedBands

5540 05/25/2016 04:41 PM Francisco Díaz Carsí

Added clip method to Buffer interface.
Not yet implemented in DefaultBuffer

5539 05/25/2016 03:53 PM Francisco Díaz Carsí

Deleted rows & columns parameters in interpolation methods

5538 05/25/2016 01:23 PM Francisco Díaz Carsí

Se ha eliminado el que las estadísticas observen a los buffer (y las estadísticsBand a las bandas) y se modifiquen en consecuencia. Las estadísticas quedan como una foto fija, cuando un buffer cambia simplemente elimina la instancia que tiene de las estadísticas.

5537 05/25/2016 12:17 PM Francisco Díaz Carsí

Fixed creation of SimpleBandPageManager and SimpleBandPageManagerList

5536 05/25/2016 11:44 AM Francisco Díaz Carsí

Added TestBufferStatistics

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

Added BufferNotification and BandNotification, StatisticsBandNotification.

5534 05/24/2016 05:23 PM Francisco Díaz Carsí

Fixed TailTrim

5533 05/24/2016 05:12 PM Francisco Díaz Carsí

Fixed calculus of covariance and fixed tests of covariance and tailTrim.

5531 05/24/2016 12:18 PM Lluís Marqués

Fix interpolated methods
Add interpolated method

5530 05/24/2016 10:18 AM Francisco Díaz Carsí

Fixed target buffer creation in interpolate method

5529 05/24/2016 10:11 AM Lluís Marqués

Add get band type and get band no data to API

5528 05/24/2016 09:59 AM Lluís Marqués

Fix median operation
Fix second min and max operation
Add statistics test

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

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

5526 05/23/2016 12:14 PM Lluís Marqués

Add project buffer method.

5525 05/20/2016 02:20 PM Lluís Marqués

Add page manager list to set page manager by band.

5524 05/20/2016 12:37 PM Lluís Marqués

Fix envelope errors at vector ROI
Add vector roi test

5523 05/20/2016 12:22 PM Francisco Díaz Carsí

Disregarded NoData values in Statistics & fixed the calculation of covariance.

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

Added paginated bands

5518 05/20/2016 09:12 AM Francisco Díaz Carsí

Deleted Histogram class (it can access by statistics)

5517 05/20/2016 08:58 AM Francisco Díaz Carsí

Changed name of DefaultBands to MemoryBands

5515 05/20/2016 08:51 AM Francisco Díaz Carsí

Introducing paginated band manager.

5514 05/20/2016 07:59 AM Lluís Marqués

Change get geometry list to return unmodifiable list of geometries.

5513 05/20/2016 07:48 AM Lluís Marqués

Fix method switch bands. Changed returns for exceptions.

5512 05/20/2016 07:43 AM Lluís Marqués

Fix toArray and getBandX methods
Remove Band iterator and use iterator of arrayList

5509 05/19/2016 02:59 PM Daniel Martinez

typed bands test cases + correction in get/set value in typed bands.

5508 05/19/2016 02:09 PM Lluís Marqués

Add initialization of band list

5507 05/19/2016 02:08 PM Lluís Marqués

Add unsigned short to band types

5506 05/19/2016 12:58 PM Lluís Marqués

Add null check before get envelope of buffer

5504 05/19/2016 11:58 AM Lluís Marqués

Remove get histogram band method

5503 05/19/2016 11:58 AM Lluís Marqués

Fix java doc of copy from exception

5499 05/19/2016 11:18 AM Lluís Marqués

Change RasterLocator to BufferLocator

5497 05/19/2016 10:59 AM Lluís Marqués

Add iterable interface to statistics
Add type to comparable Histrogramclass

5496 05/19/2016 10:58 AM Daniel Martinez

corrected import from old RasterLibrary

5495 05/19/2016 10:55 AM Daniel Martinez

Changed names to mate with change from RasterLibrary to BufferLibrary + Added first test case

5493 05/19/2016 10:10 AM Francisco Díaz Carsí

Added tail trim calculation to histogram and statistics

5492 05/19/2016 08:56 AM Lluís Marqués

Change vectorial name to vector

5491 05/19/2016 08:54 AM Lluís Marqués

Add vector ROI interface to default vector roi implementation

5490 05/19/2016 08:41 AM Lluís Marqués

Add median operation to Statistic API

5488 05/19/2016 08:23 AM Lluís Marqués

Add API to create buffers.
Add API to create buffers with band no data objects.
Fix javadoc.

5487 05/18/2016 05:48 PM Francisco Díaz Carsí

Eliminado el recorte de colas de statistics, no tiene sentido aquí, tiene pinta que tiene más relación con un filtro de realce.

5486 05/18/2016 05:36 PM Francisco Díaz Carsí

Statistics fixed median, implemented covariance.

5485 05/18/2016 04:48 PM Lluís Marqués

Fix constructors of band implementations.

5484 05/18/2016 04:43 PM Lluís Marqués

Change default constructor of type band implementations. NoData can not be null...

Change fill method to do nothing if no data is undefined.

5482 05/18/2016 02:57 PM Francisco Díaz Carsí

Statistics & Histogram

5473 05/18/2016 12:17 PM Daniel Martinez

Histogram Band development. Lacks a proper constructor

5456 05/18/2016 08:29 AM Daniel Martinez

Statistics Begins

5454 05/17/2016 01:11 PM Francisco Díaz Carsí

Excepcion en el createBuffer del manager

5453 05/17/2016 01:08 PM Francisco Díaz Carsí

- RasterLibrary
- RasterLocator
- Implementación del Buffer
- Implementación del BufferManager
- CreateBufferException

5452 05/17/2016 11:56 AM Daniel Martinez

Exception management improvement

5451 05/17/2016 08:11 AM Daniel Martinez

Vectorial ROI first version

5450 05/16/2016 06:38 PM Francisco Díaz Carsí

- BandException
- BufferException
- Inicio de implementación de BufferManager
- ROI fixed javadoc

5449 05/16/2016 04:33 PM Francisco Díaz Carsí

Fixed NoData and implemented DefaultNoData.

5445 05/16/2016 01:40 PM Daniel Martinez

changes in clone method and extended classes from Band

5443 05/16/2016 01:08 PM Francisco Díaz Carsí

Clone Band

5442 05/16/2016 12:07 PM Francisco Díaz Carsí

refs #19194 DefaultBandDouble

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

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