Package ucar.unidata.gis.epsg
Class Codes
java.lang.Object
ucar.unidata.util.CsvDb
ucar.unidata.gis.epsg.Codes
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 TypeMethodDescriptiondouble
findDoubleByName
(String varname) Return the double value by nameint
findIntByName
(String varname) Return the integer value by namestatic Codes
findRecordId
(double value) Find the Codes object with the recordId value == the given valuefindStringByName
(String varname) Return the String value by nameint
Return the allocatedHigh property.int
Return the allocatedLow property.int
Return the codeMaximum property.int
Return the codeMinimum property.double
Return the recordId property.Return the remarks property.Return the tableContents property.Return the tableName property.static void
Implement maintoString()
Override toString
-
Constructor Details
-
Codes
public Codes(double arg_recordId, String arg_tableName, String arg_tableContents, int arg_codeMinimum, int arg_codeMaximum, int arg_allocatedLow, int arg_allocatedHigh, String arg_remarks) The constructor * @param arg_recordId The recordId argument- Parameters:
arg_tableName
- The tableName argumentarg_tableContents
- The tableContents argumentarg_codeMinimum
- The codeMinimum argumentarg_codeMaximum
- The codeMaximum argumentarg_allocatedLow
- The allocatedLow argumentarg_allocatedHigh
- The allocatedHigh argumentarg_remarks
- The remarks argument
-
Codes
The list based constructor- Parameters:
tuple
- The list
-
-
Method Details
-
getRecordId
public double getRecordId()Return the recordId property.- Returns:
- The recordId property
-
getTableName
Return the tableName property.- Returns:
- The tableName property
-
getTableContents
Return the tableContents property.- Returns:
- The tableContents property
-
getCodeMinimum
public int getCodeMinimum()Return the codeMinimum property.- Returns:
- The codeMinimum property
-
getCodeMaximum
public int getCodeMaximum()Return the codeMaximum property.- Returns:
- The codeMaximum property
-
getAllocatedLow
public int getAllocatedLow()Return the allocatedLow property.- Returns:
- The allocatedLow property
-
getAllocatedHigh
public int getAllocatedHigh()Return the allocatedHigh property.- Returns:
- The allocatedHigh property
-
getRemarks
Return the remarks property.- Returns:
- The remarks property
-
findRecordId
Find the Codes object with the recordId 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
-