Statistics
| Revision:

root / branches / dal_time_support / libraries / libFMap_dal @ 34624

  • svn:ignore: .classpath .project .settings maven-eclipse.xml target bin hs_err_pid* .externalToolBuilders .settings .classpath .project
# Date Author Comment
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.

34149 11/18/2010 05:36 PM Cesar Ordiñana

Update tools lib tests dependence definition, using type:test-jar instead of classifier:tests

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

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

34126 11/11/2010 02:37 PM Cesar Ordiñana

Remove javadoc package links, from now on they will be found automatically

34123 11/11/2010 10:52 AM fdiaz

Added groups in the definitions of the parameters.

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

Adding methods to manage the envelope for the FeatureStore

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

Updating the WFS provider to be able to use the cache

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

33681 10/18/2010 10:38 AM fdiaz

Persistencia de proyectos con capas vectoriales de archivo y sus correspondientes simbologías.
Persistencia de los hyperenlaces.

33664 10/14/2010 05:12 PM Ignacio Brodín

DataStoreFactory register and wake up rasters with its factory

33660 10/13/2010 02:03 PM Ignacio Brodín

Constructor without parameters

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

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

- Changes in metadata dependencies
- Fix persistence bugs in symbology

33645 10/04/2010 04:11 PM fdiaz

Arreglado bug al cargar una tabla nueva del sistema de archivos.

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.

33614 09/29/2010 12:27 PM Cesar Ordiñana

Disable unit tests
See https://forge.osor.eu/pm/task.php?func=detailtask&project_task_id=888&group_id=89&group_project_id=380

33392 09/20/2010 05:12 PM Joaquín del Cerro Murciano

Remove old binary files

33390 09/20/2010 01:59 PM Cesar Ordiñana

Extend DynClass and DynField

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

Change getdescription implementation

33385 09/15/2010 10:45 AM Cesar Ordiñana

Extract generic paging management to the tools project

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

33347 09/01/2010 05:11 PM Ignacio Brodín

initialize in AbstractCoverageStoreProvider

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

33344 09/01/2010 01:51 PM Cesar Ordiñana

Package for paging implementation tests

33343 09/01/2010 01:43 PM Cesar Ordiñana

Move FeaturePagingHelper implementation to its own impl package

33342 09/01/2010 01:42 PM Cesar Ordiñana

New package for the paging utilities implementation

33341 09/01/2010 01:41 PM Cesar Ordiñana

Add FeaturePagingHelper creation to the DataManager

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.

33220 07/28/2010 12:37 PM Jorge Piera

If there is not a cache provider is not possible to load a WFS layer

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.

33203 07/21/2010 11:23 AM Cesar Ordiñana

Set the good metadata definition name to extend: SpatialProvider and not FeatureStore

33189 07/13/2010 09:43 AM Cesar Ordiñana

Remove deprecated methods usage

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.

33053 07/07/2010 12:03 PM Cesar Ordiñana

Evaluator getCQL method replaced with getSQL, as this is the real type of the expressions returned

33032 07/06/2010 05:11 PM Joaquín del Cerro Murciano

Add to the libreries declaration of dependency with other libraries.

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

33022 07/06/2010 01:21 PM Joaquín del Cerro Murciano

Complete javadoc

32950 07/05/2010 09:05 AM Cesar Ordiñana

Add dependence on the DALLibrary post initialization

32936 07/04/2010 12:27 PM Joaquín del Cerro Murciano

Add more information when throwing exceptions

32935 07/04/2010 12:25 PM Joaquín del Cerro Murciano

Fix bug in exception management

32932 07/02/2010 08:17 PM Cesar Ordiñana

Move CRS and Geometry data type coercion registration to the postInitialize phase.

32905 06/28/2010 03:57 PM Cesar Ordiñana

Add TODO about ordering implementation

32904 06/28/2010 03:56 PM Cesar Ordiñana

Add optional order by attribute parameter

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

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

32899 06/28/2010 03:51 PM Cesar Ordiñana

New utility method to create a memory based FeatureStore

32898 06/28/2010 03:50 PM Cesar Ordiñana

Add a more detailed error message

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.

32835 06/18/2010 01:31 PM Jorge Piera

It was not possible to edit a memory store twice

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

cache

32683 05/18/2010 09:42 AM Jorge Piera

Updating some test dependences and some test to initialize the libraries

32403 04/26/2010 04:55 PM Cesar Ordiñana

Add message to assertion

32267 03/16/2010 04:45 PM Cesar Ordiñana

Ignore eclipse project files

32264 03/16/2010 08:29 AM Cesar Ordiñana

First approach to set gvSIG core dependencies in the org.gvsig.core.maven.dependencies pom file.

32058 01/27/2010 05:18 PM Cesar Ordiñana

Replace site repository id

31814 12/17/2009 02:33 PM Ignacio Brodín

New method getStoreParameters

31813 12/17/2009 02:16 PM Ignacio Brodín

Initial import.

31772 12/15/2009 10:06 AM Cesar Ordiñana

Remove comented out dependencies

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

31629 11/17/2009 09:05 AM Jorge Piera

Bug: The setDynValue method calls to itself

31625 11/16/2009 10:24 AM Javier Carrasco

Added testAddFeatures in MemoryStoreProviderTest.java

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

31493 11/04/2009 01:19 PM Cesar Ordiñana

Maven repository moved to OSOR.
Change all legacy dependencies with the standard ones, or if not available in the standard repositories, set them into their own groupid. For non standard available dependencies with not known version, set version as "unknown" instead of "gvsig"....

31333 10/20/2009 10:47 AM Cesar Ordiñana

Update .classpath only on multi jar projects

31330 10/19/2009 04:28 PM Cesar Ordiñana

Ignore eclipse configuration files

31326 10/19/2009 02:57 PM Cesar Ordiñana

Remove eclipse projects configuration. From now on, it will be generated locally with maven.

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

31213 10/07/2009 03:40 PM Cesar Ordiñana

Comment out non working method, as it can't be implemented with mock objects.

31186 10/07/2009 09:15 AM Jorge Piera

Added the persistence for the AbstractFeatureStoreTransform

31127 10/05/2009 04:41 PM Cesar Ordiñana

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

31126 10/05/2009 04:41 PM Cesar Ordiñana

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

31125 10/05/2009 04:40 PM Cesar Ordiñana

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

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

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