Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk / org.gvsig.tools / org.gvsig.tools.lib / src / main / java / org / gvsig / tools / dataTypes / impl / coercion / CoerceToString.java @ 989

History | View | Annotate | Download (2.04 KB)

  • svn:mime-type: text/plain
# Date Author Comment
989 01/24/2014 05:16 AM Joaquín del Cerro Murciano

Añadido al coerce la posibilidad de especificar un locale de cara al parseo de numeros decimales y a su conversion en cadena.

962 11/20/2013 11:56 AM Joaquín del Cerro Murciano

Fix coercion with null values
refs #2116

802 05/10/2013 08:42 AM Cesar Ordiñana

Add or update headers to the current gvSIG Association one.
Updated while in the Code Copyright Review for the OSGEO incubation process report.

112 05/07/2010 05:02 AM Joaquín del Cerro Murciano
  • Extends DataTypeManager to add coerce methods
    and use this in DynObjects.
  • Remove use of deprecated code.
  • Fix register of DefaultDataTypesManager.
  • Remove deprecated methods of DataTypes
    and back this to an interface.