|
||||||||||
| 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.Area
public class Area
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 | |
|---|---|
Area(int arg_areaCode,
String arg_areaName,
String arg_areaOfUse,
String arg_isoA2Code,
String arg_isoA3Code,
String arg_isoNCode,
String arg_remarks,
String arg_informationSource,
String arg_dataSource,
String arg_revisionDate,
String arg_changeId,
String arg_deprecated)
The constructor * @param arg_areaCode The areaCode argument |
|
Area(List tuple)
The list based constructor |
|
| Method Summary | |
|---|---|
static Area |
findAreaCode(int value)
Find the Area object with the areaCode value == the given value |
int |
findIntByName(String varname)
Return the integer value by name |
String |
findStringByName(String varname)
Return the String value by name |
int |
getAreaCode()
Return the areaCode property. |
String |
getAreaName()
Return the areaName property. |
String |
getAreaOfUse()
Return the areaOfUse property. |
String |
getChangeId()
Return the changeId property. |
String |
getDataSource()
Return the dataSource property. |
String |
getDeprecated()
Return the deprecated property. |
String |
getInformationSource()
Return the informationSource property. |
String |
getIsoA2Code()
Return the isoA2Code property. |
String |
getIsoA3Code()
Return the isoA3Code property. |
String |
getIsoNCode()
Return the isoNCode property. |
String |
getRemarks()
Return the remarks property. |
String |
getRevisionDate()
Return the revisionDate 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 Area(int arg_areaCode,
String arg_areaName,
String arg_areaOfUse,
String arg_isoA2Code,
String arg_isoA3Code,
String arg_isoNCode,
String arg_remarks,
String arg_informationSource,
String arg_dataSource,
String arg_revisionDate,
String arg_changeId,
String arg_deprecated)
arg_areaName - The areaName argumentarg_areaOfUse - The areaOfUse argumentarg_isoA2Code - The isoA2Code argumentarg_isoA3Code - The isoA3Code argumentarg_isoNCode - The isoNCode argumentarg_remarks - The remarks argumentarg_informationSource - The informationSource argumentarg_dataSource - The dataSource argumentarg_revisionDate - The revisionDate argumentarg_changeId - The changeId argumentarg_deprecated - The deprecated argumentpublic Area(List tuple)
tuple - The list| Method Detail |
|---|
public int getAreaCode()
public String getAreaName()
public String getAreaOfUse()
public String getIsoA2Code()
public String getIsoA3Code()
public String getIsoNCode()
public String getRemarks()
public String getInformationSource()
public String getDataSource()
public String getRevisionDate()
public String getChangeId()
public String getDeprecated()
public static Area findAreaCode(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 | |||||||||