Package ucar.unidata.gis.epsg
Class CoordinateOperation
java.lang.Object
ucar.unidata.util.CsvDb
ucar.unidata.gis.epsg.CoordinateOperation
This class has been generated from the different csv files from the libgeotiff package
- Author:
- IDV development team
-
Field Summary
Fields inherited from class ucar.unidata.util.CsvDb
BAD_DOUBLE, BAD_INTEGER
-
Constructor Summary
ConstructorsConstructorDescriptionCoordinateOperation
(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 argumentCoordinateOperation
(List tuple) The list based constructor -
Method Summary
Modifier and TypeMethodDescriptionstatic CoordinateOperation
findCoordOpCode
(int value) Find the CoordinateOperation object with the coordOpCode value == the given valueint
findIntByName
(String varname) Return the integer value by namefindStringByName
(String varname) Return the String value by nameint
Return the areaOfUseCode property.Return the changeId property.int
Return the coordOpCode property.Return the coordOpMethodCode property.Return the coordOpName property.Return the coordOpScope property.Return the coordOpType property.int
Return the coordOpVariant property.Return the coordTfmVersion property.Return the dataSource property.Return the deprecated property.Return the informationSource property.Return the remarks property.Return the revisionDate property.Return the showOperation property.int
Return the sourceCrsCode property.int
Return the targetCrsCode property.Return the uomCodeSourceOffsets property.Return the uomCodeTargetOffsets property.static void
Implement maintoString()
Override toString
-
Constructor Details
-
CoordinateOperation
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) The constructor * @param arg_coordOpCode The coordOpCode argument- Parameters:
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 argument
-
CoordinateOperation
The list based constructor- Parameters:
tuple
- The list
-
-
Method Details
-
getCoordOpCode
public int getCoordOpCode()Return the coordOpCode property.- Returns:
- The coordOpCode property
-
getCoordOpName
Return the coordOpName property.- Returns:
- The coordOpName property
-
getCoordOpType
Return the coordOpType property.- Returns:
- The coordOpType property
-
getSourceCrsCode
public int getSourceCrsCode()Return the sourceCrsCode property.- Returns:
- The sourceCrsCode property
-
getTargetCrsCode
public int getTargetCrsCode()Return the targetCrsCode property.- Returns:
- The targetCrsCode property
-
getCoordTfmVersion
Return the coordTfmVersion property.- Returns:
- The coordTfmVersion property
-
getCoordOpVariant
public int getCoordOpVariant()Return the coordOpVariant property.- Returns:
- The coordOpVariant property
-
getAreaOfUseCode
public int getAreaOfUseCode()Return the areaOfUseCode property.- Returns:
- The areaOfUseCode property
-
getCoordOpScope
Return the coordOpScope property.- Returns:
- The coordOpScope property
-
getCoordOpMethodCode
Return the coordOpMethodCode property.- Returns:
- The coordOpMethodCode property
-
getUomCodeSourceOffsets
Return the uomCodeSourceOffsets property.- Returns:
- The uomCodeSourceOffsets property
-
getUomCodeTargetOffsets
Return the uomCodeTargetOffsets property.- Returns:
- The uomCodeTargetOffsets property
-
getRemarks
Return the remarks property.- Returns:
- The remarks property
-
getInformationSource
Return the informationSource property.- Returns:
- The informationSource property
-
getDataSource
Return the dataSource property.- Returns:
- The dataSource property
-
getRevisionDate
Return the revisionDate property.- Returns:
- The revisionDate property
-
getChangeId
Return the changeId property.- Returns:
- The changeId property
-
getShowOperation
Return the showOperation property.- Returns:
- The showOperation property
-
getDeprecated
Return the deprecated property.- Returns:
- The deprecated property
-
findCoordOpCode
Find the CoordinateOperation object with the coordOpCode value == the given value- Parameters:
value
- _more_- Returns:
- The object
-
findIntByName
Return the integer value by name- Parameters:
varname
- The name- Returns:
- The integer value
-
findStringByName
Return the String value by name- Parameters:
varname
- The name- Returns:
- The String value
-
toString
Override toString -
main
Implement main- Parameters:
args
- The args
-