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 SummaryFields inherited from class ucar.unidata.util.CsvDbBAD_DOUBLE, BAD_INTEGER
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecation(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 SummaryModifier and TypeMethodDescriptionstatic DeprecationfindDeprecationId(int value) Find the Deprecation object with the deprecationId value == the given valuedoublefindDoubleByName(String varname) Return the double value by nameintfindIntByName(String varname) Return the integer value by namefindStringByName(String varname) Return the String value by namedoubleReturn the changeId property.Return the deprecationDate property.intReturn the deprecationId property.Return the deprecationReason property.intReturn the objectCode property.Return the objectTableName property.intReturn the replacedBy property.static voidImplement maintoString()Override toString
- 
Constructor Details- 
Deprecationpublic 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
 
- 
DeprecationThe list based constructor- Parameters:
- tuple- The list
 
 
- 
- 
Method Details- 
getDeprecationIdpublic int getDeprecationId()Return the deprecationId property.- Returns:
- The deprecationId property
 
- 
getDeprecationDateReturn the deprecationDate property.- Returns:
- The deprecationDate property
 
- 
getChangeIdpublic double getChangeId()Return the changeId property.- Returns:
- The changeId property
 
- 
getObjectTableNameReturn the objectTableName property.- Returns:
- The objectTableName property
 
- 
getObjectCodepublic int getObjectCode()Return the objectCode property.- Returns:
- The objectCode property
 
- 
getReplacedBypublic int getReplacedBy()Return the replacedBy property.- Returns:
- The replacedBy property
 
- 
getDeprecationReasonReturn the deprecationReason property.- Returns:
- The deprecationReason property
 
- 
findDeprecationIdFind the Deprecation object with the deprecationId value == the given value- Parameters:
- value- _more_
- Returns:
- The object
 
- 
findIntByNameReturn the integer value by name- Parameters:
- varname- The name
- Returns:
- The integer value
 
- 
findDoubleByNameReturn the double value by name- Parameters:
- varname- The name
- Returns:
- The double value
 
- 
findStringByNameReturn the String value by name- Parameters:
- varname- The name
- Returns:
- The String value
 
- 
toStringOverride toString
- 
mainImplement main- Parameters:
- args- The args
 
 
-