|
||||||||||
| 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.Stateplane
public class Stateplane
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 | |
|---|---|
Stateplane(int arg_id,
String arg_state,
String arg_zone,
int arg_projMethod,
String arg_datum,
int arg_usgsCode,
int arg_epsgPcsCode)
The constructor * @param arg_id The id argument |
|
Stateplane(List tuple)
The list based constructor |
|
| Method Summary | |
|---|---|
static Stateplane |
findId(int value)
Find the Stateplane object with the id 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 |
getDatum()
Return the datum property. |
int |
getEpsgPcsCode()
Return the epsgPcsCode property. |
int |
getId()
Return the id property. |
int |
getProjMethod()
Return the projMethod property. |
String |
getState()
Return the state property. |
int |
getUsgsCode()
Return the usgsCode property. |
String |
getZone()
Return the zone 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 Stateplane(int arg_id,
String arg_state,
String arg_zone,
int arg_projMethod,
String arg_datum,
int arg_usgsCode,
int arg_epsgPcsCode)
arg_state - The state argumentarg_zone - The zone argumentarg_projMethod - The projMethod argumentarg_datum - The datum argumentarg_usgsCode - The usgsCode argumentarg_epsgPcsCode - The epsgPcsCode argumentpublic Stateplane(List tuple)
tuple - The list| Method Detail |
|---|
public int getId()
public String getState()
public String getZone()
public int getProjMethod()
public String getDatum()
public int getUsgsCode()
public int getEpsgPcsCode()
public static Stateplane findId(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 | |||||||||