Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2020 / libraries / libFMap_dalfile @ 45641

  • svn:ignore: .classpath .project .settings maven-eclipse.xml target bin hs_err_pid* .externalToolBuilders .settings .classpath .project
# Date Author Comment
33951 10/26/2010 07:59 AM Cesar Ordiñana

gvSIG 2.0.0 build 2020

33652 10/08/2010 06:10 AM Joaquín del Cerro Murciano

- Changes in metadata dependencies
- Fix persistence bugs in symbology

33645 10/04/2010 10:11 AM Francisco Díaz Carsí

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

33396 09/21/2010 06:52 AM Cristian Martín

If shpFile.getSRSParameters is null, getDynValue("CRS") should provide the correspondent IProjection from the shape parameters.

33338 09/01/2010 05:06 AM Jorge Piera

It is not possible to create a new shape because the geometric field has not the Geometry type

33337 09/01/2010 05:04 AM Jorge Piera

It was not possible to create an INT field in a shape with length > 0

33336 09/01/2010 05:03 AM Jorge Piera

Adding an implementation for the getResourceRootPathName for the AbstractFilesystemServerExplorerProvider

33331 08/25/2010 08:52 AM 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.

33263 08/11/2010 06:05 AM Jorge Piera

Create an abstract provider for the FilesystemServerExplorerProvider

33255 08/05/2010 03:00 AM Jorge Piera

The Shape writer doesn't work, because the SHPStoreParameters overrides the getFile method and the file path of the DBF is wrong

33254 08/05/2010 02:58 AM Jorge Piera

The Shape writer doesn't work, because the SHPStoreParameters overrides the getFile method and the file path of the DBF is wrong

33205 07/23/2010 04: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.

33190 07/13/2010 03:43 AM Cesar Ordiñana

Remove unused method

33053 07/07/2010 06:03 AM Cesar Ordiñana

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

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

Add to the libreries declaration of dependency with other libraries.

33029 07/06/2010 11:03 AM Joaquín del Cerro Murciano

Improved exception handling

33028 07/06/2010 11:03 AM Joaquín del Cerro Murciano

Improved exception handling

32964 07/05/2010 07:13 AM Joaquín del Cerro Murciano

Fix bug when set shp file and not shx.

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.