ucar.unidata.gis.epsg
Class CoordinateOperation

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

public class CoordinateOperation
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
CoordinateOperation(int arg_coordOpCode, String arg_coordOpName, String arg_coordOpType, int arg_sourceCrsCode, int arg_targetCrsCode, String arg_coordTfmVersion, int arg_coordOpVariant, int arg_areaOfUseCode, String arg_coordOpScope, String arg_coordOpMethodCode, String arg_uomCodeSourceOffsets, String arg_uomCodeTargetOffsets, String arg_remarks, String arg_informationSource, String arg_dataSource, String arg_revisionDate, String arg_changeId, String arg_showOperation, String arg_deprecated)
          The constructor * @param arg_coordOpCode The coordOpCode argument
CoordinateOperation(List tuple)
          The list based constructor
 
Method Summary
static CoordinateOperation findCoordOpCode(int value)
          Find the CoordinateOperation object with the coordOpCode value == the given value
 int findIntByName(String varname)
          Return the integer value by name
 String findStringByName(String varname)
          Return the String value by name
 int getAreaOfUseCode()
          Return the areaOfUseCode property.
 String getChangeId()
          Return the changeId property.
 int getCoordOpCode()
          Return the coordOpCode property.
 String getCoordOpMethodCode()
          Return the coordOpMethodCode property.
 String getCoordOpName()
          Return the coordOpName property.
 String getCoordOpScope()
          Return the coordOpScope property.
 String getCoordOpType()
          Return the coordOpType property.
 int getCoordOpVariant()
          Return the coordOpVariant property.
 String getCoordTfmVersion()
          Return the coordTfmVersion property.
 String getDataSource()
          Return the dataSource property.
 String getDeprecated()
          Return the deprecated property.
 String getInformationSource()
          Return the informationSource property.
 String getRemarks()
          Return the remarks property.
 String getRevisionDate()
          Return the revisionDate property.
 String getShowOperation()
          Return the showOperation property.
 int getSourceCrsCode()
          Return the sourceCrsCode property.
 int getTargetCrsCode()
          Return the targetCrsCode property.
 String getUomCodeSourceOffsets()
          Return the uomCodeSourceOffsets property.
 String getUomCodeTargetOffsets()
          Return the uomCodeTargetOffsets 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

CoordinateOperation

public CoordinateOperation(int arg_coordOpCode,
                           String arg_coordOpName,
                           String arg_coordOpType,
                           int arg_sourceCrsCode,
                           int arg_targetCrsCode,
                           String arg_coordTfmVersion,
                           int arg_coordOpVariant,
                           int arg_areaOfUseCode,
                           String arg_coordOpScope,
                           String arg_coordOpMethodCode,
                           String arg_uomCodeSourceOffsets,
                           String arg_uomCodeTargetOffsets,
                           String arg_remarks,
                           String arg_informationSource,
                           String arg_dataSource,
                           String arg_revisionDate,
                           String arg_changeId,
                           String arg_showOperation,
                           String arg_deprecated)
The constructor * @param arg_coordOpCode The coordOpCode argument

Parameters:
arg_coordOpName - The coordOpName argument
arg_coordOpType - The coordOpType argument
arg_sourceCrsCode - The sourceCrsCode argument
arg_targetCrsCode - The targetCrsCode argument
arg_coordTfmVersion - The coordTfmVersion argument
arg_coordOpVariant - The coordOpVariant argument
arg_areaOfUseCode - The areaOfUseCode argument
arg_coordOpScope - The coordOpScope argument
arg_coordOpMethodCode - The coordOpMethodCode argument
arg_uomCodeSourceOffsets - The uomCodeSourceOffsets argument
arg_uomCodeTargetOffsets - The uomCodeTargetOffsets 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_showOperation - The showOperation argument
arg_deprecated - The deprecated argument

CoordinateOperation

public CoordinateOperation(List tuple)
The list based constructor

Parameters:
tuple - The list
Method Detail

getCoordOpCode

public int getCoordOpCode()
Return the coordOpCode property.

Returns:
The coordOpCode property

getCoordOpName

public String getCoordOpName()
Return the coordOpName property.

Returns:
The coordOpName property

getCoordOpType

public String getCoordOpType()
Return the coordOpType property.

Returns:
The coordOpType property

getSourceCrsCode

public int getSourceCrsCode()
Return the sourceCrsCode property.

Returns:
The sourceCrsCode property

getTargetCrsCode

public int getTargetCrsCode()
Return the targetCrsCode property.

Returns:
The targetCrsCode property

getCoordTfmVersion

public String getCoordTfmVersion()
Return the coordTfmVersion property.

Returns:
The coordTfmVersion property

getCoordOpVariant

public int getCoordOpVariant()
Return the coordOpVariant property.

Returns:
The coordOpVariant property

getAreaOfUseCode

public int getAreaOfUseCode()
Return the areaOfUseCode property.

Returns:
The areaOfUseCode property

getCoordOpScope

public String getCoordOpScope()
Return the coordOpScope property.

Returns:
The coordOpScope property

getCoordOpMethodCode

public String getCoordOpMethodCode()
Return the coordOpMethodCode property.

Returns:
The coordOpMethodCode property

getUomCodeSourceOffsets

public String getUomCodeSourceOffsets()
Return the uomCodeSourceOffsets property.

Returns:
The uomCodeSourceOffsets property

getUomCodeTargetOffsets

public String getUomCodeTargetOffsets()
Return the uomCodeTargetOffsets property.

Returns:
The uomCodeTargetOffsets 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

getShowOperation

public String getShowOperation()
Return the showOperation property.

Returns:
The showOperation property

getDeprecated

public String getDeprecated()
Return the deprecated property.

Returns:
The deprecated property

findCoordOpCode

public static CoordinateOperation findCoordOpCode(int value)
Find the CoordinateOperation 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

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