Package ucar.unidata.gis.epsg
Class Gcs
java.lang.Object
ucar.unidata.util.CsvDb
ucar.unidata.gis.epsg.Gcs
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
ConstructorsConstructorDescriptionGcs
(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 argumentThe list based constructor -
Method Summary
Modifier and TypeMethodDescriptionstatic Gcs
findCoordRefSysCode
(int value) Find the Gcs object with the coordRefSysCode value == the given valuedouble
findDoubleByName
(String varname) Return the double value by nameint
findIntByName
(String varname) Return the integer value by namefindStringByName
(String varname) Return the String value by nameint
Return the coordOpMethodCode property.int
Return the coordRefSysCode property.Return the coordRefSysName property.int
Return the datumCode property.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
Return the ellipsoidCode property.int
Return the greenwichDatum property.int
Return the primeMeridianCode property.double
getRx()
Return the rx property.double
getRy()
Return the ry property.double
getRz()
Return the rz property.int
Return the uomCode property.static void
Implement maintoString()
Override toString
-
Constructor Details
-
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 argumentarg_datumCode
- The datumCode argumentarg_datumName
- The datumName argumentarg_greenwichDatum
- The greenwichDatum argumentarg_uomCode
- The uomCode argumentarg_ellipsoidCode
- The ellipsoidCode argumentarg_primeMeridianCode
- The primeMeridianCode argumentarg_coordOpMethodCode
- The coordOpMethodCode argumentarg_dx
- The dx argumentarg_dy
- The dy argumentarg_dz
- The dz argumentarg_rx
- The rx argumentarg_ry
- The ry argumentarg_rz
- The rz argumentarg_ds
- The ds argument
-
Gcs
The list based constructor- Parameters:
tuple
- The list
-
-
Method Details
-
getCoordRefSysCode
public int getCoordRefSysCode()Return the coordRefSysCode property.- Returns:
- The coordRefSysCode property
-
getCoordRefSysName
Return the coordRefSysName property.- Returns:
- The coordRefSysName property
-
getDatumCode
public int getDatumCode()Return the datumCode property.- Returns:
- The datumCode property
-
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
Find the Gcs object with the coordRefSysCode value == the given value- Parameters:
value
- _more_- Returns:
- The object
-
findIntByName
Return the integer value by name- Parameters:
varname
- The name- Returns:
- The integer value
-
findDoubleByName
Return the double value by name- Parameters:
varname
- The name- Returns:
- The double value
-
findStringByName
Return the String value by name- Parameters:
varname
- The name- Returns:
- The String value
-
toString
Override toString -
main
Implement main- Parameters:
args
- The args
-