Class CoordinateSystem

java.lang.Object
ucar.unidata.util.CsvDb
ucar.unidata.gis.epsg.CoordinateSystem

public class CoordinateSystem extends CsvDb
This class has been generated from the different csv files from the libgeotiff package
Author:
IDV development team
  • Constructor Details

    • CoordinateSystem

      public CoordinateSystem(int arg_coordSysCode, String arg_coordSysName, String arg_coordSysType, String arg_dimension, String arg_remarks, String arg_informationSource, String arg_dataSource, String arg_revisionDate, String arg_changeId, String arg_deprecated)
      The constructor * @param arg_coordSysCode The coordSysCode argument
      Parameters:
      arg_coordSysName - The coordSysName argument
      arg_coordSysType - The coordSysType argument
      arg_dimension - The dimension 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_deprecated - The deprecated argument
    • CoordinateSystem

      public CoordinateSystem(List tuple)
      The list based constructor
      Parameters:
      tuple - The list
  • Method Details

    • getCoordSysCode

      public int getCoordSysCode()
      Return the coordSysCode property.
      Returns:
      The coordSysCode property
    • getCoordSysName

      public String getCoordSysName()
      Return the coordSysName property.
      Returns:
      The coordSysName property
    • getCoordSysType

      public String getCoordSysType()
      Return the coordSysType property.
      Returns:
      The coordSysType property
    • getDimension

      public String getDimension()
      Return the dimension property.
      Returns:
      The dimension 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
    • getDeprecated

      public String getDeprecated()
      Return the deprecated property.
      Returns:
      The deprecated property
    • findCoordSysCode

      public static CoordinateSystem findCoordSysCode(int value)
      Find the CoordinateSystem object with the coordSysCode 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