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 SummaryFields inherited from class ucar.unidata.util.CsvDbBAD_DOUBLE, BAD_INTEGER
- 
Constructor SummaryConstructorsConstructorDescriptionEllipsoid(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 SummaryModifier and TypeMethodDescriptiondoublefindDoubleByName(String varname) Return the double value by namestatic EllipsoidfindEllipsoidCode(int value) Find the Ellipsoid object with the ellipsoidCode value == the given valueintfindIntByName(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.intReturn the ellipsoidCode property.Return the ellipsoidName property.intReturn the ellipsoidShape property.Return the informationSource property.doubleReturn the invFlattening property.Return the remarks property.Return the revisionDate property.doubleReturn the semiMajorAxis property.doubleReturn the semiMinorAxis property.intReturn the uomCode property.static voidImplement maintoString()Override toString
- 
Constructor Details- 
Ellipsoidpublic 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 argument
- arg_semiMajorAxis- The semiMajorAxis argument
- arg_uomCode- The uomCode argument
- arg_invFlattening- The invFlattening argument
- arg_semiMinorAxis- The semiMinorAxis argument
- arg_ellipsoidShape- The ellipsoidShape argument
- arg_remarks- The remarks argument
- arg_informationSource- The informationSource argument
- arg_dataSource- The dataSource argument
- arg_revisionDate- The revisionDate argument
- arg_changeId- The changeId argument
- arg_deprecated- The deprecated argument
 
- 
EllipsoidThe list based constructor- Parameters:
- tuple- The list
 
 
- 
- 
Method Details- 
getEllipsoidCodepublic int getEllipsoidCode()Return the ellipsoidCode property.- Returns:
- The ellipsoidCode property
 
- 
getEllipsoidNameReturn the ellipsoidName property.- Returns:
- The ellipsoidName property
 
- 
getSemiMajorAxispublic double getSemiMajorAxis()Return the semiMajorAxis property.- Returns:
- The semiMajorAxis property
 
- 
getUomCodepublic int getUomCode()Return the uomCode property.- Returns:
- The uomCode property
 
- 
getInvFlatteningpublic double getInvFlattening()Return the invFlattening property.- Returns:
- The invFlattening property
 
- 
getSemiMinorAxispublic double getSemiMinorAxis()Return the semiMinorAxis property.- Returns:
- The semiMinorAxis property
 
- 
getEllipsoidShapepublic int getEllipsoidShape()Return the ellipsoidShape property.- Returns:
- The ellipsoidShape property
 
- 
getRemarksReturn the remarks property.- Returns:
- The remarks property
 
- 
getInformationSourceReturn the informationSource property.- Returns:
- The informationSource property
 
- 
getDataSourceReturn the dataSource property.- Returns:
- The dataSource property
 
- 
getRevisionDateReturn the revisionDate property.- Returns:
- The revisionDate property
 
- 
getChangeIdReturn the changeId property.- Returns:
- The changeId property
 
- 
getDeprecatedReturn the deprecated property.- Returns:
- The deprecated property
 
- 
findEllipsoidCodeFind the Ellipsoid object with the ellipsoidCode value == the given value- Parameters:
- value- _more_
- Returns:
- The object
 
- 
findIntByNameReturn the integer value by name- Parameters:
- varname- The name
- Returns:
- The integer value
 
- 
findDoubleByNameReturn the double value by name- Parameters:
- varname- The name
- Returns:
- The double value
 
- 
findStringByNameReturn the String value by name- Parameters:
- varname- The name
- Returns:
- The String value
 
- 
toStringOverride toString
- 
mainImplement main- Parameters:
- args- The args
 
 
-