Statistics
| Revision:

root / tags / v2_0_0_Build_2047 / libraries / libFMap_dal / src / org / gvsig / fmap / dal / feature / impl / DefaultFeatureAttributeDescriptor.java @ 38284

History | View | Annotate | Download (16.1 KB)

  • svn:mime-type: text/plain
# Date Author Comment
38284 05/30/2012 11:12 AM Juan Lucas Domínguez

gvSIG 2.0.0 build 2047

37328 11/14/2011 05:39 PM Cesar Ordiñana

Change geometry type management from shape type id to GeometryType object.
Solves bug #15866: To edit a polygon shape layer by adding a polygon using points

37297 11/14/2011 09:08 AM Jorge Piera

Merging the time support to DAL [gvsig-desktop #15968]

36721 10/14/2011 09:18 AM fdiaz

gvsig-desktop#15391 Create a database layer using the dynamic forms
gvsig-desktop#15844 gvSIG can't editing Postgis layer.
gvsig-desktop#15560 New postgis window are empty

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

Change getdescription implementation

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

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.

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.

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

30208 07/30/2009 01:08 PM Jose Manuel Vivó Arnal
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.

30079 07/21/2009 03:10 PM Jose Manuel Vivó Arnal

Moved types classes to DataTypes.
added persistence supported types.

29033 05/27/2009 05:40 PM Jose Manuel Vivó Arnal

implemented equals

28947 05/21/2009 05:59 PM Jose Manuel Vivó Arnal

added missing byteArray class

27439 03/17/2009 03:44 PM Jose Manuel Vivó Arnal

Added support for Automatic Values from provider in attributes.
Added Additional Info in Attributes

26911 02/24/2009 12:22 PM Jorge Piera

The Geometry.Types.Z constant has been deleted

26790 02/16/2009 04:53 PM Jose Manuel Vivó Arnal
26717 02/11/2009 10:21 AM Jose Manuel Vivó Arnal
26220 01/27/2009 09:51 AM Vicente Caballero
25917 12/24/2008 12:23 PM Jose Manuel Vivó Arnal
25577 11/27/2008 11:35 AM Vicente Caballero
24496 10/30/2008 11:52 AM Jose Manuel Vivó Arnal
24467 10/30/2008 09:45 AM Jose Manuel Vivó Arnal
24421 10/28/2008 04:29 PM Jose Manuel Vivó Arnal
23894 10/13/2008 08:11 PM Joaquín del Cerro Murciano
23754 10/03/2008 01:45 PM Joaquín del Cerro Murciano

New Refactor.