Package ucar.unidata.gis.epsg
Class PrimeMeridian
java.lang.Object
ucar.unidata.util.CsvDb
ucar.unidata.gis.epsg.PrimeMeridian
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
ConstructorsConstructorDescriptionPrimeMeridian
(int arg_primeMeridianCode, String arg_primeMeridianName, double arg_greenwichLongitude, int arg_uomCode, String arg_remarks, String arg_informationSource, String arg_dataSource, String arg_revisionDate, double arg_changeId, int arg_deprecated) The constructorPrimeMeridian
(List tuple) The list based constructor -
Method Summary
Modifier and TypeMethodDescriptiondouble
findDoubleByName
(String varname) Return the double value by nameint
findIntByName
(String varname) Return the integer value by namestatic PrimeMeridian
findPrimeMeridianCode
(int value) Find the PrimeMeridian object with the primeMeridianCode value == the given valuefindStringByName
(String varname) Return the String value by namedouble
Return the changeId property.Return the dataSource property.int
Return the deprecated property.double
Return the greenwichLongitude property.Return the informationSource property.int
Return the primeMeridianCode property.Return the primeMeridianName property.Return the remarks property.Return the revisionDate property.int
Return the uomCode property.static void
Implement maintoString()
Override toString
-
Constructor Details
-
PrimeMeridian
public PrimeMeridian(int arg_primeMeridianCode, String arg_primeMeridianName, double arg_greenwichLongitude, int arg_uomCode, String arg_remarks, String arg_informationSource, String arg_dataSource, String arg_revisionDate, double arg_changeId, int arg_deprecated) The constructor- Parameters:
arg_primeMeridianCode
- The primeMeridianCode argument.arg_primeMeridianName
- The primeMeridianName argumentarg_greenwichLongitude
- The greenwichLongitude argumentarg_uomCode
- The uomCode argumentarg_remarks
- The remarks argumentarg_informationSource
- The informationSource argumentarg_dataSource
- The dataSource argumentarg_revisionDate
- The revisionDate argumentarg_changeId
- The changeId argumentarg_deprecated
- The deprecated argument
-
PrimeMeridian
The list based constructor- Parameters:
tuple
- The list
-
-
Method Details
-
getPrimeMeridianCode
public int getPrimeMeridianCode()Return the primeMeridianCode property.- Returns:
- The primeMeridianCode property
-
getPrimeMeridianName
Return the primeMeridianName property.- Returns:
- The primeMeridianName property
-
getGreenwichLongitude
public double getGreenwichLongitude()Return the greenwichLongitude property.- Returns:
- The greenwichLongitude property
-
getUomCode
public int getUomCode()Return the uomCode property.- Returns:
- The uomCode 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
public double getChangeId()Return the changeId property.- Returns:
- The changeId property
-
getDeprecated
public int getDeprecated()Return the deprecated property.- Returns:
- The deprecated property
-
findPrimeMeridianCode
Find the PrimeMeridian object with the primeMeridianCode 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
-
toString
Override toString -
main
Implement main- Parameters:
args
- The args
-