Statistics
| Revision:

root / branches / dal_time_support / libraries / libFMap_dal / src / org / gvsig / fmap / dal / feature / impl / DefaultFeatureReferenceSelection.java @ 36417

History | View | Annotate | Download (16.9 KB)

# Date Author Comment
34404 01/17/2011 09:31 AM Jorge Piera

Create branch to support time

33382 09/10/2010 04:43 PM Cesar Ordiñana

As all events generated by the selection are the same, when complexNotification is enabled ignore all events till complexNotification is finished, and then send only one notification. Otherwise the current default observable implementation sends a notification for each event.

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

Move selection up implementation and solve some minor bugs

33281 08/16/2010 12:15 PM Joaquín del Cerro Murciano

Changes in persistence management.

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.

31282 10/14/2009 01:56 PM Jorge Piera

Adding the setMandatory method

31273 10/13/2009 02:35 PM Jorge Piera

Adding default constructors for some classes for the persistence manager

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

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.

30208 07/30/2009 01:08 PM Jose Manuel Vivó Arnal
28474 05/07/2009 02:47 PM Cesar Martinez Izquierdo

Adapt to the refactored 'loadFromState' method name in libTools

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

28017 04/16/2009 01:31 PM Jose Manuel Vivó Arnal

Added FeatureStore.getFeatureCount().
Added FeatureStoreProvider.getFeatureCount()

28006 04/16/2009 12:16 PM Jose Manuel Vivó Arnal

Added missing featureSet.dispose call in getFeatureStoreTotalSize()

27716 04/01/2009 03:10 PM Cesar Ordiñana

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

26833 02/18/2009 07:00 PM Cesar Ordiñana

Correcciones del funcionamiento de la selección.

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

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

25800 12/16/2008 06:06 PM Cesar Ordiñana

Reimplementar toString()

24961 11/11/2008 06:37 PM Cesar Ordiñana

Refactoring del undo/redo

24794 11/05/2008 02:31 PM Jose Manuel Vivó Arnal
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
24346 10/24/2008 02:43 PM Cesar Ordiñana

Añadir DataException al undo/redo de los Command.
Implementar Commands de la selección.

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.

24268 10/24/2008 10:25 AM Joaquín del Cerro Murciano
24248 10/23/2008 08:30 PM Joaquín del Cerro Murciano
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

24062 10/17/2008 08:52 PM Joaquín del Cerro Murciano
23928 10/14/2008 04:32 PM Cesar Ordiñana

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