Statistics
| Revision:

root / branches / dal_time_support / libraries / libFMap_dal / src / org / gvsig / fmap / dal / DataStore.java @ 35983

History | View | Annotate | Download (9.2 KB)

# Date Author Comment
35498 06/23/2011 06:20 PM Jorge Piera

The DataStore.getInstants method has been renamed to getTimes because an individual time could be an Interval

35115 05/09/2011 12:24 PM Jorge Piera

Merging the project to the revision 35009 (branch v2_0_0_prep)

34624 02/23/2011 01:32 PM 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 07:23 PM Jorge Piera

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

34409 01/17/2011 05:45 PM Jorge Piera

Adding first version of the time support

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

Create branch to support time

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....

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.

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.

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

Transform DataQuery class to a interface

25815 12/18/2008 10:55 AM jiyarza
25785 12/16/2008 05:25 PM Jose Manuel Vivó Arnal
25547 11/25/2008 07:35 PM Joaquín del Cerro Murciano
25481 11/24/2008 10:09 AM jiyarza

Changed the use of word Edition by Editing (proper English)

24874 11/10/2008 01:13 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
24467 10/30/2008 09:45 AM Jose Manuel Vivó Arnal
24395 10/28/2008 10:54 AM jiyarza
24268 10/24/2008 10:25 AM Joaquín del Cerro Murciano
24178 10/21/2008 06:20 PM Cesar Ordiñana

Refactoring de la implementación de Observable

24079 10/18/2008 05:05 PM Joaquín del Cerro Murciano
23842 10/08/2008 06:00 PM Joaquín del Cerro Murciano
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.