Class CoordinateReferenceSystem

java.lang.Object
ucar.unidata.util.CsvDb
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
  • Constructor Details

    • 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 Details

    • 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