Package ucar.unidata.gis.epsg
Class NamingSystem
java.lang.Object
ucar.unidata.util.CsvDb
ucar.unidata.gis.epsg.NamingSystem
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
ConstructorsConstructorDescriptionNamingSystem
(int arg_namingSystemCode, String arg_namingSystemName, String arg_remarks, String arg_informationSource, String arg_dataSource, String arg_revisionDate, String arg_changeId, int arg_deprecated) The constructor * @param arg_namingSystemCode The namingSystemCode argumentNamingSystem
(List tuple) The list based constructor -
Method Summary
Modifier and TypeMethodDescriptionint
findIntByName
(String varname) Return the integer value by namestatic NamingSystem
findNamingSystemCode
(int value) Find the NamingSystem object with the namingSystemCode value == the given valuefindStringByName
(String varname) Return the String value by nameReturn the changeId property.Return the dataSource property.int
Return the deprecated property.Return the informationSource property.int
Return the namingSystemCode property.Return the namingSystemName property.Return the remarks property.Return the revisionDate property.static void
Implement maintoString()
Override toString
-
Constructor Details
-
NamingSystem
public NamingSystem(int arg_namingSystemCode, String arg_namingSystemName, String arg_remarks, String arg_informationSource, String arg_dataSource, String arg_revisionDate, String arg_changeId, int arg_deprecated) The constructor * @param arg_namingSystemCode The namingSystemCode argument- Parameters:
arg_namingSystemName
- The namingSystemName 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
-
NamingSystem
The list based constructor- Parameters:
tuple
- The list
-
-
Method Details
-
getNamingSystemCode
public int getNamingSystemCode()Return the namingSystemCode property.- Returns:
- The namingSystemCode property
-
getNamingSystemName
Return the namingSystemName property.- Returns:
- The namingSystemName 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
-
getDeprecated
public int getDeprecated()Return the deprecated property.- Returns:
- The deprecated property
-
findNamingSystemCode
Find the NamingSystem object with the namingSystemCode 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
-