Package ucar.unidata.gis.epsg
Class CoordinateSystem
java.lang.Object
ucar.unidata.util.CsvDb
ucar.unidata.gis.epsg.CoordinateSystem
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
ConstructorsConstructorDescriptionCoordinateSystem
(int arg_coordSysCode, String arg_coordSysName, String arg_coordSysType, String arg_dimension, String arg_remarks, String arg_informationSource, String arg_dataSource, String arg_revisionDate, String arg_changeId, String arg_deprecated) The constructor * @param arg_coordSysCode The coordSysCode argumentCoordinateSystem
(List tuple) The list based constructor -
Method Summary
Modifier and TypeMethodDescriptionstatic CoordinateSystem
findCoordSysCode
(int value) Find the CoordinateSystem object with the coordSysCode value == the given valueint
findIntByName
(String varname) Return the integer value by namefindStringByName
(String varname) Return the String value by nameReturn the changeId property.int
Return the coordSysCode property.Return the coordSysName property.Return the coordSysType property.Return the dataSource property.Return the deprecated property.Return the dimension property.Return the informationSource property.Return the remarks property.Return the revisionDate property.static void
Implement maintoString()
Override toString
-
Constructor Details
-
CoordinateSystem
public CoordinateSystem(int arg_coordSysCode, String arg_coordSysName, String arg_coordSysType, String arg_dimension, String arg_remarks, String arg_informationSource, String arg_dataSource, String arg_revisionDate, String arg_changeId, String arg_deprecated) The constructor * @param arg_coordSysCode The coordSysCode argument- Parameters:
arg_coordSysName
- The coordSysName argumentarg_coordSysType
- The coordSysType argumentarg_dimension
- The dimension 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
-
CoordinateSystem
The list based constructor- Parameters:
tuple
- The list
-
-
Method Details
-
getCoordSysCode
public int getCoordSysCode()Return the coordSysCode property.- Returns:
- The coordSysCode property
-
getCoordSysName
Return the coordSysName property.- Returns:
- The coordSysName property
-
getCoordSysType
Return the coordSysType property.- Returns:
- The coordSysType property
-
getDimension
Return the dimension property.- Returns:
- The dimension 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
Return the deprecated property.- Returns:
- The deprecated property
-
findCoordSysCode
Find the CoordinateSystem object with the coordSysCode 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
-