ucar.unidata.gis.epsg
Class Pcs

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

public class Pcs
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
Pcs(int arg_coordRefSysCode, String arg_coordRefSysName, int arg_uomCode, int arg_sourceGeogcrsCode, int arg_coordOpCode, int arg_coordOpMethodCode, int arg_parameterCode1, double arg_parameterValue1, int arg_parameterUom1, int arg_parameterCode2, double arg_parameterValue2, int arg_parameterUom2, int arg_parameterCode3, double arg_parameterValue3, int arg_parameterUom3, int arg_parameterCode4, double arg_parameterValue4, int arg_parameterUom4, int arg_parameterCode5, double arg_parameterValue5, int arg_parameterUom5, int arg_parameterCode6, double arg_parameterValue6, int arg_parameterUom6, int arg_parameterCode7, double arg_parameterValue7, int arg_parameterUom7)
          The constructor * @param arg_coordRefSysCode The coordRefSysCode argument
Pcs(List tuple)
          The list based constructor
 
Method Summary
static List findAllCoordRefSysCode(int value)
          Find all of the Pcs objects with the coordRefSysCode value == the given value
 CoordinateOperation findCoordinateOperation()
          _more_
 CoordinateOperationMethod findCoordinateOperationMethod()
          _more_
static Pcs findCoordRefSysCode(int value)
          Find the Pcs object with the coordRefSysCode value == the given value
 double findDoubleByName(String varname)
          Return the double value by name
 int findIntByName(String varname)
          Return the integer value by name
 String findStringByName(String varname)
          Return the String value by name
 UnitOfMeasure findUnitOfMeasure()
          _more_
 int getCoordOpCode()
          Return the coordOpCode property.
 int getCoordOpMethodCode()
          Return the coordOpMethodCode property.
 int getCoordRefSysCode()
          Return the coordRefSysCode property.
 String getCoordRefSysName()
          Return the coordRefSysName property.
 int getParameterCode1()
          Return the parameterCode1 property.
 int getParameterCode2()
          Return the parameterCode2 property.
 int getParameterCode3()
          Return the parameterCode3 property.
 int getParameterCode4()
          Return the parameterCode4 property.
 int getParameterCode5()
          Return the parameterCode5 property.
 int getParameterCode6()
          Return the parameterCode6 property.
 int getParameterCode7()
          Return the parameterCode7 property.
 int getParameterUom1()
          Return the parameterUom1 property.
 int getParameterUom2()
          Return the parameterUom2 property.
 int getParameterUom3()
          Return the parameterUom3 property.
 int getParameterUom4()
          Return the parameterUom4 property.
 int getParameterUom5()
          Return the parameterUom5 property.
 int getParameterUom6()
          Return the parameterUom6 property.
 int getParameterUom7()
          Return the parameterUom7 property.
 double getParameterValue1()
          Return the parameterValue1 property.
 double getParameterValue2()
          Return the parameterValue2 property.
 double getParameterValue3()
          Return the parameterValue3 property.
 double getParameterValue4()
          Return the parameterValue4 property.
 double getParameterValue5()
          Return the parameterValue5 property.
 double getParameterValue6()
          Return the parameterValue6 property.
 double getParameterValue7()
          Return the parameterValue7 property.
 int getSourceGeogcrsCode()
          Return the sourceGeogcrsCode property.
 int getUomCode()
          Return the uomCode 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

Pcs

public Pcs(int arg_coordRefSysCode,
           String arg_coordRefSysName,
           int arg_uomCode,
           int arg_sourceGeogcrsCode,
           int arg_coordOpCode,
           int arg_coordOpMethodCode,
           int arg_parameterCode1,
           double arg_parameterValue1,
           int arg_parameterUom1,
           int arg_parameterCode2,
           double arg_parameterValue2,
           int arg_parameterUom2,
           int arg_parameterCode3,
           double arg_parameterValue3,
           int arg_parameterUom3,
           int arg_parameterCode4,
           double arg_parameterValue4,
           int arg_parameterUom4,
           int arg_parameterCode5,
           double arg_parameterValue5,
           int arg_parameterUom5,
           int arg_parameterCode6,
           double arg_parameterValue6,
           int arg_parameterUom6,
           int arg_parameterCode7,
           double arg_parameterValue7,
           int arg_parameterUom7)
The constructor * @param arg_coordRefSysCode The coordRefSysCode argument

