Package ucar.unidata.gis.epsg
Class Alias
java.lang.Object
ucar.unidata.util.CsvDb
ucar.unidata.gis.epsg.Alias
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Alias
findAliasCode
(int value) Find the Alias object with the aliasCode value == the given valueint
findIntByName
(String varname) Return the integer value by namefindStringByName
(String varname) Return the String value by namegetAlias()
Return the alias property.int
Return the aliasCode property.int
Return the namingSystemCode property.int
Return the objectCode property.Return the objectTableName property.Return the remarks property.static void
Implement maintoString()
Override toString
-
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 argumentarg_objectCode
- The objectCode argumentarg_namingSystemCode
- The namingSystemCode argumentarg_alias
- The alias argumentarg_remarks
- The remarks argument
-
Alias
The list based constructor- Parameters:
tuple
- The list
-
-
Method Details
-
getAliasCode
public int getAliasCode()Return the aliasCode property.- Returns:
- The aliasCode property
-
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
Return the alias property.- Returns:
- The alias property
-
getRemarks
Return the remarks property.- Returns:
- The remarks property
-
findAliasCode
Find the Alias object with the aliasCode value == the given value- Parameters:
value
- _more_- Returns:
- The object
-
findIntByName
Return the integer value by name- Parameters:
varname
- The name- Returns:
- The integer value
-
findStringByName
Return the String value by name- Parameters:
varname
- The name- Returns:
- The String value
-
toString
Override toString -
main
Implement main- Parameters:
args
- The args
-