|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.util.CsvDb
ucar.unidata.gis.epsg.Codes
public class Codes
This class has been generated from the different csv files from the libgeotiff package
| Field Summary |
|---|
| Fields inherited from class ucar.unidata.util.CsvDb |
|---|
BAD_DOUBLE, BAD_INTEGER |
| Constructor Summary | |
|---|---|
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 |
|
Codes(List tuple)
The list based constructor |
|
| Method Summary | |
|---|---|
double |
findDoubleByName(String varname)
Return the double value by name |
int |
findIntByName(String varname)
Return the integer value by name |
static Codes |
findRecordId(double value)
Find the Codes object with the recordId value == the given value |
String |
findStringByName(String varname)
Return the String value by name |
int |
getAllocatedHigh()
Return the allocatedHigh property. |
int |
getAllocatedLow()
Return the allocatedLow property. |
int |
getCodeMaximum()
Return the codeMaximum property. |
int |
getCodeMinimum()
Return the codeMinimum property. |
double |
getRecordId()
Return the recordId property. |
String |
getRemarks()
Return the remarks property. |
String |
getTableContents()
Return the tableContents property. |
String |
getTableName()
Return the tableName 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 |
|---|
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)
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 argumentpublic Codes(List tuple)
tuple - The list| Method Detail |
|---|
public double getRecordId()
public String getTableName()
public String getTableContents()
public int getCodeMinimum()
public int getCodeMaximum()
public int getAllocatedLow()
public int getAllocatedHigh()
public String getRemarks()
public static Codes findRecordId(double value)
value - _more_
public int findIntByName(String varname)
varname - The name
public double findDoubleByName(String varname)
varname - The name
public String findStringByName(String varname)
varname - The name
public String toString()
toString in class Objectpublic static void main(String[] args)
args - The args
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||