Statistics
| Revision:

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

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

5521 05/20/2016 10:44 AM Lluís Marqués

Add JTS geometry dependencies to test

5520 05/20/2016 10:38 AM Lluís Marqués

Fix java doc

5519 05/20/2016 09:24 AM Daniel Martinez

Changed DefaultBands to MemoryBands

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

5516 05/20/2016 08:53 AM Francisco Díaz Carsí
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

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

Add default buffer test

5510 05/20/2016 07:41 AM Lluís Marqués

Add require geometry library to buffer library construction

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

5505 05/19/2016 12:36 PM Lluís Marqués

Add abstract band test

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

5502 05/19/2016 11:53 AM Lluís Marqués

Fix javadoc

5501 05/19/2016 11:49 AM Lluís Marqués

Fix javadoc and format code

5500 05/19/2016 11:48 AM Daniel Martinez

Test moved to impl and added dependency

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

Change RasterLocator to BufferLocator

5498 05/19/2016 11:15 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

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

Changed name RasterLibrary to BufferLibrary

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

5489 05/19/2016 08:30 AM Lluís Marqués

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

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.

5483 05/18/2016 04:40 PM Lluís Marqués

Fix javadocs of Band and NoData.

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

5461 05/18/2016 11:27 AM Lluís Marqués

Add changes to implement project on the fly refs #4216

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

Create branch from trunk. refs #4216

5459 05/18/2016 11:13 AM Lluís Marqués

Delete brach. It has to be created using svn branch

5458 05/18/2016 10:14 AM Lluís Marqués

Add projected on the fly raster changes to branch refs #4216

5457 05/18/2016 10:09 AM Lluís Marqués

Create new proyected on the fly branch refs #4216

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

Statistics Begins

5455 05/17/2016 04:39 PM Francisco Díaz Carsí

Added getHistogramBand method to StatisticsBand class.

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.

5448 05/16/2016 04:04 PM Daniel Martinez

Corrected translation in API

5447 05/16/2016 02:07 PM Francisco Díaz Carsí

NoData javadoc

5446 05/16/2016 01:47 PM Francisco Díaz Carsí

Buffer:
Some parameters and javadoc.

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

changes in clone method and extended classes from Band

5444 05/16/2016 01:19 PM Francisco Díaz Carsí

Deleted obsolete classes.

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

5441 05/16/2016 09:29 AM Francisco Díaz Carsí

refs #19194 raster api

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

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

5438 05/11/2016 01:08 PM Francisco Díaz Carsí
5437 05/11/2016 01:07 PM Francisco Díaz Carsí

Created branch for refactoring

2436 02/13/2014 03:24 PM Ignacio Brodín

Implementing toString

2433 02/10/2014 10:35 AM Ignacio Brodín

#2307 Tiff raster layer does not draw

2431 02/06/2014 03:13 PM Ignacio Brodín

#2300 WMS properties dialog crashes

2424 02/04/2014 03:42 PM Ignacio Brodín

Remote services don't build the buffer

2421 02/04/2014 09:04 AM Ignacio Brodín

window size

2419 02/04/2014 09:03 AM Ignacio Brodín

New build number

2393 01/29/2014 01:33 PM Ignacio Brodín

Memory optimization

2392 01/29/2014 11:34 AM Ignacio Brodín

New build number

2377 01/28/2014 08:27 AM Ignacio Brodín

rmf_folder persisted as String

2375 01/24/2014 01:25 PM Ignacio Brodín

prototype -> testing

2371 01/21/2014 08:34 AM Ignacio Brodín

#2211 Error al abrir proyecto con capas temporales

2370 01/21/2014 08:33 AM Ignacio Brodín

Color interpretation from properties panel

2369 01/20/2014 03:54 PM Ignacio Brodín

Minimum size to download

2368 01/20/2014 03:53 PM Ignacio Brodín

class identifier wrong

2367 01/17/2014 02:21 PM Ignacio Brodín

Adapting to org.gvsig.desktop v 2.0.22