Parameters:
arg_coordRefSysName - The coordRefSysName argument
arg_uomCode - The uomCode argument
arg_sourceGeogcrsCode - The sourceGeogcrsCode argument
arg_coordOpCode - The coordOpCode argument
arg_coordOpMethodCode - The coordOpMethodCode argument
arg_parameterCode1 - The parameterCode1 argument
arg_parameterValue1 - The parameterValue1 argument
arg_parameterUom1 - The parameterUom1 argument
arg_parameterCode2 - The parameterCode2 argument
arg_parameterValue2 - The parameterValue2 argument
arg_parameterUom2 - The parameterUom2 argument
arg_parameterCode3 - The parameterCode3 argument
arg_parameterValue3 - The parameterValue3 argument
arg_parameterUom3 - The parameterUom3 argument
arg_parameterCode4 - The parameterCode4 argument
arg_parameterValue4 - The parameterValue4 argument
arg_parameterUom4 - The parameterUom4 argument
arg_parameterCode5 - The parameterCode5 argument
arg_parameterValue5 - The parameterValue5 argument
arg_parameterUom5 - The parameterUom5 argument
arg_parameterCode6 - The parameterCode6 argument
arg_parameterValue6 - The parameterValue6 argument
arg_parameterUom6 - The parameterUom6 argument
arg_parameterCode7 - The parameterCode7 argument
arg_parameterValue7 - The parameterValue7 argument
arg_parameterUom7 - The parameterUom7 argument

Pcs

public Pcs(List tuple)
The list based constructor

Parameters:
tuple - The list
Method Detail

getCoordRefSysCode

public int getCoordRefSysCode()
Return the coordRefSysCode property.

Returns:
The coordRefSysCode property

getCoordRefSysName

public String getCoordRefSysName()
Return the coordRefSysName property.

Returns:
The coordRefSysName property

getUomCode

public int getUomCode()
Return the uomCode property.

Returns:
The uomCode property

getSourceGeogcrsCode

public int getSourceGeogcrsCode()
Return the sourceGeogcrsCode property.

Returns:
The sourceGeogcrsCode property

getCoordOpCode

public int getCoordOpCode()
Return the coordOpCode property.

Returns:
The coordOpCode property

getCoordOpMethodCode

public int getCoordOpMethodCode()
Return the coordOpMethodCode property.

Returns:
The coordOpMethodCode property

getParameterCode1

public int getParameterCode1()
Return the parameterCode1 property.

Returns:
The parameterCode1 property

getParameterValue1

public double getParameterValue1()
Return the parameterValue1 property.

Returns:
The parameterValue1 property

getParameterUom1

public int getParameterUom1()
Return the parameterUom1 property.

Returns:
The parameterUom1 property

getParameterCode2

public int getParameterCode2()
Return the parameterCode2 property.

Returns:
The parameterCode2 property

getParameterValue2

public double getParameterValue2()
Return the parameterValue2 property.

Returns:
The parameterValue2 property

getParameterUom2

public int getParameterUom2()
Return the parameterUom2 property.

Returns:
The parameterUom2 property

getParameterCode3

public int getParameterCode3()
Return the parameterCode3 property.

Returns:
The parameterCode3 property

getParameterValue3

public double getParameterValue3()
Return the parameterValue3 property.

Returns:
The parameterValue3 property

getParameterUom3

public int getParameterUom3()
Return the parameterUom3 property.

Returns:
The parameterUom3 property

getParameterCode4

public int getParameterCode4()
Return the parameterCode4 property.

Returns:
The parameterCode4 property

getParameterValue4

public double getParameterValue4()
Return the parameterValue4 property.

Returns:
The parameterValue4 property

getParameterUom4

public int getParameterUom4()
Return the parameterUom4 property.

Returns:
The parameterUom4 property

getParameterCode5

public int getParameterCode5()
Return the parameterCode5 property.

Returns:
The parameterCode5 property

getParameterValue5

public double getParameterValue5()
Return the parameterValue5 property.

Returns:
The parameterValue5 property

getParameterUom5

public int getParameterUom5()
Return the parameterUom5 property.

Returns:
The parameterUom5 property

getParameterCode6

public int getParameterCode6()
Return the parameterCode6 property.

Returns:
The parameterCode6 property

getParameterValue6

public double getParameterValue6()
Return the parameterValue6 property.

Returns:
The parameterValue6 property

getParameterUom6

public int getParameterUom6()
Return the parameterUom6 property.

Returns:
The parameterUom6 property

getParameterCode7

public int getParameterCode7()
Return the parameterCode7 property.

Returns:
The parameterCode7 property

getParameterValue7

public double getParameterValue7()
Return the parameterValue7 property.

Returns:
The parameterValue7 property

getParameterUom7

public int getParameterUom7()
Return the parameterUom7 property.

Returns:
The parameterUom7 property

findAllCoordRefSysCode

public static List findAllCoordRefSysCode(int value)
Find all of the Pcs objects with the coordRefSysCode value == the given value

Parameters:
value - _more_
Returns:
The found objects

findCoordRefSysCode

public static Pcs findCoordRefSysCode(int value)
Find the Pcs object with the coordRefSysCode 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

findUnitOfMeasure

public UnitOfMeasure findUnitOfMeasure()
_more_

Returns:
_more_

findCoordinateOperation

public CoordinateOperation findCoordinateOperation()
_more_

Returns:
_more_

findCoordinateOperationMethod

public CoordinateOperationMethod findCoordinateOperationMethod()
_more_

Returns:
_more_

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