|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.framework.dataop.maptransf.Ellipsoid
Ellipsoid instead.
@Deprecated public class Ellipsoid
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 |
|---|
public static final Ellipsoid WGS_72
public static final Ellipsoid WGS_84
public static final Ellipsoid BESSEL
public static final Ellipsoid GRS_80
| Constructor Detail |
|---|
public Ellipsoid(String name,
double semiMinor,
double semiMajor)
| Method Detail |
|---|
public String getName()
public double getSemiMinor()
public double getSemiMajor()
public Object clone()
clone in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||