Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2008 / libraries / libFMap_dal @ 39077

  • svn:ignore: .classpath .project .settings maven-eclipse.xml target bin hs_err_pid* .externalToolBuilders .settings .classpath .project
# Date Author Comment
33000 07/06/2010 03:31 AM Cesar Ordiñana

gvSIG 2.0.0 build 2008

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

Add dependence on the DALLibrary post initialization

32936 07/04/2010 06:27 AM Joaquín del Cerro Murciano

Add more information when throwing exceptions

32935 07/04/2010 06:25 AM Joaquín del Cerro Murciano

Fix bug in exception management

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

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

32905 06/28/2010 09:57 AM Cesar Ordiñana

Add TODO about ordering implementation

32904 06/28/2010 09:56 AM Cesar Ordiñana

Add optional order by attribute parameter

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

32901 06/28/2010 09:53 AM Cesar Ordiñana

Solve when edition is finished without any changes

32900 06/28/2010 09:52 AM Cesar Ordiñana

Implement the toString method

32899 06/28/2010 09:51 AM Cesar Ordiñana

New utility method to create a memory based FeatureStore

32898 06/28/2010 09:50 AM Cesar Ordiñana

Add a more detailed error message

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.

32835 06/18/2010 07:31 AM Jorge Piera

It was not possible to edit a memory store twice

32735 05/27/2010 07:47 AM Vicente Caballero

cache

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

Updating some test dependences and some test to initialize the libraries

32403 04/26/2010 10:55 AM Cesar Ordiñana

Add message to assertion

32267 03/16/2010 11:45 AM Cesar Ordiñana

Ignore eclipse project files

32264 03/16/2010 03: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 11:18 AM Cesar Ordiñana

Replace site repository id

31814 12/17/2009 08:33 AM Ignacio Brodín

New method getStoreParameters

31813 12/17/2009 08:16 AM Ignacio Brodín

Initial import.

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

Remove comented out dependencies

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

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

Bug: The setDynValue method calls to itself

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

Added testAddFeatures in MemoryStoreProviderTest.java

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

Check order is not null

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

31493 11/04/2009 07:19 AM 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 04:47 AM Cesar Ordiñana

Update .classpath only on multi jar projects

31330 10/19/2009 10:28 AM Cesar Ordiñana

Ignore eclipse configuration files

31326 10/19/2009 08:57 AM Cesar Ordiñana

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

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.

31282 10/14/2009 07:56 AM Jorge Piera

Adding the setMandatory method

31273 10/13/2009 08:35 AM Jorge Piera

Adding default constructors for some classes for the persistence manager

31272 10/13/2009 08:31 AM Jorge Piera

Adding default constructors for some classes for the persistence manager

31271 10/13/2009 08:23 AM Jorge Piera

Not usage of deprecated methods

31229 10/08/2009 06:18 AM Cesar Ordiñana

Clean deprecated methods usage

31213 10/07/2009 09:40 AM Cesar Ordiñana

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

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

Added the persistence for the AbstractFeatureStoreTransform

31127 10/05/2009 10:41 AM Cesar Ordiñana

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

31126 10/05/2009 10:41 AM Cesar Ordiñana

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

31125 10/05/2009 10:40 AM Cesar Ordiñana

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

31113 10/05/2009 09:36 AM Cesar Ordiñana

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

31112 10/05/2009 08:26 AM Cesar Ordiñana

Document about iterator disposal and relationship with accept methods

31110 10/05/2009 08:15 AM Cesar Ordiñana

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

31074 10/01/2009 12: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

31043 10/01/2009 09:58 AM Juan Lucas Domínguez

added cdc dependencies

31035 09/30/2009 08:51 AM Cesar Ordiñana

Add dispose method
Feature Iterator disposal after each use

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.

31018 09/29/2009 05:56 AM Jorge Piera

Adding jai and image IO dependences to run tests

30972 09/24/2009 07:43 AM Jorge Piera

Adding some dependences with scope=test to test the memory provider

30971 09/24/2009 07:42 AM Jorge Piera

Adding some dependences with scope=test to test the memory provider

30959 09/23/2009 08:13 AM Cesar Ordiñana

Change to save all atributes of a dynClass, including the definided by parent dynclasses

30838 09/18/2009 09:20 AM Cesar Ordiñana

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

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

New utility methods

30769 09/11/2009 08:17 AM Javier Carrasco

Added separated profiles for desktop and mobile

30761 09/10/2009 04:16 AM Jorge Piera

import changed...

30759 09/09/2009 08:10 AM Cesar Ordiñana

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

30754 09/09/2009 02:42 AM Cesar Ordiñana

Added new TestCase extended class with automatic library initialization

30747 09/07/2009 12:46 PM Jorge Piera

The memoryStoreProvide supports OID

30739 09/04/2009 07:35 AM Cesar Ordiñana

Add dependencies needed for tests execution

30715 09/02/2009 08:20 AM Cesar Ordiñana

Add dependency with the DALLibrary for DynClass initialization.

30633 09/01/2009 08:00 AM Cesar Ordiñana

Small Library API refactoring

30631 09/01/2009 07:48 AM Jorge Piera

Adding Memory Provider...

30622 08/31/2009 03:27 AM Jose Manuel Vivó Arnal

Added no blocking resource management

30580 08/26/2009 03:41 AM Cesar Ordiñana

New automatic Library initialization mechanism and Library API refactoring

30569 08/25/2009 03:13 AM Jose Manuel Vivó Arnal

new style StoreProvider creation

30568 08/25/2009 02: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 05:27 AM Cesar Ordiñana

Persistence registration correction and removal of unused code.

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

To set default Value of a FeatureAttribute must to use setDefaultValue, not setDefaultDynValue

30550 08/24/2009 02: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

30549 08/21/2009 07:08 AM Jose Manuel Vivó Arnal
30345 08/06/2009 06:08 AM Jorge Piera

Line commented to run the application

30341 08/06/2009 03:09 AM Jorge Piera

Adding the getFlatness method to the geometry manager

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

Fixed little incompatibility

30208 07/30/2009 07:08 AM Jose Manuel Vivó Arnal
30187 07/29/2009 07:55 AM 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 09:38 AM Cesar Ordiñana

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

30080 07/21/2009 09:17 AM Jose Manuel Vivó Arnal

Added check of type

30079 07/21/2009 09:10 AM Jose Manuel Vivó Arnal

Moved types classes to DataTypes.
added persistence supported types.

30068 07/21/2009 08:21 AM Jose Manuel Vivó Arnal

Added default DAL implementation Library

30065 07/21/2009 07:52 AM Jose Manuel Vivó Arnal

Added persistence test

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

Removed persistence of provider.
Fixed null set selection problems.

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

New API persistence version

29789 07/06/2009 08:29 AM Javier Carrasco

Compatibility issues resolved

29632 06/29/2009 12:56 PM Jorge Piera

Refactoring of packages

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

Implemented Persistent methods.
Property scale included in queryParameters

29445 06/16/2009 07:20 AM Jose Manuel Vivó Arnal

Refactoring DataServerExplorerProviders constructor

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

29294 06/09/2009 06:49 AM Jose Manuel Vivó Arnal

Added checks to store and serverExplorer register

29293 06/09/2009 06:26 AM Jose Manuel Vivó Arnal

Fixed envelope dynField name

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

Dal SPI refactoring

29291 06/09/2009 04:33 AM Jose Manuel Vivó Arnal

Added checks to testIntializeStore

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

Dal SPI Javadoc and refactoring

29288 06/09/2009 03:12 AM Jose Manuel Vivó Arnal