|
||||||||||
| 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.CoordinateOperation
public class CoordinateOperation
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 | |
|---|---|
CoordinateOperation(int arg_coordOpCode,
String arg_coordOpName,
String arg_coordOpType,
int arg_sourceCrsCode,
int arg_targetCrsCode,
String arg_coordTfmVersion,
int arg_coordOpVariant,
int arg_areaOfUseCode,
String arg_coordOpScope,
String arg_coordOpMethodCode,
String arg_uomCodeSourceOffsets,
String arg_uomCodeTargetOffsets,
String arg_remarks,
String arg_informationSource,
String arg_dataSource,
String arg_revisionDate,
String arg_changeId,
String arg_showOperation,
String arg_deprecated)
The constructor * @param arg_coordOpCode The coordOpCode argument |
|
CoordinateOperation(List tuple)
The list based constructor |
|
| Method Summary | |
|---|---|
static CoordinateOperation |
findCoordOpCode(int value)
Find the CoordinateOperation object with the coordOpCode 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 |
getCoordOpCode()
Return the coordOpCode property. |
String |
getCoordOpMethodCode()
Return the coordOpMethodCode property. |
String |
getCoordOpName()
Return the coordOpName property. |
String |
getCoordOpScope()
Return the coordOpScope property. |
String |
getCoordOpType()
Return the coordOpType property. |
int |
getCoordOpVariant()
Return the coordOpVariant property. |
String |
getCoordTfmVersion()
Return the coordTfmVersion property. |
String |
getDataSource()
Return the dataSource property. |
String |
getDeprecated()
Return the deprecated property. |
String |
getInformationSource()
Return the informationSource property. |
String |
getRemarks()
Return the remarks property. |
String |
getRevisionDate()
Return the revisionDate property. |
String |
getShowOperation()
Return the showOperation property. |
int |
getSourceCrsCode()
Return the sourceCrsCode property. |
int |
getTargetCrsCode()
Return the targetCrsCode property. |
String |
getUomCodeSourceOffsets()
Return the uomCodeSourceOffsets property. |
String |
getUomCodeTargetOffsets()
Return the uomCodeTargetOffsets 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 CoordinateOperation(int arg_coordOpCode,
String arg_coordOpName,
String arg_coordOpType,
int arg_sourceCrsCode,
int arg_targetCrsCode,
String arg_coordTfmVersion,
int arg_coordOpVariant,
int arg_areaOfUseCode,
String arg_coordOpScope,
String arg_coordOpMethodCode,
String arg_uomCodeSourceOffsets,
String arg_uomCodeTargetOffsets,
String arg_remarks,
String arg_informationSource,
String arg_dataSource,
String arg_revisionDate,
String arg_changeId,
String arg_showOperation,
String arg_deprecated)
arg_coordOpName - The coordOpName argumentarg_coordOpType - The coordOpType argumentarg_sourceCrsCode - The sourceCrsCode argumentarg_targetCrsCode - The targetCrsCode argumentarg_coordTfmVersion - The coordTfmVersion argumentarg_coordOpVariant - The coordOpVariant argumentarg_areaOfUseCode - The areaOfUseCode argumentarg_coordOpScope - The coordOpScope argumentarg_coordOpMethodCode - The coordOpMethodCode argumentarg_uomCodeSourceOffsets - The uomCodeSourceOffsets argumentarg_uomCodeTargetOffsets - The uomCodeTargetOffsets argumentarg_remarks - The remarks argumentarg_informationSource - The informationSource argumentarg_dataSource - The dataSource argumentarg_revisionDate - The revisionDate argumentarg_changeId - The changeId argumentarg_showOperation - The showOperation argumentarg_deprecated - The deprecated argumentpublic CoordinateOperation(List tuple)
tuple - The list| Method Detail |
|---|
public int getCoordOpCode()
public String getCoordOpName()
public String getCoordOpType()
public int getSourceCrsCode()
public int getTargetCrsCode()
public String getCoordTfmVersion()
public int getCoordOpVariant()
public int getAreaOfUseCode()
public String getCoordOpScope()
public String getCoordOpMethodCode()
public String getUomCodeSourceOffsets()
public String getUomCodeTargetOffsets()
public String getRemarks()
public String getInformationSource()
public String getDataSource()
public String getRevisionDate()
public String getChangeId()
public String getShowOperation()
public String getDeprecated()
public static CoordinateOperation findCoordOpCode(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 | |||||||||