ucar.unidata.gis.epsg
Class CoordinateOperationPath

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

Field Summary
 
Fields inherited from class ucar.unidata.util.CsvDb
BAD_DOUBLE, BAD_INTEGER
 
Constructor Summary
CoordinateOperationPath(int arg_concatOperationCode, int arg_singleOperationCode, int arg_opPathStep)
          The constructor * @param arg_concatOperationCode The concatOperationCode argument
CoordinateOperationPath(List tuple)
          The list based constructor
 
Method Summary
static CoordinateOperationPath findConcatOperationCode(int value)
          Find the CoordinateOperationPath object with the concatOperationCode value == the given value
 int findIntByName(String varname)
          Return the integer value by name
 int getConcatOperationCode()
          Return the concatOperationCode property.
 int getOpPathStep()
          Return the opPathStep property.
 int getSingleOperationCode()
          Return the singleOperationCode 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

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 Detail

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