|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.me.jstott.jcoord.RefEll
public class RefEll
This class is part of the Jcoord package. Visit the Jcoord website for more information.
Class to represent a reference ellipsoid. Also provides a number of pre-determined reference ellipsoids as constants.
(c) 2006 Jonathan Stott
Created on 11-Feb-2006
| Field Summary | |
|---|---|
static RefEll |
AIRY_1830
Deprecated. Airy 1830 Reference Ellipsoid. |
static RefEll |
BESSEL_1841
Deprecated. Bessel 1841 Reference Ellipsoid. |
static RefEll |
CLARKE_1866
Deprecated. Clarke 1866 Reference Ellipsoid. |
static RefEll |
CLARKE_1880
Deprecated. Clarke 1880 Reference Ellipsoid. |
static RefEll |
EVEREST_1830
Deprecated. Everest 1830 Reference Ellipsoid. |
static RefEll |
FISCHER_1960
Deprecated. Fisher 1960 Reference Ellipsoid. |
static RefEll |
FISCHER_1968
Deprecated. Fischer 1968 Reference Ellipsoid. |
static RefEll |
GRS_1967
Deprecated. GRS 1967 Reference Ellipsoid. |
static RefEll |
GRS_1975
Deprecated. GRS 1975 Reference Ellipsoid. |
static RefEll |
GRS_1980
Deprecated. GRS 1980 Reference Ellipsoid. |
static RefEll |
HOUGH_1956
Deprecated. Hough 1956 Reference Ellipsoid. |
static RefEll |
INTERNATIONAL
Deprecated. International Reference Ellipsoid. |
static RefEll |
KRASSOVSKY_1940
Deprecated. Krassovsky 1940 Reference Ellipsoid. |
static RefEll |
SOUTH_AMERICAN_1969
Deprecated. South American 1969 Reference Ellipsoid |
static RefEll |
WGS60
Deprecated. WGS60 Reference Ellipsoid. |
static RefEll |
WGS66
Deprecated. WGS66 Reference Ellipsoid. |
static RefEll |
WGS72
Deprecated. WGS72 Reference Ellipsoid. |
static RefEll |
WGS84
Deprecated. WGS84 Reference Ellipsoid. |
| Constructor Summary | |
|---|---|
RefEll(double maj,
double min)
Deprecated. Create a new reference ellipsoid |
|
| Method Summary | |
|---|---|
double |
getEcc()
Deprecated. Return the eccentricity. |
double |
getMaj()
Deprecated. Return the semi-major axis. |
double |
getMin()
Deprecated. Return the semi-minor axis |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final RefEll AIRY_1830
public static final RefEll BESSEL_1841
public static final RefEll CLARKE_1866
public static final RefEll CLARKE_1880
public static final RefEll EVEREST_1830
public static final RefEll FISCHER_1960
public static final RefEll FISCHER_1968
public static final RefEll GRS_1967
public static final RefEll GRS_1975
public static final RefEll GRS_1980
public static final RefEll HOUGH_1956
public static final RefEll INTERNATIONAL
public static final RefEll KRASSOVSKY_1940
public static final RefEll SOUTH_AMERICAN_1969
public static final RefEll WGS60
public static final RefEll WGS66
public static final RefEll WGS72
public static final RefEll WGS84
| Constructor Detail |
|---|
public RefEll(double maj,
double min)
maj - semi-major axismin - semi-minor axis| Method Detail |
|---|
public double getMaj()
public double getMin()
public double getEcc()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||