Class Deprecation

java.lang.Object
ucar.unidata.util.CsvDb
ucar.unidata.gis.epsg.Deprecation

public class Deprecation extends CsvDb
This class has been generated from the different csv files from the libgeotiff package
Author:
IDV development team
  • Constructor Details

    • Deprecation

      public Deprecation(int arg_deprecationId, String arg_deprecationDate, double arg_changeId, String arg_objectTableName, int arg_objectCode, int arg_replacedBy, String arg_deprecationReason)
      The constructor * @param arg_deprecationId The deprecationId argument
      Parameters:
      arg_deprecationDate - The deprecationDate argument
      arg_changeId - The changeId argument
      arg_objectTableName - The objectTableName argument
      arg_objectCode - The objectCode argument
      arg_replacedBy - The replacedBy argument
      arg_deprecationReason - The deprecationReason argument
    • Deprecation

      public Deprecation(List tuple)
      The list based constructor
      Parameters:
      tuple - The list
  • Method Details

    • getDeprecationId

      public int getDeprecationId()
      Return the deprecationId property.
      Returns:
      The deprecationId property
    • getDeprecationDate

      public String getDeprecationDate()
      Return the deprecationDate property.
      Returns:
      The deprecationDate property
    • getChangeId

      public double getChangeId()
      Return the changeId property.
      Returns:
      The changeId property
    • getObjectTableName

      public String getObjectTableName()
      Return the objectTableName property.
      Returns:
      The objectTableName property
    • getObjectCode

      public int getObjectCode()
      Return the objectCode property.
      Returns:
      The objectCode property
    • getReplacedBy

      public int getReplacedBy()
      Return the replacedBy property.
      Returns:
      The replacedBy property
    • getDeprecationReason

      public String getDeprecationReason()
      Return the deprecationReason property.
      Returns:
      The deprecationReason property
    • findDeprecationId

      public static Deprecation findDeprecationId(int value)
      Find the Deprecation object with the deprecationId value == the given value
      Parameters:
      value - _more_
      Returns:
      The object
    • findIntByName

      public int findIntByName(String varname)
      Return the integer value by name
      Parameters:
      varname - The name
      Returns:
      The integer value
    • findDoubleByName

      public double findDoubleByName(String varname)
      Return the double value by name
      Parameters:
      varname - The name
      Returns:
      The double value
    • findStringByName

      public String findStringByName(String varname)
      Return the String value by name
      Parameters:
      varname - The name
      Returns:
      The String value
    • toString

      public String toString()
      Override toString
      Overrides:
      toString in class Object
      Returns:
      String
    • main

      public static void main(String[] args)
      Implement main
      Parameters:
      args - The args