ucar.unidata.gis.epsg
Class CoordinateReferenceSystem

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

public class CoordinateReferenceSystem
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
CoordinateReferenceSystem(int arg_coordRefSysCode, String arg_coordRefSysName, int arg_areaOfUseCode, String arg_coordRefSysKind, int arg_coordSysCode, int arg_datumCode, int arg_sourceGeogcrsCode, int arg_projectionConvCode, int arg_cmpdHorizcrsCode, int arg_cmpdVertcrsCode, String arg_crsScope, String arg_remarks, String arg_informationSource, String arg_dataSource, String arg_revisionDate, String arg_changeId, String arg_showCrs, String arg_deprecated)
          The constructor * @param arg_coordRefSysCode The coordRefSysCode argument
CoordinateReferenceSystem(List tuple)
          The list based constructor
 
Method Summary
static CoordinateReferenceSystem findCoordRefSysCode(int value)
          Find the CoordinateReferenceSystem object with the coordRefSysCode 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 getCmpdHorizcrsCode()
          Return the cmpdHorizcrsCode property.
 int getCmpdVertcrsCode()
          Return the cmpdVertcrsCode property.
 int getCoordRefSysCode()
          Return the coordRefSysCode property.
 String getCoordRefSysKind()
          Return the coordRefSysKind property.
 String getCoordRefSysName()
          Return the coordRefSysName property.
 int getCoordSysCode()
          Return the coordSysCode property.
 String getCrsScope()
          Return the crsScope property.
 String getDataSource()
          Return the dataSource property.
 int getDatumCode()
          Return the datumCode property.
 String getDeprecated()
          Return the deprecated property.
 String getInformationSource()
          Return the informationSource property.
 int getProjectionConvCode()
          Return the projectionConvCode property.
 String getRemarks()
          Return the remarks property.
 String getRevisionDate()
          Return the revisionDate property.
 String getShowCrs()
          Return the showCrs property.
 int getSourceGeogcrsCode()
          Return the sourceGeogcrsCode 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

CoordinateReferenceSystem

public CoordinateReferenceSystem(int arg_coordRefSysCode,
                                 String arg_coordRefSysName,
                                 int arg_areaOfUseCode,
                                 String arg_coordRefSysKind,
                                 int arg_coordSysCode,
                                 int arg_datumCode,
                                 int arg_sourceGeogcrsCode,
                                 int arg_projectionConvCode,
                                 int arg_cmpdHorizcrsCode,
                                 int arg_cmpdVertcrsCode,
                                 String arg_crsScope,
                                 String arg_remarks,
                                 String arg_informationSource,
                                 String arg_dataSource,
                                 String arg_revisionDate,
                                 String arg_changeId,
                                 String arg_showCrs,
                                 String arg_deprecated)
The constructor * @param arg_coordRefSysCode The coordRefSysCode argument

Parameters:
arg_coordRefSysName - The coordRefSysName argument
arg_areaOfUseCode - The areaOfUseCode argument
arg_coordRefSysKind - The coordRefSysKind argument
arg_coordSysCode - The coordSysCode argument
arg_datumCode - The datumCode argument
arg_sourceGeogcrsCode - The sourceGeogcrsCode argument
arg_projectionConvCode - The projectionConvCode argument
arg_cmpdHorizcrsCode - The cmpdHorizcrsCode argument
arg_cmpdVertcrsCode - The cmpdVertcrsCode argument
arg_crsScope - The crsScope 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_showCrs - The showCrs argument
arg_deprecated - The deprecated argument

CoordinateReferenceSystem

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

getAreaOfUseCode

public int getAreaOfUseCode()
Return the areaOfUseCode property.

Returns:
The areaOfUseCode property

getCoordRefSysKind

public String getCoordRefSysKind()
Return the coordRefSysKind property.

Returns:
The coordRefSysKind property

getCoordSysCode

public int getCoordSysCode()
Return the coordSysCode property.

Returns:
The coordSysCode property

getDatumCode

public int getDatumCode()
Return the datumCode property.

Returns:
The datumCode property

getSourceGeogcrsCode

public int getSourceGeogcrsCode()
Return the sourceGeogcrsCode property.

Returns:
The sourceGeogcrsCode property

getProjectionConvCode

public int getProjectionConvCode()
Return the projectionConvCode property.

Returns:
The projectionConvCode property

getCmpdHorizcrsCode

public int getCmpdHorizcrsCode()
Return the cmpdHorizcrsCode property.

Returns:
The cmpdHorizcrsCode property

getCmpdVertcrsCode

public int getCmpdVertcrsCode()
Return the cmpdVertcrsCode property.

Returns:
The cmpdVertcrsCode property

getCrsScope

public String getCrsScope()
Return the crsScope property.

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

getShowCrs

public String getShowCrs()
Return the showCrs property.

Returns:
The showCrs property

getDeprecated

public String getDeprecated()
Return the deprecated property.

Returns:
The deprecated property

findCoordRefSysCode

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

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