public class SimpleEllipsoid extends java.lang.Object implements Ellipsoid
| Constructor and Description |
|---|
SimpleEllipsoid()
Creates new SimpleEllipsoid
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 Ellipsoidpublic double getMinorAxis()
getMinorAxis in interface Ellipsoidpublic java.lang.String getUnitOfMeasure()
getUnitOfMeasure in interface Ellipsoidpublic java.lang.String getName()
public java.lang.String getDescriptiveName()
getDescriptiveName in interface Ellipsoidpublic java.lang.String toString()
toString in class java.lang.Object