Statistics
| Revision:

root / tags / v2_0_0_Build_2056 / libraries / libFMap_dal / src / org / gvsig / fmap / dal / feature / paging / impl / FeaturePagingHelperImpl.java @ 39017

History | View | Annotate | Download (14.4 KB)

  • svn:mergeinfo:
# Date Author Comment
39017 10/08/2012 10:59 AM Juan Lucas Domínguez

gvSIG 2.0.0 build 2056 (beta1)

38417 06/14/2012 03:36 PM Cesar Ordiñana

Solve concurrency problems with GraphicsLayer, FeatureStore and the table document.
Fixes #775.

33657 10/11/2010 03:01 PM Cesar Ordiñana

Info by Point implementation improvements

33385 09/15/2010 10:45 AM Cesar Ordiñana

Extract generic paging management to the tools project

33378 09/09/2010 01:28 PM Cesar Ordiñana

Move selection up implementation and solve some minor bugs

33343 09/01/2010 01:43 PM Cesar Ordiñana

Move FeaturePagingHelper implementation to its own impl package

33205 07/23/2010 10:38 AM Cesar Ordiñana

Make Feature extend DynObject, FeatureSet extend DynObjectSet and FeaturePagingHelper extend DynObjectPagingHelper, so the main Feature related data interfaces may be used as DynObjects.

Remove the conflicting and empty DisposableIterator from DAL, as now it is available in tools.

31544 11/09/2009 02:57 PM Cesar Ordiñana

Replace Gobernment with Government in the header

31284 10/14/2009 02:56 PM Cesar Ordiñana

Make sure all disposable objects are disposed, mainly DAL related ones, like FeatureSet and Iterators.
Create a new DisposableManager to manage a register of Disposable objects being bound and released.

31113 10/05/2009 03:36 PM Cesar Ordiñana

Add support to set in the query the limit and the page size

31110 10/05/2009 02:15 PM Cesar Ordiñana

Extend and use the FeatureSet through a visitor in the view drawing and the table model

31035 09/30/2009 02:51 PM Cesar Ordiñana

Add dispose method
Feature Iterator disposal after each use

27575 03/26/2009 01:34 PM Jose Manuel Vivó Arnal

Transform DataQuery class to a interface

27234 03/09/2009 05:02 PM Jose Manuel Vivó Arnal

Changed FeatureQuery for use only a FeatureTypeId instead a object reference.

see #1600

24505 10/30/2008 12:01 PM Jose Manuel Vivó Arnal
24496 10/30/2008 11:52 AM Jose Manuel Vivó Arnal
24467 10/30/2008 09:45 AM Jose Manuel Vivó Arnal
24023 10/16/2008 09:47 AM Cesar Ordiñana

Cambiar a SLF4J y añadir algún debug

23992 10/15/2008 03:28 PM Cesar Ordiñana

Pasar a trabajar con long, siempre que sea posible.

23934 10/14/2008 05:26 PM Cesar Ordiñana

Actualizado para trabajar con long, siempre que sea posible

23930 10/14/2008 04:57 PM Cesar Ordiñana

Actualización a los últimos cambios en el API de DAL

23842 10/08/2008 06:00 PM Joaquín del Cerro Murciano
23786 10/06/2008 06:00 PM Cesar Ordiñana

Actualización a cambios en los APIs

23775 10/06/2008 02:13 PM Joaquín del Cerro Murciano
23772 10/06/2008 12:20 PM Joaquín del Cerro Murciano
23761 10/03/2008 02:32 PM Cesar Ordiñana

Actualizar nueva ubicación de las excepciones

23714 10/02/2008 07:04 PM Cesar Ordiñana

Cambio de nombre, refactoring y funcionalidad adicional para recargar la query completamente.

23675 10/01/2008 04:47 PM Cesar Ordiñana

Añadir soporte para pedir un Iterator por índice a un FeatureCollection.