Class CoordinateOperationParameterValue

java.lang.Object
ucar.unidata.util.CsvDb
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
  • 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 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 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

      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