Package ucar.unidata.gis.epsg
Class Datum
java.lang.Object
ucar.unidata.util.CsvDb
ucar.unidata.gis.epsg.Datum
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
ConstructorsConstructorDescriptionDatum
(int arg_datumCode, String arg_datumName, String arg_datumType, String arg_originDescription, String arg_realizationEpoch, String arg_ellipsoidCode, int arg_primeMeridianCode, int arg_areaOfUseCode, String arg_datumScope, String arg_remarks, String arg_informationSource, String arg_dataSource, String arg_revisionDate, String arg_changeId, String arg_deprecated) The constructor * @param arg_datumCode The datumCode argumentThe list based constructor -
Method Summary
Modifier and TypeMethodDescriptionstatic Datum
findDatumCode
(int value) Find the Datum object with the datumCode 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.Return the dataSource property.int
Return the datumCode property.Return the datumName property.Return the datumScope property.Return the datumType property.Return the deprecated property.Return the ellipsoidCode property.Return the informationSource property.Return the originDescription property.int
Return the primeMeridianCode property.Return the realizationEpoch property.Return the remarks property.Return the revisionDate property.static void
Implement maintoString()
Override toString
-
Constructor Details
-
Datum
public Datum(int arg_datumCode, String arg_datumName, String arg_datumType, String arg_originDescription, String arg_realizationEpoch, String arg_ellipsoidCode, int arg_primeMeridianCode, int arg_areaOfUseCode, String arg_datumScope, String arg_remarks, String arg_informationSource, String arg_dataSource, String arg_revisionDate, String arg_changeId, String arg_deprecated) The constructor * @param arg_datumCode The datumCode argument- Parameters:
arg_datumName
- The datumName argumentarg_datumType
- The datumType argumentarg_originDescription
- The originDescription argumentarg_realizationEpoch
- The realizationEpoch argumentarg_ellipsoidCode
- The ellipsoidCode argumentarg_primeMeridianCode
- The primeMeridianCode argumentarg_areaOfUseCode
- The areaOfUseCode argumentarg_datumScope
- The datumScope 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
-
Datum
The list based constructor- Parameters:
tuple
- The list
-
-
Method Details
-
getDatumCode
public int getDatumCode()Return the datumCode property.- Returns:
- The datumCode property
-
getDatumName
Return the datumName property.- Returns:
- The datumName property
-
getDatumType
Return the datumType property.- Returns:
- The datumType property
-
getOriginDescription
Return the originDescription property.- Returns:
- The originDescription property
-
getRealizationEpoch
Return the realizationEpoch property.- Returns:
- The realizationEpoch property
-
getEllipsoidCode
Return the ellipsoidCode property.- Returns:
- The ellipsoidCode property
-
getPrimeMeridianCode
public int getPrimeMeridianCode()Return the primeMeridianCode property.- Returns:
- The primeMeridianCode property
-
getAreaOfUseCode
public int getAreaOfUseCode()Return the areaOfUseCode property.- Returns:
- The areaOfUseCode property
-
getDatumScope
Return the datumScope property.- Returns:
- The datumScope 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
-
findDatumCode
Find the Datum object with the datumCode 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
-