Statistics
| Revision:

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

# Date Author Comment
36417 09/15/2011 11:59 AM Jorge Piera

Merging the project to the revision 36398 (branch v2_0_0_prep)

35970 08/01/2011 08:42 AM Jorge Piera

Merging the project to the revision 35961 (branch v2_0_0_prep)

35935 07/22/2011 12:55 PM Jorge Piera

It the attribute has a FeatureAttributeGetter it has to use it in all the methods.

35779 07/19/2011 09:44 AM Jorge Piera

Moving some methods from the FeatureStoreProvider to the DataStoreProvider.

35770 07/18/2011 10:09 AM Jorge Piera

Merging the project to the revision 35763 (branch v2_0_0_prep)

35624 07/04/2011 09:44 AM Jorge Piera

Merging the project to the revision 35489 (branch v2_0_0_prep)

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

35494 06/23/2011 02:32 PM Jorge Piera

Updating the time branch with the last timeSupport version

35484 06/21/2011 01:05 PM Jorge Piera

Updating some method to be consistent with the TimeSupport api

35467 06/10/2011 09:58 AM Jorge Piera

Merging the project to the revision 35464 (branch v2_0_0_prep)

35465 06/10/2011 09:01 AM Jorge Piera

Adding FeatureAttributeGetters for some relative instants

35332 05/27/2011 09:45 AM Jorge Piera

Merging the project to the revision 35328 (branch v2_0_0_prep)

35330 05/27/2011 09:38 AM Jorge Piera

Adding the time attribute to the DefaultFeatureTime

35200 05/23/2011 02:08 PM Jorge Piera

Merging the project to the revision 35198 (branch v2_0_0_prep)

35133 05/13/2011 10:35 AM Jorge Piera

The FeatureAttributeGetter has to be applyed when a feature attribute is retrieved

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

Merging the project to the revision 35009 (branch v2_0_0_prep)

34628 02/23/2011 05:43 PM Jorge Piera

Adding getFeatureAttributeGetter for the relative time

34627 02/23/2011 05:43 PM Jorge Piera

Updating the name FeatureAttributeTransform by getFeatureAttributeGetter

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

34623 02/23/2011 12:00 PM Jorge Piera

Adding first version of the FeatureAttributeGetter

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

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

34617 02/18/2011 12:49 PM Jorge Piera

Merging time branch with revisions 34467 and 34512

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

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.

34270 12/16/2010 11:30 AM Cristian Martín

Added isExtended function implementation

34233 11/26/2010 01:08 PM Jorge Piera

It was impossible to write a FeatureStiore becaure there was a NullpointerException thrown.

34232 11/26/2010 12:54 PM Jorge Piera

It was not possible to remove an attribute of a feature type.

34130 11/12/2010 12:14 PM Jorge Piera

Adding WFS-T support and fix some bugs related with both GML and WFS stores

34112 11/09/2010 12:18 PM Jorge Piera

Adding methods to manage the envelope for the FeatureStore

33744 10/25/2010 04:24 PM Cesar Ordiñana

Reuse array in the toArray methods

33739 10/21/2010 02:16 PM fdiaz

Persistencia de capas postgis

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

33659 10/13/2010 01:47 PM fdiaz

Persistencia de los documentos

33657 10/11/2010 03:01 PM Cesar Ordiñana

Info by Point implementation improvements

33619 09/29/2010 06:55 PM Joaquín del Cerro Murciano

Changes in persistence definitions
Improve mechanism of register persistence definitions, symbols, and legends.

33389 09/20/2010 01:58 PM Cesar Ordiñana

Change getdescription implementation

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

33377 09/09/2010 01:27 PM Cesar Ordiñana

If the values to compare are of type String, take into account the current locale

33345 09/01/2010 02:35 PM Cesar Ordiñana

getObjectClass() method must only return the objectClass when the DataType is strictly OBJECT, and not when it is one of the OBJECT related types (GEOMETRY, CRS, etc).

33331 08/25/2010 02:52 PM Joaquín del Cerro Murciano

- Persistence changes.
- Add persistence factory to AWT Dimension
- Change getType of FeatureAttributeDescriptor to getDataType
to avoid conflict.
- Metadata definition changes.
- Partial remove of HiperLink in fmap and appgvsig.
- Add support in metadata project to MetadataContainers.

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

Changes in persistence management.

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.

33027 07/06/2010 05:01 PM Joaquín del Cerro Murciano

fix a bug when asked the size of the set and when asked if the set is empty.

33026 07/06/2010 05:00 PM Joaquín del Cerro Murciano

fix an error requesting the value of an attribute does not exist

