|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.me.jstott.coordconv.ReferenceEllipsoid
A class to represent a reference ellipsoid
| Constructor Summary | |
ReferenceEllipsoid(java.lang.String inName,
double inSemiMajorAxis,
double inSemiMinorAxis)
Create a new reference ellipsoid from the semi-major (equatorial radius) and semi-minor axes. |
|
| Method Summary | |
double |
getEccentricitySquared()
Get the eccentricity squared of the reference ellipsoid |
double |
getEquatorialRadius()
Get the equatorial radius (semi-major axis) of the reference ellipsoid |
java.lang.String |
getName()
Get the name of the reference ellipsoid |
double |
getSemiMajorAxis()
Get the semi-major axis (equatorial radius) of the reference ellipsoid |
double |
getSemiMinorAxis()
Get the semi-minor axis of the reference ellipsoid |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReferenceEllipsoid(java.lang.String inName,
double inSemiMajorAxis,
double inSemiMinorAxis)
inName - the name of the reference ellipsoidinSemiMajorAxis - inSemiMinorAxis - | Method Detail |
public double getSemiMinorAxis()
public double getEccentricitySquared()
public double getSemiMajorAxis()
public double getEquatorialRadius()
public java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||