|
||||||||||
| 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.Pcs
public class Pcs
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 | |
|---|---|
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 |
|
Pcs(List tuple)
The list based constructor |
|
| Method Summary | |
|---|---|
static List |
findAllCoordRefSysCode(int value)
Find all of the Pcs objects with the coordRefSysCode value == the given value |
CoordinateOperation |
findCoordinateOperation()
_more_ |
CoordinateOperationMethod |
findCoordinateOperationMethod()
_more_ |
static Pcs |
findCoordRefSysCode(int value)
Find the Pcs object with the coordRefSysCode value == the given value |
double |
findDoubleByName(String varname)
Return the double value by name |
int |
findIntByName(String varname)
Return the integer value by name |
String |
findStringByName(String varname)
Return the String value by name |
UnitOfMeasure |
findUnitOfMeasure()
_more_ |
int |
getCoordOpCode()
Return the coordOpCode property. |
int |
getCoordOpMethodCode()
Return the coordOpMethodCode property. |
int |
getCoordRefSysCode()
Return the coordRefSysCode property. |
String |
getCoordRefSysName()
Return the coordRefSysName property. |
int |
getParameterCode1()
Return the parameterCode1 property. |
int |
getParameterCode2()
Return the parameterCode2 property. |
int |
getParameterCode3()
Return the parameterCode3 property. |
int |
getParameterCode4()
Return the parameterCode4 property. |
int |
getParameterCode5()
Return the parameterCode5 property. |
int |
getParameterCode6()
Return the parameterCode6 property. |
int |
getParameterCode7()
Return the parameterCode7 property. |
int |
getParameterUom1()
Return the parameterUom1 property. |
int |
getParameterUom2()
Return the parameterUom2 property. |
int |
getParameterUom3()
Return the parameterUom3 property. |
int |
getParameterUom4()
Return the parameterUom4 property. |
int |
getParameterUom5()
Return the parameterUom5 property. |
int |
getParameterUom6()
Return the parameterUom6 property. |
int |
getParameterUom7()
Return the parameterUom7 property. |
double |
getParameterValue1()
Return the parameterValue1 property. |
double |
getParameterValue2()
Return the parameterValue2 property. |
double |
getParameterValue3()
Return the parameterValue3 property. |
double |
getParameterValue4()
Return the parameterValue4 property. |
double |
getParameterValue5()
Return the parameterValue5 property. |
double |
getParameterValue6()
Return the parameterValue6 property. |
double |
getParameterValue7()
Return the parameterValue7 property. |
int |
getSourceGeogcrsCode()
Return the sourceGeogcrsCode property. |
int |
getUomCode()
Return the uomCode 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 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)
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 argumentpublic Pcs(List tuple)
tuple - The list| Method Detail |
|---|
public int getCoordRefSysCode()
public String getCoordRefSysName()
public int getUomCode()
public int getSourceGeogcrsCode()
public int getCoordOpCode()
public int getCoordOpMethodCode()
public int getParameterCode1()
public double getParameterValue1()
public int getParameterUom1()
public int getParameterCode2()
public double getParameterValue2()
public int getParameterUom2()
public int getParameterCode3()
public double getParameterValue3()
public int getParameterUom3()
public int getParameterCode4()
public double getParameterValue4()
public int getParameterUom4()
public int getParameterCode5()
public double getParameterValue5()
public int getParameterUom5()
public int getParameterCode6()
public double getParameterValue6()
public int getParameterUom6()
public int getParameterCode7()
public double getParameterValue7()
public int getParameterUom7()
public static List findAllCoordRefSysCode(int value)
value - _more_
public static Pcs findCoordRefSysCode(int value)
value - _more_
public int findIntByName(String varname)
varname - The name
public double findDoubleByName(String varname)
varname - The name
public String findStringByName(String varname)
varname - The name
public UnitOfMeasure findUnitOfMeasure()
public CoordinateOperation findCoordinateOperation()
public CoordinateOperationMethod findCoordinateOperationMethod()
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 | |||||||||