32901 06/28/2010 03:53 PM Cesar Ordiñana

Solve when edition is finished without any changes

32900 06/28/2010 03:52 PM Cesar Ordiñana

Implement the toString method

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

31615 11/13/2009 09:28 AM Cesar Ordiñana

Check order is not null

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.

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

31271 10/13/2009 02:23 PM Jorge Piera

Not usage of deprecated methods

31229 10/08/2009 12:18 PM Cesar Ordiñana

Clean deprecated methods usage

31113 10/05/2009 03:36 PM Cesar Ordiñana

Add support to set in the query the limit and the page size

31110 10/05/2009 02:15 PM Cesar Ordiñana

Extend and use the FeatureSet through a visitor in the view drawing and the table model

31074 10/01/2009 06:24 PM Cesar Ordiñana

Make sure FeatureSet.dispose() and DisposableIterator.dispose() are called each time they aren't needed anymore, even when a cancel is performed or an exception is thrown

30838 09/18/2009 03:20 PM Cesar Ordiñana

Symbology and Legends persistence and clone implementation.
New persistence and dynobjects utility methods.

30775 09/14/2009 09:36 AM Cesar Ordiñana

New utility methods

30759 09/09/2009 02:10 PM Cesar Ordiñana

New DynStruct utility methods and change to Method Chaining in the DynClass definitions of DAL file.

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.

30563 08/24/2009 11:27 AM Cesar Ordiñana

Persistence registration correction and removal of unused code.

30550 08/24/2009 08:54 AM Jose Manuel Vivó Arnal

DynObject interfaces must be implemented by impl classes not by API
To set default Value of a FeatureAttribute must to use setDefaultValue, not setDefaultDynValue

30266 07/31/2009 10:11 AM Juan Lucas Domínguez

Fixed little incompatibility

30208 07/30/2009 01:08 PM Jose Manuel Vivó Arnal
30187 07/29/2009 01:55 PM Javier Carrasco

Changed InfoByPoint.getInfo(), now it returns a DynObject Array.
Feature has been modified to extend DynObject.
DynField.setDefaultValue has been changed to setDynDefaultValue.

30154 07/27/2009 03:38 PM Cesar Ordiñana

Replace old set(Object) method with the PersistenceManager.setProperty method

30080 07/21/2009 03:17 PM Jose Manuel Vivó Arnal

Added check of type

30079 07/21/2009 03:10 PM Jose Manuel Vivó Arnal

Moved types classes to DataTypes.
added persistence supported types.

30064 07/21/2009 01:52 PM Jose Manuel Vivó Arnal

Removed persistence of provider.
Fixed null set selection problems.

29956 07/14/2009 09:58 AM Jose Manuel Vivó Arnal

New API persistence version

29789 07/06/2009 02:29 PM Javier Carrasco

Compatibility issues resolved

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

Implemented Persistent methods.
Property scale included in queryParameters

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

29139 06/02/2009 12:35 PM Jose Manuel Vivó Arnal
29033 05/27/2009 05:40 PM Jose Manuel Vivó Arnal

implemented equals

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

Added getFeatureDataFromFeature service

28947 05/21/2009 05:59 PM Jose Manuel Vivó Arnal

added missing byteArray class

28908 05/19/2009 05:50 PM Jose Manuel Vivó Arnal

Created exception for set.
Skip set of readonly attributes.

28782 05/14/2009 04:54 PM Jose Manuel Vivó Arnal

Fixed for no comparable values

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)

28662 05/12/2009 01:56 PM Jose Manuel Vivó Arnal

Fixed bug in createNewFeature

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

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

28482 05/07/2009 03:22 PM Cesar Martinez Izquierdo

Adapt to the refactored 'loadFromState' method name in libTools

28474 05/07/2009 02:47 PM Cesar Martinez Izquierdo

Adapt to the refactored 'loadFromState' method name in libTools

28423 05/05/2009 05:46 PM Jose Manuel Vivó Arnal

Now the new featureData of providers that uses PK, store sets a temporal OID

28422 05/05/2009 05:44 PM Jose Manuel Vivó Arnal

Fixed set null in autonumeric value

28421 05/05/2009 05:43 PM Jose Manuel Vivó Arnal

Changed added from HashMap to LinkedHashMap to preserve insertion order

28331 05/04/2009 12:13 PM Jose Manuel Vivó Arnal

Added utility methods (getPrimaryKey,getDefatultGeometryAttribute,etc)

28325 05/04/2009 12:05 PM Jose Manuel Vivó Arnal

Added utility methods (getPrimaryKey,getDefatultGeometryAttribute,etc)