ucar.unidata.gis.epsg
Class CoordinateAxis

java.lang.Object
  extended by ucar.unidata.util.CsvDb
      extended by 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

Field Summary
 
Fields inherited from class ucar.unidata.util.CsvDb
BAD_DOUBLE, BAD_INTEGER
 
Constructor Summary
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
CoordinateAxis(List tuple)
          The list based constructor
 
Method Summary
static CoordinateAxis findCoordSysCode(int value)
          Find the CoordinateAxis object with the coordSysCode value == the given value
 int findIntByName(String varname)
          Return the integer value by name
 String findStringByName(String varname)
          Return the String value by name
 String getCoordAxisAbbreviation()
          Return the coordAxisAbbreviation property.
 int getCoordAxisNameCode()
          Return the coordAxisNameCode property.
 String getCoordAxisOrientation()
          Return the coordAxisOrientation property.
 int getCoordSysCode()
          Return the coordSysCode property.
 int getOrder()
          Return the order property.
 int getUomCode()
          Return the uomCode 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

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 Detail

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