Class Datum

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

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

    • Datum

      public Datum(int arg_datumCode, String arg_datumName, String arg_datumType, String arg_originDescription, String arg_realizationEpoch, String arg_ellipsoidCode, int arg_primeMeridianCode, int arg_areaOfUseCode, String arg_datumScope, String arg_remarks, String arg_informationSource, String arg_dataSource, String arg_revisionDate, String arg_changeId, String arg_deprecated)
      The constructor * @param arg_datumCode The datumCode argument
      Parameters:
      arg_datumName - The datumName argument
      arg_datumType - The datumType argument
      arg_originDescription - The originDescription argument
      arg_realizationEpoch - The realizationEpoch argument
      arg_ellipsoidCode - The ellipsoidCode argument
      arg_primeMeridianCode - The primeMeridianCode argument
      arg_areaOfUseCode - The areaOfUseCode argument
      arg_datumScope - The datumScope 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
    • Datum

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

    • getDatumCode

      public int getDatumCode()
      Return the datumCode property.
      Returns:
      The datumCode property
    • getDatumName

      public String getDatumName()
      Return the datumName property.
      Returns:
      The datumName property
    • getDatumType

      public String getDatumType()
      Return the datumType property.
      Returns:
      The datumType property
    • getOriginDescription

      public String getOriginDescription()
      Return the originDescription property.
      Returns:
      The originDescription property
    • getRealizationEpoch

      public String getRealizationEpoch()
      Return the realizationEpoch property.
      Returns:
      The realizationEpoch property
    • getEllipsoidCode

      public String getEllipsoidCode()
      Return the ellipsoidCode property.
      Returns:
      The ellipsoidCode property
    • getPrimeMeridianCode

      public int getPrimeMeridianCode()
      Return the primeMeridianCode property.
      Returns:
      The primeMeridianCode property
    • getAreaOfUseCode

      public int getAreaOfUseCode()
      Return the areaOfUseCode property.
      Returns:
      The areaOfUseCode property
    • getDatumScope

      public String getDatumScope()
      Return the datumScope property.
      Returns:
      The datumScope 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
    • findDatumCode

      public static Datum findDatumCode(int value)
      Find the Datum object with the datumCode 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