Statistics
| Revision:

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

History | View | Annotate | Download (4.36 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

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

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.

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.

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

Added Javadoc to SPI

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

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
23894 10/13/2008 08:11 PM Joaquín del Cerro Murciano
23820 10/08/2008 03:35 PM Joaquín del Cerro Murciano