Package ucar.unidata.gis.epsg
Class Pcs
java.lang.Object
ucar.unidata.util.CsvDb
ucar.unidata.gis.epsg.Pcs
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
ConstructorsConstructorDescriptionPcs
(int arg_coordRefSysCode, String arg_coordRefSysName, int arg_uomCode, int arg_sourceGeogcrsCode, int arg_coordOpCode, int arg_coordOpMethodCode, int arg_parameterCode1, double arg_parameterValue1, int arg_parameterUom1, int arg_parameterCode2, double arg_parameterValue2, int arg_parameterUom2, int arg_parameterCode3, double arg_parameterValue3, int arg_parameterUom3, int arg_parameterCode4, double arg_parameterValue4, int arg_parameterUom4, int arg_parameterCode5, double arg_parameterValue5, int arg_parameterUom5, int arg_parameterCode6, double arg_parameterValue6, int arg_parameterUom6, int arg_parameterCode7, double arg_parameterValue7, int arg_parameterUom7) The constructor * @param arg_coordRefSysCode The coordRefSysCode argumentThe list based constructor -
Method Summary
Modifier and TypeMethodDescriptionstatic List
findAllCoordRefSysCode
(int value) Find all of the Pcs objects with the coordRefSysCode value == the given value_more__more_static Pcs
findCoordRefSysCode
(int value) Find the Pcs object with the coordRefSysCode value == the given valuedouble
findDoubleByName
(String varname) Return the double value by nameint
findIntByName
(String varname) Return the integer value by namefindStringByName
(String varname) Return the String value by name_more_int
Return the coordOpCode property.int
Return the coordOpMethodCode property.int
Return the coordRefSysCode property.Return the coordRefSysName property.int
Return the parameterCode1 property.int
Return the parameterCode2 property.int
Return the parameterCode3 property.int
Return the parameterCode4 property.int
Return the parameterCode5 property.int
Return the parameterCode6 property.int
Return the parameterCode7 property.int
Return the parameterUom1 property.int
Return the parameterUom2 property.int
Return the parameterUom3 property.int
Return the parameterUom4 property.int
Return the parameterUom5 property.int
Return the parameterUom6 property.int
Return the parameterUom7 property.double
Return the parameterValue1 property.double
Return the parameterValue2 property.double
Return the parameterValue3 property.double
Return the parameterValue4 property.double
Return the parameterValue5 property.double
Return the parameterValue6 property.double
Return the parameterValue7 property.int
Return the sourceGeogcrsCode property.int
Return the uomCode property.static void
Implement maintoString()
Override toString
-
Constructor Details
-
Pcs
public Pcs(int arg_coordRefSysCode, String arg_coordRefSysName, int arg_uomCode, int arg_sourceGeogcrsCode, int arg_coordOpCode, int arg_coordOpMethodCode, int arg_parameterCode1, double arg_parameterValue1, int arg_parameterUom1, int arg_parameterCode2, double arg_parameterValue2, int arg_parameterUom2, int arg_parameterCode3, double arg_parameterValue3, int arg_parameterUom3, int arg_parameterCode4, double arg_parameterValue4, int arg_parameterUom4, int arg_parameterCode5, double arg_parameterValue5, int arg_parameterUom5, int arg_parameterCode6, double arg_parameterValue6, int arg_parameterUom6, int arg_parameterCode7, double arg_parameterValue7, int arg_parameterUom7) The constructor * @param arg_coordRefSysCode The coordRefSysCode argument- Parameters:
arg_coordRefSysName
- The coordRefSysName argumentarg_uomCode
- The uomCode argumentarg_sourceGeogcrsCode
- The sourceGeogcrsCode argumentarg_coordOpCode
- The coordOpCode argumentarg_coordOpMethodCode
- The coordOpMethodCode argumentarg_parameterCode1
- The parameterCode1 argumentarg_parameterValue1
- The parameterValue1 argumentarg_parameterUom1
- The parameterUom1 argumentarg_parameterCode2
- The parameterCode2 argumentarg_parameterValue2
- The parameterValue2 argumentarg_parameterUom2
- The parameterUom2 argumentarg_parameterCode3
- The parameterCode3 argumentarg_parameterValue3
- The parameterValue3 argumentarg_parameterUom3
- The parameterUom3 argumentarg_parameterCode4
- The parameterCode4 argumentarg_parameterValue4
- The parameterValue4 argumentarg_parameterUom4
- The parameterUom4 argumentarg_parameterCode5
- The parameterCode5 argumentarg_parameterValue5
- The parameterValue5 argumentarg_parameterUom5
- The parameterUom5 argumentarg_parameterCode6
- The parameterCode6 argumentarg_parameterValue6
- The parameterValue6 argumentarg_parameterUom6
- The parameterUom6 argumentarg_parameterCode7
- The parameterCode7 argumentarg_parameterValue7
- The parameterValue7 argumentarg_parameterUom7
- The parameterUom7 argument
-
Pcs
The list based constructor- Parameters:
tuple
- The list
-
-
Method Details
-
getCoordRefSysCode
public int getCoordRefSysCode()Return the coordRefSysCode property.- Returns:
- The coordRefSysCode property
-
getCoordRefSysName
Return the coordRefSysName property.- Returns:
- The coordRefSysName property
-
getUomCode
public int getUomCode()Return the uomCode property.- Returns:
- The uomCode property
-
getSourceGeogcrsCode
public int getSourceGeogcrsCode()Return the sourceGeogcrsCode property.- Returns:
- The sourceGeogcrsCode property
-
getCoordOpCode
public int getCoordOpCode()Return the coordOpCode property.- Returns:
- The coordOpCode property
-
getCoordOpMethodCode
public int getCoordOpMethodCode()Return the coordOpMethodCode property.- Returns:
- The coordOpMethodCode property
-
getParameterCode1
public int getParameterCode1()Return the parameterCode1 property.- Returns:
- The parameterCode1 property
-
getParameterValue1
public double getParameterValue1()Return the parameterValue1 property.- Returns:
- The parameterValue1 property
-
getParameterUom1
public int getParameterUom1()Return the parameterUom1 property.- Returns:
- The parameterUom1 property
-
getParameterCode2
public int getParameterCode2()Return the parameterCode2 property.- Returns:
- The parameterCode2 property
-
getParameterValue2
public double getParameterValue2()Return the parameterValue2 property.- Returns:
- The parameterValue2 property
-
getParameterUom2
public int getParameterUom2()Return the parameterUom2 property.- Returns:
- The parameterUom2 property
-
getParameterCode3
public int getParameterCode3()Return the parameterCode3 property.- Returns:
- The parameterCode3 property
-
getParameterValue3
public double getParameterValue3()Return the parameterValue3 property.- Returns:
- The parameterValue3 property
-
getParameterUom3
public int getParameterUom3()Return the parameterUom3 property.- Returns:
- The parameterUom3 property
-
getParameterCode4
public int getParameterCode4()Return the parameterCode4 property.- Returns:
- The parameterCode4 property
-
getParameterValue4
public double getParameterValue4()Return the parameterValue4 property.- Returns:
- The parameterValue4 property
-
getParameterUom4
public int getParameterUom4()Return the parameterUom4 property.- Returns:
- The parameterUom4 property
-
getParameterCode5
public int getParameterCode5()Return the parameterCode5 property.- Returns:
- The parameterCode5 property
-
getParameterValue5
public double getParameterValue5()Return the parameterValue5 property.- Returns:
- The parameterValue5 property
-
getParameterUom5
public int getParameterUom5()Return the parameterUom5 property.- Returns:
- The parameterUom5 property
-
getParameterCode6
public int getParameterCode6()Return the parameterCode6 property.- Returns:
- The parameterCode6 property
-
getParameterValue6
public double getParameterValue6()Return the parameterValue6 property.- Returns:
- The parameterValue6 property
-
getParameterUom6
public int getParameterUom6()Return the parameterUom6 property.- Returns:
- The parameterUom6 property
-
getParameterCode7
public int getParameterCode7()Return the parameterCode7 property.- Returns:
- The parameterCode7 property
-
getParameterValue7
public double getParameterValue7()Return the parameterValue7 property.- Returns:
- The parameterValue7 property
-
getParameterUom7
public int getParameterUom7()Return the parameterUom7 property.- Returns:
- The parameterUom7 property
-
findAllCoordRefSysCode
Find all of the Pcs objects with the coordRefSysCode value == the given value- Parameters:
value
- _more_- Returns:
- The found objects
-
findCoordRefSysCode
Find the Pcs object with the coordRefSysCode 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
-
findDoubleByName
Return the double value by name- Parameters:
varname
- The name- Returns:
- The double value
-
findStringByName
Return the String value by name- Parameters:
varname
- The name- Returns:
- The String value
-
findUnitOfMeasure
_more_- Returns:
- _more_
-
findCoordinateOperation
_more_- Returns:
- _more_
-
findCoordinateOperationMethod
_more_- Returns:
- _more_
-
toString
Override toString -
main
Implement main- Parameters:
args
- The args
-