Statistics
| Revision:

root / tags / v2_0_0_Build_2051 / libraries / libFMap_dalfile / src / org / gvsig / fmap / dal / store / shp / SHPStoreProvider.java @ 38736

History | View | Annotate | Download (17.9 KB)

  • svn:mime-type: text/plain
# Date Author Comment
38736 08/14/2012 01:56 PM Juan Lucas Domínguez

gvSIG 2.0.0 build 2051 (devel)

35473 06/14/2011 12:24 PM Jorge Piera

Updating the Shape reader to use the geometry api, instead of using the GeneralPathX. [gvsig-desktop #15384]

33718 10/20/2010 05:11 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....

33396 09/21/2010 12:52 PM Cristian Martín

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

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

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

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.

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.

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.

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.

31101 10/05/2009 01:29 PM 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 11:32 AM Jorge Piera

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

31022 09/29/2009 07: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.

30920 09/22/2009 12:42 PM Cesar Ordiñana

Access the DBFProvider only if non geometry data is being loaded

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

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

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.

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

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

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

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

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

28476 05/07/2009 03:07 PM Cesar Martinez Izquierdo

Adapt to the refactored 'loadFromState' method name in libTools

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

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

28088 04/21/2009 05:39 PM Vicente Caballero

Mostrar el tipo de shape

27875 04/07/2009 12:30 PM Vicente Caballero

CloseRequest

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

Quitar dependencia de DefaultFeatureType

27525 03/24/2009 06:04 PM Jose Manuel Vivó Arnal

Changed FeatureSet.fast/iterator() to return DisposableIterator

27413 03/16/2009 04:05 PM Jorge Piera

Adding a new exception in the geometries creation

27032 03/03/2009 01:44 PM Jorge Piera

Updating the classpath of some projects.

26904 02/24/2009 10:27 AM Jorge Piera

The GeometryManager.getGeometryFactory is deprecated

26837 02/19/2009 10:35 AM Jose Manuel Vivó Arnal

open raster layers with dal parameters

26777 02/16/2009 02:06 PM Jose Manuel Vivó Arnal
26717 02/11/2009 10:21 AM Jose Manuel Vivó Arnal
26323 02/02/2009 04:00 PM Jose Manuel Vivó Arnal
26252 01/28/2009 02:29 PM Jose Manuel Vivó Arnal
26061 01/19/2009 02:05 PM Jose Manuel Vivó Arnal
26057 01/19/2009 12:01 PM Jose Manuel Vivó Arnal
25997 01/14/2009 09:21 AM Jose Manuel Vivó Arnal
25993 01/13/2009 02:53 PM Jose Manuel Vivó Arnal
25965 01/12/2009 10:56 AM Jose Manuel Vivó Arnal

Fixed problem in Abstract Resource

25955 01/09/2009 02:48 PM Jose Manuel Vivó Arnal
25938 01/08/2009 10:02 AM Jose Manuel Vivó Arnal
25924 01/05/2009 05:30 PM Jose Manuel Vivó Arnal
25789 12/16/2008 05:25 PM Jose Manuel Vivó Arnal
25782 12/16/2008 01:59 PM Vicente Caballero

save editing

25752 12/12/2008 01:26 PM Vicente Caballero
25677 12/02/2008 10:11 AM Jose Manuel Vivó Arnal

Removed unnecesary calls to ceateNewOID

25610 11/28/2008 12:28 PM Vicente Caballero
25241 11/18/2008 09:06 AM Jose Manuel Vivó Arnal
25164 11/14/2008 01:46 PM Jose Manuel Vivó Arnal
24925 11/11/2008 12:12 PM Jose Manuel Vivó Arnal
24918 11/11/2008 11:24 AM Jose Manuel Vivó Arnal
24791 11/05/2008 01:18 PM Jose Manuel Vivó Arnal
24502 10/30/2008 12:00 PM Jose Manuel Vivó Arnal
24498 10/30/2008 11:53 AM Jose Manuel Vivó Arnal
24469 10/30/2008 09:47 AM Jose Manuel Vivó Arnal
24447 10/29/2008 02:43 PM Jose Manuel Vivó Arnal