Package ucar.unidata.gis.epsg
Class CoordinateOperationPath
java.lang.Object
ucar.unidata.util.CsvDb
ucar.unidata.gis.epsg.CoordinateOperationPath
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
ConstructorsConstructorDescriptionCoordinateOperationPath
(int arg_concatOperationCode, int arg_singleOperationCode, int arg_opPathStep) The constructor * @param arg_concatOperationCode The concatOperationCode argumentCoordinateOperationPath
(List tuple) The list based constructor -
Method Summary
Modifier and TypeMethodDescriptionstatic CoordinateOperationPath
findConcatOperationCode
(int value) Find the CoordinateOperationPath object with the concatOperationCode value == the given valueint
findIntByName
(String varname) Return the integer value by nameint
Return the concatOperationCode property.int
Return the opPathStep property.int
Return the singleOperationCode property.static void
Implement maintoString()
Override toString
-
Constructor Details
-
CoordinateOperationPath
public CoordinateOperationPath(int arg_concatOperationCode, int arg_singleOperationCode, int arg_opPathStep) The constructor * @param arg_concatOperationCode The concatOperationCode argument- Parameters:
arg_singleOperationCode
- The singleOperationCode argumentarg_opPathStep
- The opPathStep argument
-
CoordinateOperationPath
The list based constructor- Parameters:
tuple
- The list
-
-
Method Details
-
getConcatOperationCode
public int getConcatOperationCode()Return the concatOperationCode property.- Returns:
- The concatOperationCode property
-
getSingleOperationCode
public int getSingleOperationCode()Return the singleOperationCode property.- Returns:
- The singleOperationCode property
-
getOpPathStep
public int getOpPathStep()Return the opPathStep property.- Returns:
- The opPathStep property
-
findConcatOperationCode
Find the CoordinateOperationPath object with the concatOperationCode 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
-
toString
Override toString -
main
Implement main- Parameters:
args
- The args
-