Statistics
| Revision:

root / tags / v2_0_0_Build_2058 / libraries / libFMap_dal / src / org / gvsig / fmap / dal / feature / spi @ 39242

# Date Author Comment
39242 11/13/2012 04:24 PM Juan Lucas Domínguez

gvSIG 2.0.0 build 2058 (testing)

37333 11/16/2011 10:44 AM fdiaz

gvsig-desktop#15966 Fixed the bug "Error creating a new layer of type DXF"

37297 11/14/2011 09:08 AM Jorge Piera

Merging the time support to DAL [gvsig-desktop #15968]

36359 09/05/2011 03:31 PM Cesar Ordiñana

Solve an error which happened sometimes when a store finishes edition and an index was still filling.

36242 08/30/2011 02:48 PM Cesar Ordiñana

Make the feature index disposable and dispose the store indexes when it is disposed.

36235 08/30/2011 10:14 AM Cesar Ordiñana

Add background feature index filling

36208 08/24/2011 09:16 AM fdiaz
36207 08/23/2011 03:42 PM Cesar Ordiñana

Implement index filling in background execution and use it when entering and exiting a FeatureStore from edition mode.

36202 08/23/2011 12:38 PM Joaquín del Cerro Murciano

Prepare support for add providers factories

36190 08/19/2011 02:33 PM Cesar Ordiñana

Invalidate all indexes but the spatial one when editing, and refill and validate all of them when edition finishes. This way all changes are correctly updated in the indexes after editing in any mode.

35125 05/11/2011 11:06 AM Joaquín del Cerro Murciano

Remove method DynObject.hasEmptyValues

35121 05/10/2011 12:01 PM Cristian Martín

Added hasEmptyValues() function implementation inhereted from Metadata interface

34828 03/25/2011 02:28 PM Cesar Ordiñana

Change all iterator() methods as deprecated when the fastIterator() alternative is available.
[gvsig-desktop Task #1030]: DAL - Set iterator() methods as deprecated

34809 03/17/2011 02:37 PM Cesar Ordiñana

Patch applied to solve bug:
[gvsig-desktop #15065] AbstractMemoryStoreProvider must resolve references in only one method

Also removed code line not needed anymore.

34320 01/11/2011 10:06 AM Cesar Ordiñana

Remove notification String parameter as it is not needed

34319 01/11/2011 10:02 AM Cesar Ordiñana

Add new notify methods to allow to notify from the FeatureStoreProvider about Feature related events (add, remove, update). This will be useful for stores whose data changes by itself.

34026 11/08/2010 02:06 PM Jorge Piera

Updating the WFS provider to be able to use the cache

33717 10/20/2010 05:00 PM Joaquín del Cerro Murciano

Se ha modificado el interface DataStore, cambiando la semantica de este metodo getName y añadiendo el metodo getFullName.

Se ha eliminado el metodo getName de FeatureStoreProvider y
subido al interface padre DataStoreProvider, a la vez que se
cambia la semantica de este....

33652 10/08/2010 12:10 PM Joaquín del Cerro Murciano

- Changes in metadata dependencies
- Fix persistence bugs in symbology

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.

33187 07/13/2010 09:34 AM Cesar Ordiñana

Solve bug while disposing as the data was being cleaned instead of nullified, and it was leaving the data cached into the resource as an empty list.

32903 06/28/2010 03:55 PM Cesar Ordiñana

Remove comented code

32902 06/28/2010 03:55 PM Cesar Ordiñana

Throw exception when a FeatureProvider is not found

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.

32735 05/27/2010 01:47 PM Vicente Caballero

cache

31699 11/24/2009 05:04 PM Cesar Ordiñana

Add new clear method to DynObject

31630 11/17/2009 09:06 AM Jorge Piera

The Set in memory has not to delete the features of the provider

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

Replace Gobernment with Government in the header

31541 11/09/2009 12:58 PM Jorge Piera

Adding cache support

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.

31022 09/29/2009 07:09 PM Cesar Ordiñana

Resource locking changed to be based on Java synchronization, more convenient functional and performancewise.
Refactoring of FeatureProviderIterator and FeatureSetProvider to extract common code to parent abstract classes.

29391 06/15/2009 10:17 AM Jose Manuel Vivó Arnal

Added Javadoc to SPI

29326 06/10/2009 10:08 AM Jose Manuel Vivó Arnal

Dal SPI refactoring

29292 06/09/2009 12:11 PM Jose Manuel Vivó Arnal

Dal SPI refactoring

29289 06/09/2009 09:15 AM Jose Manuel Vivó Arnal

Dal SPI Javadoc and refactoring

29034 05/27/2009 05:42 PM Jose Manuel Vivó Arnal

Fixed problem for custom featureType in query

29020 05/27/2009 01:18 PM Jose Manuel Vivó Arnal

Added getFeatureDataFromFeature service

29010 05/27/2009 10:29 AM Jose Manuel Vivó Arnal

Every cad implementation will use his own one

28982 05/26/2009 10:15 AM Jose Manuel Vivó Arnal

Added LabelingBuilder

28676 05/12/2009 06:06 PM Jose Manuel Vivó Arnal

Changed FeatureStoreProvider.append(Feature) --> FeatureStoreProvider.append(FeatureData)

28671 05/12/2009 05:21 PM Jose Manuel Vivó Arnal

added method getProviderFeatureType(String id)

28660 05/12/2009 01:36 PM Jose Manuel Vivó Arnal

deleteds iterator of FeatureStoreProvider.performEditing now iterates over FeatureReferenceProviderServices intances.
FeatureReferenceProviderServices.getFeatureTypeId() added.

28098 04/22/2009 10:50 AM Jose Manuel Vivó Arnal

Modified FeatureStoreProvider.performEditing for add a iterator over originals FType updated.

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

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

27758 04/02/2009 06:17 PM Cesar Ordiñana

Quitar dependencias con feature.impl

27672 03/31/2009 05:36 PM Jose Manuel Vivó Arnal
27570 03/26/2009 12:45 PM Jose Manuel Vivó Arnal

Fixed problems with PK

27525 03/24/2009 06:04 PM Jose Manuel Vivó Arnal

Changed FeatureSet.fast/iterator() to return DisposableIterator

27439 03/17/2009 03:44 PM Jose Manuel Vivó Arnal

Added support for Automatic Values from provider in attributes.
Added Additional Info in Attributes

27274 03/10/2009 06:03 PM Jose Manuel Vivó Arnal

Fixed FeatureSet bug

27262 03/10/2009 01:18 PM Jose Manuel Vivó Arnal

Added support for set FeatureType id

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

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

see #1600

26820 02/17/2009 04:10 PM Jose Manuel Vivó Arnal

Metada --> DynObject in DataStoreProvider

26325 02/03/2009 09:34 AM Jose Manuel Vivó Arnal
26234 01/27/2009 06:50 PM Vicente Caballero
25956 01/09/2009 02:49 PM Jose Manuel Vivó Arnal
25924 01/05/2009 05:30 PM Jose Manuel Vivó Arnal
25915 12/24/2008 12:12 PM Vicente Caballero
25785 12/16/2008 05:25 PM Jose Manuel Vivó Arnal
25751 12/12/2008 01:25 PM Vicente Caballero
25724 12/10/2008 05:17 PM jiyarza
25666 12/01/2008 03:50 PM Vicente Caballero
25632 12/01/2008 08:24 AM Joaquín del Cerro Murciano
25616 11/28/2008 02:36 PM Vicente Caballero
25609 11/28/2008 12:27 PM Vicente Caballero
25587 11/27/2008 01:04 PM Vicente Caballero
25570 11/27/2008 09:59 AM Joaquín del Cerro Murciano
25569 11/27/2008 09:59 AM Joaquín del Cerro Murciano
25420 11/20/2008 01:50 PM Cesar Ordiñana

Fusionar el API q había en trunk con el de la rama

25176 11/14/2008 02:04 PM Jose Manuel Vivó Arnal
24922 11/11/2008 11:58 AM Vicente Caballero
24874 11/10/2008 01:13 PM Jose Manuel Vivó Arnal
24568 10/31/2008 02:09 PM Jose Manuel Vivó Arnal
24511 10/30/2008 01:20 PM Jose Manuel Vivó Arnal
24505 10/30/2008 12:01 PM Jose Manuel Vivó Arnal
24496 10/30/2008 11:52 AM Jose Manuel Vivó Arnal