|
||||||||||
| 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.CoordinateReferenceSystem
public class CoordinateReferenceSystem
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 | |
|---|---|
CoordinateReferenceSystem(int arg_coordRefSysCode,
String arg_coordRefSysName,
int arg_areaOfUseCode,
String arg_coordRefSysKind,
int arg_coordSysCode,
int arg_datumCode,
int arg_sourceGeogcrsCode,
int arg_projectionConvCode,
int arg_cmpdHorizcrsCode,
int arg_cmpdVertcrsCode,
String arg_crsScope,
String arg_remarks,
String arg_informationSource,
String arg_dataSource,
String arg_revisionDate,
String arg_changeId,
String arg_showCrs,
String arg_deprecated)
The constructor * @param arg_coordRefSysCode The coordRefSysCode argument |
|
CoordinateReferenceSystem(List tuple)
The list based constructor |
|
| Method Summary | |
|---|---|
static CoordinateReferenceSystem |
findCoordRefSysCode(int value)
Find the CoordinateReferenceSystem object with the coordRefSysCode 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. |
int |
getCmpdHorizcrsCode()
Return the cmpdHorizcrsCode property. |
int |
getCmpdVertcrsCode()
Return the cmpdVertcrsCode property. |
int |
getCoordRefSysCode()
Return the coordRefSysCode property. |
String |
getCoordRefSysKind()
Return the coordRefSysKind property. |
String |
getCoordRefSysName()
Return the coordRefSysName property. |
int |
getCoordSysCode()
Return the coordSysCode property. |
String |
getCrsScope()
Return the crsScope property. |
String |
getDataSource()
Return the dataSource property. |
int |
getDatumCode()
Return the datumCode property. |
String |
getDeprecated()
Return the deprecated property. |
String |
getInformationSource()
Return the informationSource property. |
int |
getProjectionConvCode()
Return the projectionConvCode property. |
String |
getRemarks()
Return the remarks property. |
String |
getRevisionDate()
Return the revisionDate property. |
String |
getShowCrs()
Return the showCrs property. |
int |
getSourceGeogcrsCode()
Return the sourceGeogcrsCode 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 CoordinateReferenceSystem(int arg_coordRefSysCode,
String arg_coordRefSysName,
int arg_areaOfUseCode,
String arg_coordRefSysKind,
int arg_coordSysCode,
int arg_datumCode,
int arg_sourceGeogcrsCode,
int arg_projectionConvCode,
int arg_cmpdHorizcrsCode,
int arg_cmpdVertcrsCode,
String arg_crsScope,
String arg_remarks,
String arg_informationSource,
String arg_dataSource,
String arg_revisionDate,
String arg_changeId,
String arg_showCrs,
String arg_deprecated)
arg_coordRefSysName - The coordRefSysName argumentarg_areaOfUseCode - The areaOfUseCode argumentarg_coordRefSysKind - The coordRefSysKind argumentarg_coordSysCode - The coordSysCode argumentarg_datumCode - The datumCode argumentarg_sourceGeogcrsCode - The sourceGeogcrsCode argumentarg_projectionConvCode - The projectionConvCode argumentarg_cmpdHorizcrsCode - The cmpdHorizcrsCode argumentarg_cmpdVertcrsCode - The cmpdVertcrsCode argumentarg_crsScope - The crsScope argumentarg_remarks - The remarks argumentarg_informationSource - The informationSource argumentarg_dataSource - The dataSource argumentarg_revisionDate - The revisionDate argumentarg_changeId - The changeId argumentarg_showCrs - The showCrs argumentarg_deprecated - The deprecated argumentpublic CoordinateReferenceSystem(List tuple)
tuple - The list| Method Detail |
|---|
public int getCoordRefSysCode()
public String getCoordRefSysName()
public int getAreaOfUseCode()
public String getCoordRefSysKind()
public int getCoordSysCode()
public int getDatumCode()
public int getSourceGeogcrsCode()
public int getProjectionConvCode()
public int getCmpdHorizcrsCode()
public int getCmpdVertcrsCode()
public String getCrsScope()
public String getRemarks()
public String getInformationSource()
public String getDataSource()
public String getRevisionDate()
public String getChangeId()
public String getShowCrs()
public String getDeprecated()
public static CoordinateReferenceSystem findCoordRefSysCode(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 | |||||||||