Package ucar.unidata.gis.epsg
Class Deprecation
java.lang.Object
ucar.unidata.util.CsvDb
ucar.unidata.gis.epsg.Deprecation
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
ConstructorsConstructorDescriptionDeprecation
(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 argumentDeprecation
(List tuple) The list based constructor -
Method Summary
Modifier and TypeMethodDescriptionstatic Deprecation
findDeprecationId
(int value) Find the Deprecation object with the deprecationId value == the given valuedouble
findDoubleByName
(String varname) Return the double value by nameint
findIntByName
(String varname) Return the integer value by namefindStringByName
(String varname) Return the String value by namedouble
Return the changeId property.Return the deprecationDate property.int
Return the deprecationId property.Return the deprecationReason property.int
Return the objectCode property.Return the objectTableName property.int
Return the replacedBy property.static void
Implement maintoString()
Override toString
-
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 argumentarg_changeId
- The changeId argumentarg_objectTableName
- The objectTableName argumentarg_objectCode
- The objectCode argumentarg_replacedBy
- The replacedBy argumentarg_deprecationReason
- The deprecationReason argument
-
Deprecation
The list based constructor- Parameters:
tuple
- The list
-
-
Method Details
-
getDeprecationId
public int getDeprecationId()Return the deprecationId property.- Returns:
- The deprecationId property
-
getDeprecationDate
Return the deprecationDate property.- Returns:
- The deprecationDate property
-
getChangeId
public double getChangeId()Return the changeId property.- Returns:
- The changeId property
-
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
Return the deprecationReason property.- Returns:
- The deprecationReason property
-
findDeprecationId
Find the Deprecation object with the deprecationId 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
-
findDoubleByName
Return the double value by name- Parameters:
varname
- The name- Returns:
- The double 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
-