Package ucar.unidata.gis.epsg
Class CoordinateAxis
java.lang.Object
ucar.unidata.util.CsvDb
ucar.unidata.gis.epsg.CoordinateAxis
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
ConstructorsConstructorDescriptionCoordinateAxis
(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 argumentCoordinateAxis
(List tuple) The list based constructor -
Method Summary
Modifier and TypeMethodDescriptionstatic CoordinateAxis
findCoordSysCode
(int value) Find the CoordinateAxis object with the coordSysCode value == the given valueint
findIntByName
(String varname) Return the integer value by namefindStringByName
(String varname) Return the String value by nameReturn the coordAxisAbbreviation property.int
Return the coordAxisNameCode property.Return the coordAxisOrientation property.int
Return the coordSysCode property.int
getOrder()
Return the order property.int
Return the uomCode property.static void
Implement maintoString()
Override toString
-
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 argumentarg_coordAxisOrientation
- The coordAxisOrientation argumentarg_coordAxisAbbreviation
- The coordAxisAbbreviation argumentarg_uomCode
- The uomCode argumentarg_order
- The order argument
-
CoordinateAxis
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
Return the coordAxisOrientation property.- Returns:
- The coordAxisOrientation property
-
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
Find the CoordinateAxis object with the coordSysCode value == the given value- Parameters:
value
- _more_- Returns:
- The object
-
findIntByName
Return the integer value by name- Parameters:
varname
- The name- Returns:
- The integer value
-
findStringByName
Return the String value by name- Parameters:
varname
- The name- Returns:
- The String value
-
toString
Override toString -
main
Implement main- Parameters:
args
- The args
-