|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.projection.ellipsoid.SimpleEllipsoid
Simple class to be used as a super class of sub Ellipsoids.
Constructor Summary | |
SimpleEllipsoid()
Creates new SimpleEllipsoid |
Method Summary | |
java.lang.String |
getDescriptiveName()
Returns a description of the Ellipsoid, good place for any aliases. |
double |
getMajorAxis()
Returns the semi-major axis of the Ellipsoid. |
double |
getMinorAxis()
Returns the semi-minor axis. |
java.lang.String |
getName()
Returns the name of the Ellipsoid. |
java.lang.String |
getUnitOfMeasure()
Returns the unit of measure for this ellipsoid. |
void |
setDescriptiveName(java.lang.String inDescriptiveName)
Set the descriptive name to be displayed to the user |
void |
setMajorAxis(double inMajorAxis)
set the major axis for this Ellipsoid |
void |
setMinorAxis(double inMinorAxis)
set the minor axis for this Ellipsoid |
void |
setName(java.lang.String inName)
set the name of the Ellipsoid to be displayed to the user |
void |
setUnitOfMeasure(java.lang.String inUnitOfMeasure)
Sset the unit of measure of this ellipsoid |
java.lang.String |
toString()
Return the name of the Ellipsoid as the to string value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SimpleEllipsoid()
Method Detail |
public void setMajorAxis(double inMajorAxis)
public void setMinorAxis(double inMinorAxis)
public void setUnitOfMeasure(java.lang.String inUnitOfMeasure)
public void setName(java.lang.String inName)
public void setDescriptiveName(java.lang.String inDescriptiveName)
public double getMajorAxis()
getMajorAxis
in interface Ellipsoid
public double getMinorAxis()
getMinorAxis
in interface Ellipsoid
public java.lang.String getUnitOfMeasure()
getUnitOfMeasure
in interface Ellipsoid
public java.lang.String getName()
getName
in interface Ellipsoid
public java.lang.String getDescriptiveName()
getDescriptiveName
in interface Ellipsoid
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |