|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface used to abstractly access ellipsoids.
Method Summary | |
double |
getEccentricity()
Returns the eccentricity of the ellipsoid. |
double |
getEccentricitySquared()
Returns the square of the eccentricity of the ellipsoid. |
double |
getEquatorialRadius()
Returns the equatorial radius of the ellipsoid. |
double |
getFlattening()
Returns the flattening of the ellipsoid. |
double |
getInverseMeridinalDistance(double distance)
Returns the latitude in radians that is 'distance' from the equator. |
double |
getMeanRadius()
Returns the mean radius of the ellipsoid. |
double |
getMeridinalDistance(double radians)
Returns the meridinal distance from the equator to a latitude given in radians. |
double |
getMeridinalDistance(double radians,
double sin,
double cos)
Returns the meridinal distance from the equator to a latitude given in radians. |
java.lang.String |
getName()
Returns the name used to identify the ellipsoid. |
double |
getPolarRadius()
Returns the polar radius of the ellipsoid. |
double |
greatCircleSphericalDistance(PointI point1,
PointI point2)
Returns the great circle distance in the units of the ellipsoid. |
Method Detail |
public java.lang.String getName()
public double getFlattening()
public double getEccentricity()
public double getEccentricitySquared()
public double getPolarRadius()
public double getEquatorialRadius()
public double getMeanRadius()
public double greatCircleSphericalDistance(PointI point1, PointI point2)
public double getMeridinalDistance(double radians)
public double getMeridinalDistance(double radians, double sin, double cos)
public double getInverseMeridinalDistance(double distance)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |