Statistics
| Revision:

root / tags / v2_0_0_Build_2047 / libraries / libFMap_dal / src / org / gvsig / fmap / dal / feature / impl / DefaultFeatureSelection.java @ 38284

History | View | Annotate | Download (16.4 KB)

  • svn:mime-type: text/plain
# Date Author Comment
38284 05/30/2012 11:12 AM Juan Lucas Domínguez

gvSIG 2.0.0 build 2047

35324 05/26/2011 10:56 AM Cesar Ordiñana

Optimization: if the selection is empty or full, return true or false, don't need to get the FeatureReference.
Part of the work to solve bug gvsig-desktop#15349: Working with a view or table from a PostGIS store is slow

35323 05/26/2011 10:41 AM Cesar Ordiñana

Revert last change to recommit it with the ticket number

35320 05/26/2011 10:16 AM Cesar Ordiñana

Optimization: if the selection is empty or full, return true or false, don't need to get the FeatureReference.

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

Info by Point implementation improvements

33619 09/29/2010 06:55 PM Joaquín del Cerro Murciano

Changes in persistence definitions
Improve mechanism of register persistence definitions, symbols, and legends.

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

Move selection up implementation and solve some minor bugs

33331 08/25/2010 02:52 PM Joaquín del Cerro Murciano

- Persistence changes.
- Add persistence factory to AWT Dimension
- Change getType of FeatureAttributeDescriptor to getDataType
to avoid conflict.
- Metadata definition changes.
- Partial remove of HiperLink in fmap and appgvsig.
- Add support in metadata project to MetadataContainers.

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.

32880 06/24/2010 02:34 PM Joaquín del Cerro Murciano

- Update to org.gvsig.tools 2.1.0
- separate metadata definition from provider parameters definition.
- Use of xml files to define metadata and persistence in DAL.

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.

31272 10/13/2009 02:31 PM Jorge Piera

Adding default constructors for some classes for the persistence manager

31229 10/08/2009 12:18 PM Cesar Ordiñana

Clean deprecated methods usage

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

30568 08/25/2009 08:48 AM Cesar Ordiñana

Use the DynObjectManager.add method instead of the createDynClass one, to register the new DynClass in addition to creating it. Also the DynClass was being registered in the PersistenceManager to the wrong Class.

30563 08/24/2009 11:27 AM Cesar Ordiñana

Persistence registration correction and removal of unused code.

30208 07/30/2009 01:08 PM Jose Manuel Vivó Arnal
28076 04/21/2009 02:39 PM Cesar Martinez Izquierdo

Update new Persistence API and adapt the projects that were already using the first (proof-of-concept) version

27719 04/01/2009 03:19 PM Cesar Ordiñana

ACtualizar y corregir los tests unitarios de la selección.

27718 04/01/2009 03:15 PM Cesar Ordiñana

ACtualizar y corregir los tests unitarios de la selección.

27672 03/31/2009 05:36 PM Jose Manuel Vivó Arnal
27525 03/24/2009 06:04 PM Jose Manuel Vivó Arnal

Changed FeatureSet.fast/iterator() to return DisposableIterator

27297 03/11/2009 09:24 AM Jose Manuel Vivó Arnal

Fixed a bug in select(FSet)

27271 03/10/2009 05:33 PM Vicente Caballero

#1640

27264 03/10/2009 02:23 PM Vicente Caballero
26833 02/18/2009 07:00 PM Cesar Ordiñana

Correcciones del funcionamiento de la selección.

26318 02/02/2009 12:33 PM Cesar Ordiñana

Evitar que la selección genere nuevos comandos cuando se hace un undo()/redo()

26317 02/02/2009 12:21 PM Cesar Ordiñana

Evitar que la selección genere nuevos comandos cuando se hace un undo()/redo()

25801 12/16/2008 06:07 PM Cesar Ordiñana

Añadir logs de depuración

24684 11/03/2008 09:56 PM Joaquín del Cerro Murciano
24527 10/31/2008 09:28 AM Cesar Ordiñana

Recargar los FeatureType al leer desde la persistencia.

24526 10/31/2008 09:17 AM Cesar Ordiñana

Se implementa el método getFeatureTypes()

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
24269 10/24/2008 11:02 AM Cesar Ordiñana

Actualizar a cambios del Observable y tener en cuenta que el Store pueda estar en edición.

24195 10/22/2008 12:07 PM Joaquín del Cerro Murciano
24194 10/22/2008 11:59 AM Joaquín del Cerro Murciano
24178 10/21/2008 06:20 PM Cesar Ordiñana

Refactoring de la implementación de Observable

24151 10/21/2008 09:44 AM Cesar Ordiñana

Mover el FeatureIteratorFacade a inner class del DefaultFeatureSelection

24023 10/16/2008 09:47 AM Cesar Ordiñana

Cambiar a SLF4J y añadir algún debug

23928 10/14/2008 04:32 PM Cesar Ordiñana

Actualización de estructura, quitando las herencias de Collection.

23894 10/13/2008 08:11 PM Joaquín del Cerro Murciano
23824 10/08/2008 04:46 PM Cesar Ordiñana

Implementación inicial de selección de datos

23772 10/06/2008 12:20 PM Joaquín del Cerro Murciano
23754 10/03/2008 01:45 PM Joaquín del Cerro Murciano

New Refactor.