Statistics
| Revision:

svn-gvsig-desktop / branches / dal_time_support / libraries / libFMap_dal / src / org / gvsig / fmap / dal / feature / spi @ 35499

# Date Author Comment
35115 05/09/2011 06:24 AM Jorge Piera

Merging the project to the revision 35009 (branch v2_0_0_prep)

34629 02/23/2011 11:44 AM Jorge Piera

updating the FeaturePRovider to get data from the FeatureAttributeGetter if exists

34624 02/23/2011 07:32 AM Jorge Piera

Refactoring of class names: Instant is RelativeInstant; Interval is RelativeInterval; Partial is AbsoluteInstant; Period is AbsoluteInterval. And the Instant and Interval classes has been created

34620 02/21/2011 01:23 PM Jorge Piera

Adding methods to get the Period or the Interval for a DataStore

34404 01/17/2011 03:31 AM Jorge Piera

Create branch to support time

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

Remove notification String parameter as it is not needed

34319 01/11/2011 04: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 08:06 AM Jorge Piera

Updating the WFS provider to be able to use the cache

33717 10/20/2010 11:00 AM 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 06:10 AM Joaquín del Cerro Murciano

- Changes in metadata dependencies
- Fix persistence bugs in symbology

33205 07/23/2010 04: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 03: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 09:55 AM Cesar Ordiñana

Remove comented code

32902 06/28/2010 09:55 AM Cesar Ordiñana

Throw exception when a FeatureProvider is not found

32880 06/24/2010 08:34 AM 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 07:47 AM Vicente Caballero

cache

31699 11/24/2009 11:04 AM Cesar Ordiñana

Add new clear method to DynObject

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

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

31544 11/09/2009 08:57 AM Cesar Ordiñana

Replace Gobernment with Government in the header

31541 11/09/2009 06:58 AM Jorge Piera

Adding cache support

31284 10/14/2009 08:56 AM 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 01: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 04:17 AM Jose Manuel Vivó Arnal

Added Javadoc to SPI

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

Dal SPI refactoring

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

Dal SPI refactoring

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

Dal SPI Javadoc and refactoring

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

Fixed problem for custom featureType in query

29020 05/27/2009 07:18 AM Jose Manuel Vivó Arnal

Added getFeatureDataFromFeature service

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

Every cad implementation will use his own one

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

Added LabelingBuilder

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

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

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

added method getProviderFeatureType(String id)

28660 05/12/2009 07:36 AM Jose Manuel Vivó Arnal

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

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

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

28017 04/16/2009 07:31 AM Jose Manuel Vivó Arnal

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

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

Quitar dependencias con feature.impl

27672 03/31/2009 11:36 AM Jose Manuel Vivó Arnal
27570 03/26/2009 07:45 AM Jose Manuel Vivó Arnal

Fixed problems with PK

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

Changed FeatureSet.fast/iterator() to return DisposableIterator

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

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

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

Fixed FeatureSet bug

27262 03/10/2009 08:18 AM Jose Manuel Vivó Arnal

Added support for set FeatureType id

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

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

see #1600

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

Metada --> DynObject in DataStoreProvider

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

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

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