ucar.unidata.gis.epsg
Class CoordinateOperationMethod

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

public class CoordinateOperationMethod
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
CoordinateOperationMethod(int arg_coordOpMethodCode, String arg_coordOpMethodName, int arg_reverseOp, String arg_formula, String arg_example, String arg_remarks, String arg_informationSource, String arg_dataSource, String arg_revisionDate, String arg_changeId, String arg_deprecated)
          The constructor * @param arg_coordOpMethodCode The coordOpMethodCode argument
CoordinateOperationMethod(List tuple)
          The list based constructor
 
Method Summary
static List findAllCoordOpMethodCode(int value)
          Find all of the CoordinateOperationMethod objects with the coordOpMethodCode value == the given value
static CoordinateOperationMethod findCoordOpMethodCode(int value)
          Find the CoordinateOperationMethod object with the coordOpMethodCode value == the given value
 int findIntByName(String varname)
          Return the integer value by name
 String findStringByName(String varname)
          Return the String value by name
 String getChangeId()
          Return the changeId property.
 int getCoordOpMethodCode()
          Return the coordOpMethodCode property.
 String getCoordOpMethodName()
          Return the coordOpMethodName property.
 String getDataSource()
          Return the dataSource property.
 String getDeprecated()
          Return the deprecated property.
 String getExample()
          Return the example property.
 String getFormula()
          Return the formula property.
 String getInformationSource()
          Return the informationSource property.
 String getRemarks()
          Return the remarks property.
 int getReverseOp()
          Return the reverseOp property.
 String getRevisionDate()
          Return the revisionDate 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

CoordinateOperationMethod

public CoordinateOperationMethod(int arg_coordOpMethodCode,
                                 String arg_coordOpMethodName,
                                 int arg_reverseOp,
                                 String arg_formula,
                                 String arg_example,
                                 String arg_remarks,
                                 String arg_informationSource,
                                 String arg_dataSource,
                                 String arg_revisionDate,
                                 String arg_changeId,
                                 String arg_deprecated)
The constructor * @param arg_coordOpMethodCode The coordOpMethodCode argument

Parameters:
arg_coordOpMethodName - The coordOpMethodName argument
arg_reverseOp - The reverseOp argument
arg_formula - The formula argument
arg_example - The example argument
arg_remarks - The remarks argument
arg_informationSource - The informationSource argument
arg_dataSource - The dataSource argument
arg_revisionDate - The revisionDate argument
arg_changeId - The changeId argument
arg_deprecated - The deprecated argument

CoordinateOperationMethod

public CoordinateOperationMethod(List tuple)
The list based constructor

Parameters:
tuple - The list
Method Detail

getCoordOpMethodCode

public int getCoordOpMethodCode()
Return the coordOpMethodCode property.

Returns:
The coordOpMethodCode property

getCoordOpMethodName

public String getCoordOpMethodName()
Return the coordOpMethodName property.

Returns:
The coordOpMethodName property

getReverseOp

public int getReverseOp()
Return the reverseOp property.

Returns:
The reverseOp property

getFormula

public String getFormula()
Return the formula property.

Returns:
The formula property

getExample

public String getExample()
Return the example property.

Returns:
The example property

getRemarks

public String getRemarks()
Return the remarks property.

Returns:
The remarks property

getInformationSource

public String getInformationSource()
Return the informationSource property.

Returns:
The informationSource property

getDataSource

public String getDataSource()
Return the dataSource property.

Returns:
The dataSource property

getRevisionDate

public String getRevisionDate()
Return the revisionDate property.

Returns:
The revisionDate property

getChangeId

public String getChangeId()
Return the changeId property.

Returns:
The changeId property

getDeprecated

public String getDeprecated()
Return the deprecated property.

Returns:
The deprecated property

findAllCoordOpMethodCode

public static List findAllCoordOpMethodCode(int value)
Find all of the CoordinateOperationMethod objects with the coordOpMethodCode value == the given value

Parameters:
value - _more_
Returns:
The found objects

findCoordOpMethodCode

public static CoordinateOperationMethod findCoordOpMethodCode(int value)
Find the CoordinateOperationMethod object with the coordOpMethodCode 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

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