Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2008 / libraries / libFMap_dalfile @ 42983

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

gvSIG 2.0.0 build 2008

32952 07/05/2010 03:06 AM Cesar Ordiñana

Add dependence on the DXFLibrary post initialization

32951 07/05/2010 03:06 AM Cesar Ordiñana

Add dependence on the DGNLibrary post initialization

32930 07/02/2010 02:15 PM Cesar Ordiñana

Update setting the CRS metadata value, as it changed its name from "defaultSRS" to "CRS".

32929 07/02/2010 02:14 PM Cesar Ordiñana

Solve error with the file parameter data type, was String instead of File

32927 07/02/2010 01:55 PM Cesar Ordiñana

Take into account the last read word may have only a byte size

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.

32677 05/17/2010 08:43 AM Cesar Ordiñana

Add dependence on the DALLibrary post initialization

32529 05/03/2010 09:29 AM Cesar Ordiñana

Remove javadoc generation separation

32361 04/14/2010 10:38 AM Cesar Ordiñana

Disable tests launching as they are too much long to be run on each install

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

31631 11/17/2009 04:15 AM Jorge Piera

Moving some classes of the API from org.gvsig.symbology to mapcontext.

31543 11/09/2009 07:03 AM Vicente Caballero

ellipse

31540 11/09/2009 05:52 AM Jorge Piera

Adding support for Circles like polygons in shape

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

31492 11/04/2009 07:06 AM Cesar Ordiñana

Create test files into the target folder

31379 10/21/2009 12:54 PM Cesar Ordiñana

If the shp had 3D Points, the created geometry values were not set

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.

31101 10/05/2009 07:29 AM Cesar Ordiñana

Check if the dbf can be written into the shp implementation, instead of calling to the parent dbf implementation, which was using the dbf resource, not initialized by the shp implementation.

31094 10/05/2009 05:32 AM Jorge Piera

Fixing a problem with the edition. The SHP provider has to initialize the DBF provider.

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

31023 09/29/2009 01:26 PM Cesar Ordiñana

Remove reference to incorrect class

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.

30950 09/23/2009 07:03 AM Jorge Piera

Updating some classpaths with some resources

30920 09/22/2009 06:42 AM Cesar Ordiñana

Access the DBFProvider only if non geometry data is being loaded

30901 09/21/2009 10:02 AM Jorge Piera

Generating the .project and the classpath from the pom file

30892 09/21/2009 08:02 AM Cesar Ordiñana

Extract SymbolManager methods from the MapContextManager

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

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

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.

30758 09/09/2009 08:09 AM Cesar Ordiñana

Change dal impl dependence scope from test to compile

30757 09/09/2009 06:14 AM Jorge Piera

Checking dependences

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

Added new TestCase extended class with automatic library initialization

30717 09/02/2009 01:04 PM Jorge Piera

Checking dependences

30714 09/02/2009 03:54 AM Cesar Ordiñana

Add dependencies between libraries for DynClass.

30712 09/02/2009 03:31 AM Cesar Ordiñana

Depends on the previous initialization of the DALDefaultImplLibrary

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

Small Library API refactoring

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

New automatic Library initialization mechanism and Library API refactoring

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

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

30326 08/06/2009 02:52 AM Jorge Piera

Adding the getFlatness method to the geometry manager

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.

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

Added default DAL implementation Library

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

removed incorrect dal library initialization

30011 07/17/2009 07:07 AM Cesar Ordiñana

Separate the simbology, legend and labeling API from the implementation in MapContext and move the implementation to a new extension.
Create the api for the GraphicsLayer and a new implementation based on DAL.

29973 07/15/2009 03:14 AM Juan Lucas Domínguez

Changes to make it CDC-compatible. Replaced call to GeneralPathX constructor and append.

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

New API persistence version

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

Refactoring of packages

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

Changed name "SHP file" --> "Shape"

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

Refactoring DataServerExplorerProviders constructor

29326 06/10/2009 04:08 AM Jose Manuel Vivó Arnal

Dal SPI refactoring

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

Dal SPI refactoring

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

Dal SPI Javadoc and refactoring

29174 06/03/2009 05:48 AM Cesar Ordiñana

Site javadoc configuration to separate API, SPI and implementation.
Links to JDK and other gvSIG libraries javadoc.

29140 06/02/2009 06:37 AM Jose Manuel Vivó Arnal

Fixed geometry types to max valid type (curve --> multiCurve & surface --> multiSurface).
Normalized geometry types.

29135 06/02/2009 05:59 AM Jose Manuel Vivó Arnal

Fixed geometry SubType

