Class Alias

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

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

    • Alias

      public Alias(int arg_aliasCode, String arg_objectTableName, int arg_objectCode, int arg_namingSystemCode, String arg_alias, String arg_remarks)
      The constructor * @param arg_aliasCode The aliasCode argument
      Parameters:
      arg_objectTableName - The objectTableName argument
      arg_objectCode - The objectCode argument
      arg_namingSystemCode - The namingSystemCode argument
      arg_alias - The alias argument
      arg_remarks - The remarks argument
    • Alias

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

    • getAliasCode

      public int getAliasCode()
      Return the aliasCode property.
      Returns:
      The aliasCode 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
    • getNamingSystemCode

      public int getNamingSystemCode()
      Return the namingSystemCode property.
      Returns:
      The namingSystemCode property
    • getAlias

      public String getAlias()
      Return the alias property.
      Returns:
      The alias property
    • getRemarks

      public String getRemarks()
      Return the remarks property.
      Returns:
      The remarks property
    • findAliasCode

      public static Alias findAliasCode(int value)
      Find the Alias object with the aliasCode 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
    • 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