Package ucar.unidata.gis.epsg
Class Ellipsoid
java.lang.Object
ucar.unidata.util.CsvDb
ucar.unidata.gis.epsg.Ellipsoid
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
ConstructorsConstructorDescriptionEllipsoid
(int arg_ellipsoidCode, String arg_ellipsoidName, double arg_semiMajorAxis, int arg_uomCode, double arg_invFlattening, double arg_semiMinorAxis, int arg_ellipsoidShape, String arg_remarks, String arg_informationSource, String arg_dataSource, String arg_revisionDate, String arg_changeId, String arg_deprecated) The constructor * @param arg_ellipsoidCode The ellipsoidCode argumentThe list based constructor -
Method Summary
Modifier and TypeMethodDescriptiondouble
findDoubleByName
(String varname) Return the double value by namestatic Ellipsoid
findEllipsoidCode
(int value) Find the Ellipsoid object with the ellipsoidCode value == the given valueint
findIntByName
(String varname) Return the integer value by namefindStringByName
(String varname) Return the String value by nameReturn the changeId property.Return the dataSource property.Return the deprecated property.int
Return the ellipsoidCode property.Return the ellipsoidName property.int
Return the ellipsoidShape property.Return the informationSource property.double
Return the invFlattening property.Return the remarks property.Return the revisionDate property.double
Return the semiMajorAxis property.double
Return the semiMinorAxis property.int
Return the uomCode property.static void
Implement maintoString()
Override toString
-
Constructor Details
-
Ellipsoid
public Ellipsoid(int arg_ellipsoidCode, String arg_ellipsoidName, double arg_semiMajorAxis, int arg_uomCode, double arg_invFlattening, double arg_semiMinorAxis, int arg_ellipsoidShape, String arg_remarks, String arg_informationSource, String arg_dataSource, String arg_revisionDate, String arg_changeId, String arg_deprecated) The constructor * @param arg_ellipsoidCode The ellipsoidCode argument- Parameters:
arg_ellipsoidName
- The ellipsoidName argumentarg_semiMajorAxis
- The semiMajorAxis argumentarg_uomCode
- The uomCode argumentarg_invFlattening
- The invFlattening argumentarg_semiMinorAxis
- The semiMinorAxis argumentarg_ellipsoidShape
- The ellipsoidShape 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
-
Ellipsoid
The list based constructor- Parameters:
tuple
- The list
-
-
Method Details
-
getEllipsoidCode
public int getEllipsoidCode()Return the ellipsoidCode property.- Returns:
- The ellipsoidCode property
-
getEllipsoidName
Return the ellipsoidName property.- Returns:
- The ellipsoidName property
-
getSemiMajorAxis
public double getSemiMajorAxis()Return the semiMajorAxis property.- Returns:
- The semiMajorAxis property
-
getUomCode
public int getUomCode()Return the uomCode property.- Returns:
- The uomCode property
-
getInvFlattening
public double getInvFlattening()Return the invFlattening property.- Returns:
- The invFlattening property
-
getSemiMinorAxis
public double getSemiMinorAxis()Return the semiMinorAxis property.- Returns:
- The semiMinorAxis property
-
getEllipsoidShape
public int getEllipsoidShape()Return the ellipsoidShape property.- Returns:
- The ellipsoidShape 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
-
findEllipsoidCode
Find the Ellipsoid object with the ellipsoidCode 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
-