|
||||||||||
| 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.Datum
public class Datum
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 | |
|---|---|
Datum(int arg_datumCode,
String arg_datumName,
String arg_datumType,
String arg_originDescription,
String arg_realizationEpoch,
String arg_ellipsoidCode,
int arg_primeMeridianCode,
int arg_areaOfUseCode,
String arg_datumScope,
String arg_remarks,
String arg_informationSource,
String arg_dataSource,
String arg_revisionDate,
String arg_changeId,
String arg_deprecated)
The constructor * @param arg_datumCode The datumCode argument |
|
Datum(List tuple)
The list based constructor |
|
| Method Summary | |
|---|---|
static Datum |
findDatumCode(int value)
Find the Datum object with the datumCode 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 |
getAreaOfUseCode()
Return the areaOfUseCode property. |
String |
getChangeId()
Return the changeId property. |
String |
getDataSource()
Return the dataSource property. |
int |
getDatumCode()
Return the datumCode property. |
String |
getDatumName()
Return the datumName property. |
String |
getDatumScope()
Return the datumScope property. |
String |
getDatumType()
Return the datumType property. |
String |
getDeprecated()
Return the deprecated property. |
String |
getEllipsoidCode()
Return the ellipsoidCode property. |
String |
getInformationSource()
Return the informationSource property. |
String |
getOriginDescription()
Return the originDescription property. |
int |
getPrimeMeridianCode()
Return the primeMeridianCode property. |
String |
getRealizationEpoch()
Return the realizationEpoch 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 Datum(int arg_datumCode,
String arg_datumName,
String arg_datumType,
String arg_originDescription,
String arg_realizationEpoch,
String arg_ellipsoidCode,
int arg_primeMeridianCode,
int arg_areaOfUseCode,
String arg_datumScope,
String arg_remarks,
String arg_informationSource,
String arg_dataSource,
String arg_revisionDate,
String arg_changeId,
String arg_deprecated)
arg_datumName - The datumName argumentarg_datumType - The datumType argumentarg_originDescription - The originDescription argumentarg_realizationEpoch - The realizationEpoch argumentarg_ellipsoidCode - The ellipsoidCode argumentarg_primeMeridianCode - The primeMeridianCode argumentarg_areaOfUseCode - The areaOfUseCode argumentarg_datumScope - The datumScope 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 Datum(List tuple)
tuple - The list| Method Detail |
|---|
public int getDatumCode()
public String getDatumName()
public String getDatumType()
public String getOriginDescription()
public String getRealizationEpoch()
public String getEllipsoidCode()
public int getPrimeMeridianCode()
public int getAreaOfUseCode()
public String getDatumScope()
public String getRemarks()
public String getInformationSource()
public String getDataSource()
public String getRevisionDate()
public String getChangeId()
public String getDeprecated()
public static Datum findDatumCode(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 | |||||||||