Class DataTypeUtils

java.lang.Object
org.gvsig.tools.dataTypes.DataTypeUtils
org.gvsig.fmap.dal.DataTypeUtils

public class DataTypeUtils extends org.gvsig.tools.dataTypes.DataTypeUtils
Author:
jjdelcerro
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.gvsig.fmap.geom.Geometry
    toGeometry(Object value, String defaultValue)
     
    static org.gvsig.timesupport.Interval
    toInterval(Object value, String defaultValue)
     
    static org.gvsig.crs.projection.lib.Projection
    toProjection(Object value, String defaultValue)
     

    Methods inherited from class org.gvsig.tools.dataTypes.DataTypeUtils

    coerce, coerce, coerceContextDecimal, coerceContextDecimal, coerceContextDefaultDecimal, coerceContextDefaultLocale, coerceContextLocale, getCoercion, isFalse, isTrue, toBigDecimal, toBigDecimal, toBoolean, toBoolean, toByte, toByte, toByteArray, toDate, toDate, toDate, toDate, toDate, toDate, toDate, toDouble, toDouble, toFloat, toFloat, toInteger, toInteger, toLocalDate, toLocalDate, toLocalDate, toLocalDate, toLocalDate, toLocalDate, toLocalDate, toLocalDateTime, toLocalDateTime, toLocalDateTime, toLocalDateTime, toLocalDateTime, toLocalDateTime, toLocalDateTime, toLocalTime, toLocalTime, toLocalTime, toLocalTime, toLocalTime, toLocalTime, toLocalTime, toLong, toLong, toShort, toShort, toString, toString, toString, toTime, toTime, toTime, toTime, toTime, toTime, toTime, toTimestamp, toTimestamp, toTimestamp, toTimestamp, toTimestamp, toTimestamp, toTimestamp, toTimestamp, toTimestamp

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DataTypeUtils

      public DataTypeUtils()
  • Method Details

    • toProjection

      public static org.gvsig.crs.projection.lib.Projection toProjection(Object value, String defaultValue)
    • toInterval

      public static org.gvsig.timesupport.Interval toInterval(Object value, String defaultValue)
    • toGeometry

      public static org.gvsig.fmap.geom.Geometry toGeometry(Object value, String defaultValue)