Class TransformUtils

java.lang.Object
org.gvsig.app.join.utils.TransformUtils

public class TransformUtils extends Object
DataTypes-related utility methods
Author:
jldominguez
  • Constructor Details

    • TransformUtils

      public TransformUtils()
  • Method Details

    • isNumericType

      public static boolean isNumericType(int t)
    • comparableTypes

      public static boolean comparableTypes(int a, int b)
    • getComparableDataTypes

      public static ArrayList<Integer> getComparableDataTypes(org.gvsig.fmap.dal.feature.FeatureType ft, int the_type)
      Parameters:
      ft -
      the_type -
      Returns: