ucar.unidata.gis.epsg
Class Alias

java.lang.Object
  extended by ucar.unidata.util.CsvDb
      extended by 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

Field Summary
 
Fields inherited from class ucar.unidata.util.CsvDb
BAD_DOUBLE, BAD_INTEGER
 
Constructor Summary
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
Alias(List tuple)
          The list based constructor
 
Method Summary
static Alias findAliasCode(int value)
          Find the Alias object with the aliasCode value == the given value
 int findIntByName(String varname)
          Return the integer value by name
 String findStringByName(String varname)
          Return the String value by name
 String getAlias()
          Return the alias property.
 int getAliasCode()
          Return the aliasCode property.
 int getNamingSystemCode()
          Return the namingSystemCode property.
 int getObjectCode()
          Return the objectCode property.
 String getObjectTableName()
          Return the objectTableName property.
 String getRemarks()
          Return the remarks property.
static void main(String[] args)
          Implement main
 String toString()
          Override toString
 
Methods inherited from class ucar.unidata.util.CsvDb
getDouble, getInt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 Detail

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