Class CoordinateAxis

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

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

    • CoordinateAxis

      public CoordinateAxis(int arg_coordSysCode, int arg_coordAxisNameCode, String arg_coordAxisOrientation, String arg_coordAxisAbbreviation, int arg_uomCode, int arg_order)
      The constructor * @param arg_coordSysCode The coordSysCode argument
      Parameters:
      arg_coordAxisNameCode - The coordAxisNameCode argument
      arg_coordAxisOrientation - The coordAxisOrientation argument
      arg_coordAxisAbbreviation - The coordAxisAbbreviation argument
      arg_uomCode - The uomCode argument
      arg_order - The order argument
    • CoordinateAxis

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

    • getCoordSysCode

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

      public int getCoordAxisNameCode()
      Return the coordAxisNameCode property.
      Returns:
      The coordAxisNameCode property
    • getCoordAxisOrientation

      public String getCoordAxisOrientation()
      Return the coordAxisOrientation property.
      Returns:
      The coordAxisOrientation property
    • getCoordAxisAbbreviation

      public String getCoordAxisAbbreviation()
      Return the coordAxisAbbreviation property.
      Returns:
      The coordAxisAbbreviation property
    • getUomCode

      public int getUomCode()
      Return the uomCode property.
      Returns:
      The uomCode property
    • getOrder

      public int getOrder()
      Return the order property.
      Returns:
      The order property
    • findCoordSysCode

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