ucar.unidata.gis.epsg
Class CoordinateOperationParameterValue

java.lang.Object
  extended by ucar.unidata.util.CsvDb
      extended by ucar.unidata.gis.epsg.CoordinateOperationParameterValue

public class CoordinateOperationParameterValue
extends CsvDb

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
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

CoordinateOperationParameterValue

public 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

Parameters:
arg_coordOpMethodCode - The coordOpMethodCode argument
arg_parameterCode - The parameterCode argument
arg_parameterValue - The parameterValue argument
arg_paramValueFileRef - The paramValueFileRef argument
arg_uomCode - The uomCode argument

CoordinateOperationParameterValue

public CoordinateOperationParameterValue(List tuple)
The list based constructor

Parameters:
tuple - The list
Method Detail

getCoordOpCode

public int getCoordOpCode()
Return the coordOpCode property.

Returns:
The coordOpCode property

getCoordOpMethodCode

public int getCoordOpMethodCode()
Return the coordOpMethodCode property.

Returns:
The coordOpMethodCode property

getParameterCode

public int getParameterCode()
Return the parameterCode property.

Returns:
The parameterCode property

getParameterValue

public double getParameterValue()
Return the parameterValue property.

Returns:
The parameterValue property

getParamValueFileRef

public String getParamValueFileRef()
Return the paramValueFileRef property.

Returns:
The paramValueFileRef property

getUomCode

public int getUomCode()
Return the uomCode property.

Returns:
The uomCode property

findCoordOpCode

public static CoordinateOperationParameterValue findCoordOpCode(int value)
Find the CoordinateOperationParameterValue object with the coordOpCode value == the given value

Parameters:
value - _more_
Returns:
The object

findIntByName

public int findIntByName(String varname)
Return the integer value by name

Parameters:
varname - The name
Returns:
The integer value

findDoubleByName

public double findDoubleByName(String varname)
Return the double value by name

Parameters:
varname - The name
Returns:
The double value

findStringByName

public String findStringByName(String varname)
Return the String value by name

Parameters:
varname - The name
Returns:
The String value

toString

public String toString()
Override toString

Overrides:
toString in class Object
Returns:
String

main

public static void main(String[] args)
Implement main

Parameters:
args - The args