|
||||||||||
| 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.CoordinateOperationParameterValue
public class CoordinateOperationParameterValue
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 | |
|---|---|
CoordinateOperationParameterValue(int arg_coordOpCode,
int arg_coordOpMethodCode,
int arg_parameterCode,
double arg_parameterValue,
String arg_paramValueFileRef,
int arg_uomCode)
The constructor * @param arg_coordOpCode The coordOpCode argument |
|
CoordinateOperationParameterValue(List tuple)
The list based constructor |
|
| Method Summary | |
|---|---|
static CoordinateOperationParameterValue |
findCoordOpCode(int value)
Find the CoordinateOperationParameterValue object with the coordOpCode 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 |
int |
getCoordOpCode()
Return the coordOpCode property. |
int |
getCoordOpMethodCode()
Return the coordOpMethodCode property. |
int |
getParameterCode()
Return the parameterCode property. |
double |
getParameterValue()
Return the parameterValue property. |
String |
getParamValueFileRef()
Return the paramValueFileRef 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 CoordinateOperationParameterValue(int arg_coordOpCode,
int arg_coordOpMethodCode,
int arg_parameterCode,
double arg_parameterValue,
String arg_paramValueFileRef,
int arg_uomCode)
arg_coordOpMethodCode - The coordOpMethodCode argumentarg_parameterCode - The parameterCode argumentarg_parameterValue - The parameterValue argumentarg_paramValueFileRef - The paramValueFileRef argumentarg_uomCode - The uomCode argumentpublic CoordinateOperationParameterValue(List tuple)
tuple - The list| Method Detail |
|---|
public int getCoordOpCode()
public int getCoordOpMethodCode()
public int getParameterCode()
public double getParameterValue()
public String getParamValueFileRef()
public int getUomCode()
public static CoordinateOperationParameterValue findCoordOpCode(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 | |||||||||