|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.util.CsvDb
ucar.unidata.gis.epsg.CoordinateAxis
public class CoordinateAxis
This class has been generated from the different csv files from the libgeotiff package
| 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 |
|---|
public CoordinateAxis(int arg_coordSysCode,
int arg_coordAxisNameCode,
String arg_coordAxisOrientation,
String arg_coordAxisAbbreviation,
int arg_uomCode,
int arg_order)
arg_coordAxisNameCode - The coordAxisNameCode argumentarg_coordAxisOrientation - The coordAxisOrientation argumentarg_coordAxisAbbreviation - The coordAxisAbbreviation argumentarg_uomCode - The uomCode argumentarg_order - The order argumentpublic CoordinateAxis(List tuple)
tuple - The list| Method Detail |
|---|
public int getCoordSysCode()
public int getCoordAxisNameCode()
public String getCoordAxisOrientation()
public String getCoordAxisAbbreviation()
public int getUomCode()
public int getOrder()
public static CoordinateAxis findCoordSysCode(int value)
value - _more_
public int findIntByName(String varname)
varname - The name
public String findStringByName(String varname)
varname - The name
public String toString()
toString in class Objectpublic static void main(String[] args)
args - The args
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||