Class CoordinateOperationPath

java.lang.Object
ucar.unidata.util.CsvDb
ucar.unidata.gis.epsg.CoordinateOperationPath

public class CoordinateOperationPath extends CsvDb
This class has been generated from the different csv files from the libgeotiff package
Author:
IDV development team
  • Constructor Details

    • CoordinateOperationPath

      public CoordinateOperationPath(int arg_concatOperationCode, int arg_singleOperationCode, int arg_opPathStep)
      The constructor * @param arg_concatOperationCode The concatOperationCode argument
      Parameters:
      arg_singleOperationCode - The singleOperationCode argument
      arg_opPathStep - The opPathStep argument
    • CoordinateOperationPath

      public CoordinateOperationPath(List tuple)
      The list based constructor
      Parameters:
      tuple - The list
  • Method Details

    • getConcatOperationCode

      public int getConcatOperationCode()
      Return the concatOperationCode property.
      Returns:
      The concatOperationCode property
    • getSingleOperationCode

      public int getSingleOperationCode()
      Return the singleOperationCode property.
      Returns:
      The singleOperationCode property
    • getOpPathStep

      public int getOpPathStep()
      Return the opPathStep property.
      Returns:
      The opPathStep property
    • findConcatOperationCode

      public static CoordinateOperationPath findConcatOperationCode(int value)
      Find the CoordinateOperationPath object with the concatOperationCode 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
    • 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