ucar.unidata.gis.epsg
Class Gcs

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

public class Gcs
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
Gcs(int arg_coordRefSysCode, String arg_coordRefSysName, int arg_datumCode, String arg_datumName, int arg_greenwichDatum, int arg_uomCode, int arg_ellipsoidCode, int arg_primeMeridianCode, int arg_coordOpMethodCode, double arg_dx, double arg_dy, double arg_dz, double arg_rx, double arg_ry, double arg_rz, double arg_ds)
          The constructor * @param arg_coordRefSysCode The coordRefSysCode argument
Gcs(List tuple)
          The list based constructor
 
Method Summary
static Gcs findCoordRefSysCode(int value)
          Find the Gcs 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
 int getCoordOpMethodCode()
          Return the coordOpMethodCode property.
 int getCoordRefSysCode()
          Return the coordRefSysCode property.
 String getCoordRefSysName()
          Return the coordRefSysName property.
 int getDatumCode()
          Return the datumCode property.
 String getDatumName()
          Return the datumName property.
 double getDs()
          Return the ds property.
 double getDx()
          Return the dx property.
 double getDy()
          Return the dy property.
 double getDz()
          Return the dz property.
 int getEllipsoidCode()
          Return the ellipsoidCode property.
 int getGreenwichDatum()
          Return the greenwichDatum property.
 int getPrimeMeridianCode()
          Return the primeMeridianCode property.
 double getRx()
          Return the rx property.
 double getRy()
          Return the ry property.
 double getRz()
          Return the rz 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

Gcs

public Gcs(int arg_coordRefSysCode,
           String arg_coordRefSysName,
           int arg_datumCode,
           String arg_datumName,
           int arg_greenwichDatum,
           int arg_uomCode,
           int arg_ellipsoidCode,
           int arg_primeMeridianCode,
           int arg_coordOpMethodCode,
           double arg_dx,
           double arg_dy,
           double arg_dz,
           double arg_rx,
           double arg_ry,
           double arg_rz,
           double arg_ds)
The constructor * @param arg_coordRefSysCode The coordRefSysCode argument

Parameters:
arg_coordRefSysName - The coordRefSysName argument
arg_datumCode - The datumCode argument
arg_datumName - The datumName argument
arg_greenwichDatum - The greenwichDatum argument
arg_uomCode - The uomCode argument
arg_ellipsoidCode - The ellipsoidCode argument
arg_primeMeridianCode - The primeMeridianCode argument
arg_coordOpMethodCode - The coordOpMethodCode argument
arg_dx - The dx argument
arg_dy - The dy argument
arg_dz - The dz argument
arg_rx - The rx argument
arg_ry - The ry argument
arg_rz - The rz argument
arg_ds - The ds argument

Gcs

public Gcs(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

getDatumCode

public int getDatumCode()
Return the datumCode property.

Returns:
The datumCode property

getDatumName

public String getDatumName()
Return the datumName property.

Returns:
The datumName property

getGreenwichDatum

public int getGreenwichDatum()
Return the greenwichDatum property.

Returns:
The greenwichDatum property

getUomCode

public int getUomCode()
Return the uomCode property.

Returns:
The uomCode property

getEllipsoidCode

public int getEllipsoidCode()
Return the ellipsoidCode property.

Returns:
The ellipsoidCode property

getPrimeMeridianCode

public int getPrimeMeridianCode()
Return the primeMeridianCode property.

Returns:
The primeMeridianCode property

getCoordOpMethodCode

public int getCoordOpMethodCode()
Return the coordOpMethodCode property.

Returns:
The coordOpMethodCode property

getDx

public double getDx()
Return the dx property.

Returns:
The dx property

getDy

public double getDy()
Return the dy property.

Returns:
The dy property

getDz

public double getDz()
Return the dz property.

Returns:
The dz property

getRx

public double getRx()
Return the rx property.

Returns:
The rx property

getRy

public double getRy()
Return the ry property.

Returns:
The ry property

getRz

public double getRz()
Return the rz property.

Returns:
The rz property

getDs

public double getDs()
Return the ds property.

Returns:
The ds property

findCoordRefSysCode

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

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