org.esa.beam.framework.dataop.maptransf
Class Ellipsoid

java.lang.Object
  extended by org.esa.beam.framework.dataop.maptransf.Ellipsoid

Deprecated. since BEAM 4.7, use Ellipsoid instead.

@Deprecated
public class Ellipsoid
extends Object

Represents an ellipsoid used to approximate the earth's surface.


Field Summary
static Ellipsoid BESSEL
          Deprecated. Bessel ellipsoid (used for Gauss-Krueger Projection)
static Ellipsoid GRS_80
          Deprecated. The GRS-80 ellipsoid
static Ellipsoid WGS_72
          Deprecated. The standard WGS-72 ellipsoid.
static Ellipsoid WGS_84
          Deprecated. The standard WGS-84 ellipsoid.
 
Constructor Summary
Ellipsoid(String name, double semiMinor, double semiMajor)
          Deprecated.  
 
Method Summary
 Object clone()
          Deprecated.  
 boolean equals(Object obj)
          Deprecated.  
 String getName()
          Deprecated.  
 double getSemiMajor()
          Deprecated.  
 double getSemiMinor()
          Deprecated.  
 int hashCode()
          Deprecated.  
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WGS_72

public static final Ellipsoid WGS_72
Deprecated. 
The standard WGS-72 ellipsoid.


WGS_84

public static final Ellipsoid WGS_84
Deprecated. 
The standard WGS-84 ellipsoid.


BESSEL

public static final Ellipsoid BESSEL
Deprecated. 
Bessel ellipsoid (used for Gauss-Krueger Projection)


GRS_80

public static final Ellipsoid GRS_80
Deprecated. 
The GRS-80 ellipsoid

Constructor Detail

Ellipsoid

public Ellipsoid(String name,
                 double semiMinor,
                 double semiMajor)
Deprecated. 
Method Detail

getName

public String getName()
Deprecated. 

getSemiMinor

public double getSemiMinor()
Deprecated. 

getSemiMajor

public double getSemiMajor()
Deprecated. 

clone

public Object clone()
Deprecated. 
Overrides:
clone in class Object

equals

public boolean equals(Object obj)
Deprecated. 
Overrides:
equals in class Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.