uk.me.jstott.jcoord
Class RefEll

java.lang.Object
  extended by uk.me.jstott.jcoord.RefEll

Deprecated. Use classes in the uk.me.jstott.jcoord.ellipsoid package instead.

public class RefEll
extends java.lang.Object

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

Since:
1.0
Version:
1.1
Author:
Jonathan Stott

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

AIRY_1830

public static final RefEll AIRY_1830
Deprecated. 
Airy 1830 Reference Ellipsoid.

Since:
1.0

BESSEL_1841

public static final RefEll BESSEL_1841
Deprecated. 
Bessel 1841 Reference Ellipsoid.

Since:
1.1

CLARKE_1866

public static final RefEll CLARKE_1866
Deprecated. 
Clarke 1866 Reference Ellipsoid.

Since:
1.1

CLARKE_1880

public static final RefEll CLARKE_1880
Deprecated. 
Clarke 1880 Reference Ellipsoid.

Since:
1.1

EVEREST_1830

public static final RefEll EVEREST_1830
Deprecated. 
Everest 1830 Reference Ellipsoid.

Since:
1.1

FISCHER_1960

public static final RefEll FISCHER_1960
Deprecated. 
Fisher 1960 Reference Ellipsoid.

Since:
1.1

FISCHER_1968

public static final RefEll FISCHER_1968
Deprecated. 
Fischer 1968 Reference Ellipsoid.

Since:
1.1

GRS_1967

public static final RefEll GRS_1967
Deprecated. 
GRS 1967 Reference Ellipsoid.

Since:
1.1

GRS_1975

public static final RefEll GRS_1975
Deprecated. 
GRS 1975 Reference Ellipsoid.

Since:
1.1

GRS_1980

public static final RefEll GRS_1980
Deprecated. 
GRS 1980 Reference Ellipsoid.

Since:
1.1

HOUGH_1956

public static final RefEll HOUGH_1956
Deprecated. 
Hough 1956 Reference Ellipsoid.

Since:
1.1

INTERNATIONAL

public static final RefEll INTERNATIONAL
Deprecated. 
International Reference Ellipsoid.

Since:
1.1

KRASSOVSKY_1940

public static final RefEll KRASSOVSKY_1940
Deprecated. 
Krassovsky 1940 Reference Ellipsoid.

Since:
1.1

SOUTH_AMERICAN_1969

public static final RefEll SOUTH_AMERICAN_1969
Deprecated. 
South American 1969 Reference Ellipsoid

Since:
1.1

WGS60

public static final RefEll WGS60
Deprecated. 
WGS60 Reference Ellipsoid.

Since:
1.1

WGS66

public static final RefEll WGS66
Deprecated. 
WGS66 Reference Ellipsoid.

Since:
1.1

WGS72

public static final RefEll WGS72
Deprecated. 
WGS72 Reference Ellipsoid.

Since:
1.1

WGS84

public static final RefEll WGS84
Deprecated. 
WGS84 Reference Ellipsoid.

Since:
1.0
Constructor Detail

RefEll

public RefEll(double maj,
              double min)
Deprecated. 
Create a new reference ellipsoid

Parameters:
maj - semi-major axis
min - semi-minor axis
Since:
1.0
Method Detail

getMaj

public double getMaj()
Deprecated. 
Return the semi-major axis.

Returns:
the semi-major axis
Since:
1.0

getMin

public double getMin()
Deprecated. 
Return the semi-minor axis

Returns:
the semi-minor axis
Since:
1.0

getEcc

public double getEcc()
Deprecated. 
Return the eccentricity.

Returns:
the eccentricity
Since:
1.0