Package ucar.unidata.gis.epsg
Class CoordinateOperationParameterValue
java.lang.Object
ucar.unidata.util.CsvDb
ucar.unidata.gis.epsg.CoordinateOperationParameterValue
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
ConstructorsConstructorDescriptionCoordinateOperationParameterValue
(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 argumentThe list based constructor -
Method Summary
Modifier and TypeMethodDescriptionfindCoordOpCode
(int value) Find the CoordinateOperationParameterValue object with the coordOpCode value == the given valuedouble
findDoubleByName
(String varname) Return the double value by nameint
findIntByName
(String varname) Return the integer value by namefindStringByName
(String varname) Return the String value by nameint
Return the coordOpCode property.int
Return the coordOpMethodCode property.int
Return the parameterCode property.double
Return the parameterValue property.Return the paramValueFileRef property.int
Return the uomCode property.static void
Implement maintoString()
Override toString
-
Constructor Details
-
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 argumentarg_parameterCode
- The parameterCode argumentarg_parameterValue
- The parameterValue argumentarg_paramValueFileRef
- The paramValueFileRef argumentarg_uomCode
- The uomCode argument
-
CoordinateOperationParameterValue
The list based constructor- Parameters:
tuple
- The list
-
-
Method Details
-
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
Return the paramValueFileRef property.- Returns:
- The paramValueFileRef property
-
getUomCode
public int getUomCode()Return the uomCode property.- Returns:
- The uomCode property
-
findCoordOpCode
Find the CoordinateOperationParameterValue object with the coordOpCode 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
-