29127 06/02/2009 05:55 AM Jose Manuel Vivó Arnal

Fixed geometry types to max valid type (curve --> multiCurve & surface --> multiSurface)

29114 06/01/2009 08:36 AM Jose Manuel Vivó Arnal

Fixed missing envelope compute

29106 06/01/2009 06:58 AM Jose Manuel Vivó Arnal

added dgn file provider

29048 05/28/2009 08:20 AM Jose Manuel Vivó Arnal

Cached legend in resource dxf data

29041 05/28/2009 03:18 AM Vicente Caballero

#2150

29030 05/27/2009 10:13 AM Jose Manuel Vivó Arnal

added Field Names as constants in StoreProvider

29026 05/27/2009 08:22 AM Jose Manuel Vivó Arnal

Fixed dependecies (removed dal impl dependecies)

29025 05/27/2009 08:21 AM Jose Manuel Vivó Arnal

Implemented default legend and labeling of DXF

28983 05/26/2009 04:15 AM Jose Manuel Vivó Arnal

Added LabelingBuilder

28899 05/19/2009 10:18 AM Vicente Caballero

#2088

28839 05/18/2009 06:48 AM Vicente Caballero
28829 05/18/2009 03:35 AM Vicente Caballero

no crear Point2D directamente

28790 05/15/2009 04:00 AM Vicente Caballero

#2088

28777 05/14/2009 08:27 AM Vicente Caballero
28774 05/14/2009 07:16 AM Jorge Piera

Fixing a bug with the tests in Windows

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

Changed FeatureStoreProvider.append(Feature) --> FeatureStoreProvider.append(FeatureData)

28663 05/12/2009 08:36 AM Jose Manuel Vivó Arnal

Added method to checks if resources notify changes

28586 05/11/2009 10:54 AM Rafa Gaitán

added build-dir properties to all pom files

28554 05/11/2009 02:46 AM Cesar Ordiñana

Create javadoc groups to separate packages of API, SPI, implementation, etc.

28476 05/07/2009 09:07 AM Cesar Martinez Izquierdo

Adapt to the refactored 'loadFromState' method name in libTools

28380 05/05/2009 03:00 AM Jose Manuel Vivó Arnal

Fixed compile error (from method name refactoring)

28259 04/28/2009 09:15 AM Jose Manuel Vivó Arnal
28148 04/23/2009 11:47 AM Jose Manuel Vivó Arnal

Decode field names ussing encoding

28145 04/23/2009 09:48 AM Jose Manuel Vivó Arnal

Added soport for force Encoding.
Added current and original encodigo of file as metada.

28125 04/22/2009 12:35 PM Cesar Ordiñana

Change dependence from the jsr108 0.01 jars to the units gvsig legacy one.

28115 04/22/2009 09:11 AM Cesar Ordiñana

Set the eclipse project names the same as the project folder name

28100 04/22/2009 04:59 AM Cesar Ordiñana

Eclipse projects migrated to maven

28098 04/22/2009 04:50 AM Jose Manuel Vivó Arnal

Modified FeatureStoreProvider.performEditing for add a iterator over originals FType updated.

28088 04/21/2009 11:39 AM Vicente Caballero

Mostrar el tipo de shape

28080 04/21/2009 09:21 AM Cesar Martinez Izquierdo

Update new Persistence API and adapt the projects that were already using the first (proof-of-concept) version

28076 04/21/2009 08:39 AM Cesar Martinez Izquierdo

Update new Persistence API and adapt the projects that were already using the first (proof-of-concept) version

28030 04/16/2009 07:58 AM Jose Manuel Vivó Arnal
28017 04/16/2009 07:31 AM Jose Manuel Vivó Arnal

Added FeatureStore.getFeatureCount().
Added FeatureStoreProvider.getFeatureCount()

28001 04/16/2009 06:04 AM Vicente Caballero

empty date

27975 04/15/2009 07:52 AM Jose Manuel Vivó Arnal

removed traze

27954 04/14/2009 10:47 AM Jose Manuel Vivó Arnal
27931 04/14/2009 05:59 AM Jose Manuel Vivó Arnal

Added cresques proj impl for test

27923 04/14/2009 04:45 AM Jose Manuel Vivó Arnal

Fixed schema

27875 04/07/2009 06:30 AM Vicente Caballero

CloseRequest

27844 04/06/2009 10:19 AM Cesar Ordiñana

Añadir temporalmente dependencia con la implementación de DAL, a falta de resolver

27757 04/02/2009 12:06 PM Cesar Ordiñana

Quitar dependencia de DefaultFeatureType