Package ucar.unidata.gis.epsg
Class CoordinateReferenceSystem
java.lang.Object
ucar.unidata.util.CsvDb
ucar.unidata.gis.epsg.CoordinateReferenceSystem
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
ConstructorsConstructorDescriptionCoordinateReferenceSystem
(int arg_coordRefSysCode, String arg_coordRefSysName, int arg_areaOfUseCode, String arg_coordRefSysKind, int arg_coordSysCode, int arg_datumCode, int arg_sourceGeogcrsCode, int arg_projectionConvCode, int arg_cmpdHorizcrsCode, int arg_cmpdVertcrsCode, String arg_crsScope, String arg_remarks, String arg_informationSource, String arg_dataSource, String arg_revisionDate, String arg_changeId, String arg_showCrs, String arg_deprecated) The constructor * @param arg_coordRefSysCode The coordRefSysCode argumentCoordinateReferenceSystem
(List tuple) The list based constructor -
Method Summary
Modifier and TypeMethodDescriptionstatic CoordinateReferenceSystem
findCoordRefSysCode
(int value) Find the CoordinateReferenceSystem object with the coordRefSysCode value == the given valueint
findIntByName
(String varname) Return the integer value by namefindStringByName
(String varname) Return the String value by nameint
Return the areaOfUseCode property.Return the changeId property.int
Return the cmpdHorizcrsCode property.int
Return the cmpdVertcrsCode property.int
Return the coordRefSysCode property.Return the coordRefSysKind property.Return the coordRefSysName property.int
Return the coordSysCode property.Return the crsScope property.Return the dataSource property.int
Return the datumCode property.Return the deprecated property.Return the informationSource property.int
Return the projectionConvCode property.Return the remarks property.Return the revisionDate property.Return the showCrs property.int
Return the sourceGeogcrsCode property.static void
Implement maintoString()
Override toString
-
Constructor Details
-
CoordinateReferenceSystem
public CoordinateReferenceSystem(int arg_coordRefSysCode, String arg_coordRefSysName, int arg_areaOfUseCode, String arg_coordRefSysKind, int arg_coordSysCode, int arg_datumCode, int arg_sourceGeogcrsCode, int arg_projectionConvCode, int arg_cmpdHorizcrsCode, int arg_cmpdVertcrsCode, String arg_crsScope, String arg_remarks, String arg_informationSource, String arg_dataSource, String arg_revisionDate, String arg_changeId, String arg_showCrs, String arg_deprecated) The constructor * @param arg_coordRefSysCode The coordRefSysCode argument- Parameters:
arg_coordRefSysName
- The coordRefSysName argumentarg_areaOfUseCode
- The areaOfUseCode argumentarg_coordRefSysKind
- The coordRefSysKind argumentarg_coordSysCode
- The coordSysCode argumentarg_datumCode
- The datumCode argumentarg_sourceGeogcrsCode
- The sourceGeogcrsCode argumentarg_projectionConvCode
- The projectionConvCode argumentarg_cmpdHorizcrsCode
- The cmpdHorizcrsCode argumentarg_cmpdVertcrsCode
- The cmpdVertcrsCode argumentarg_crsScope
- The crsScope argumentarg_remarks
- The remarks argumentarg_informationSource
- The informationSource argumentarg_dataSource
- The dataSource argumentarg_revisionDate
- The revisionDate argumentarg_changeId
- The changeId argumentarg_showCrs
- The showCrs argumentarg_deprecated
- The deprecated argument
-
CoordinateReferenceSystem
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
-
getAreaOfUseCode
public int getAreaOfUseCode()Return the areaOfUseCode property.- Returns:
- The areaOfUseCode property
-
getCoordRefSysKind
Return the coordRefSysKind property.- Returns:
- The coordRefSysKind property
-
getCoordSysCode
public int getCoordSysCode()Return the coordSysCode property.- Returns:
- The coordSysCode property
-
getDatumCode
public int getDatumCode()Return the datumCode property.- Returns:
- The datumCode property
-
getSourceGeogcrsCode
public int getSourceGeogcrsCode()Return the sourceGeogcrsCode property.- Returns:
- The sourceGeogcrsCode property
-
getProjectionConvCode
public int getProjectionConvCode()Return the projectionConvCode property.- Returns:
- The projectionConvCode property
-
getCmpdHorizcrsCode
public int getCmpdHorizcrsCode()Return the cmpdHorizcrsCode property.- Returns:
- The cmpdHorizcrsCode property
-
getCmpdVertcrsCode
public int getCmpdVertcrsCode()Return the cmpdVertcrsCode property.- Returns:
- The cmpdVertcrsCode property
-
getCrsScope
Return the crsScope property.- Returns:
- The crsScope 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
-
getShowCrs
Return the showCrs property.- Returns:
- The showCrs property
-
getDeprecated
Return the deprecated property.- Returns:
- The deprecated property
-
findCoordRefSysCode
Find the CoordinateReferenceSystem 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
-
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
-