|
||||||||||
| 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.UnitOfMeasure
public class UnitOfMeasure
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 | |
|---|---|
UnitOfMeasure(int arg_uomCode,
String arg_unitOfMeasName,
String arg_unitOfMeasType,
int arg_targetUomCode,
double arg_factorB,
double arg_factorC,
String arg_remarks,
String arg_informationSource,
String arg_dataSource,
String arg_revisionDate,
String arg_changeId,
String arg_deprecated)
The constructor * @param arg_uomCode The uomCode argument |
|
UnitOfMeasure(List tuple)
The list based constructor |
|
| Method Summary | |
|---|---|
static List |
findAllUomCode(int value)
Find all of the UnitOfMeasure objects with the uomCode value == the given value |
double |
findDoubleByName(String varname)
Return the double value by name |
int |
findIntByName(String varname)
Return the integer value by name |
String |
findStringByName(String varname)
Return the String value by name |
static UnitOfMeasure |
findUomCode(int value)
Find the UnitOfMeasure object with the uomCode value == the given value |
String |
getChangeId()
Return the changeId property. |
String |
getDataSource()
Return the dataSource property. |
String |
getDeprecated()
Return the deprecated property. |
double |
getFactorB()
Return the factorB property. |
double |
getFactorC()
Return the factorC property. |
String |
getInformationSource()
Return the informationSource property. |
String |
getRemarks()
Return the remarks property. |
String |
getRevisionDate()
Return the revisionDate property. |
int |
getTargetUomCode()
Return the targetUomCode property. |
String |
getUnitOfMeasName()
Return the unitOfMeasName property. |
String |
getUnitOfMeasType()
Return the unitOfMeasType property. |
int |
getUomCode()
Return the uomCode 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 UnitOfMeasure(int arg_uomCode,
String arg_unitOfMeasName,
String arg_unitOfMeasType,
int arg_targetUomCode,
double arg_factorB,
double arg_factorC,
String arg_remarks,
String arg_informationSource,
String arg_dataSource,
String arg_revisionDate,
String arg_changeId,
String arg_deprecated)
arg_unitOfMeasName - The unitOfMeasName argumentarg_unitOfMeasType - The unitOfMeasType argumentarg_targetUomCode - The targetUomCode argumentarg_factorB - The factorB argumentarg_factorC - The factorC argumentarg_remarks - The remarks argumentarg_informationSource - The informationSource argumentarg_dataSource - The dataSource argumentarg_revisionDate - The revisionDate argumentarg_changeId - The changeId argumentarg_deprecated - The deprecated argumentpublic UnitOfMeasure(List tuple)
tuple - The list| Method Detail |
|---|
public int getUomCode()
public String getUnitOfMeasName()
public String getUnitOfMeasType()
public int getTargetUomCode()
public double getFactorB()
public double getFactorC()
public String getRemarks()
public String getInformationSource()
public String getDataSource()
public String getRevisionDate()
public String getChangeId()
public String getDeprecated()
public static List findAllUomCode(int value)
value - _more_
public static UnitOfMeasure findUomCode(int 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 | |||||||||